From 35cf5f80f61cfa75dba2f8ea75579f652fc19d6d Mon Sep 17 00:00:00 2001 From: EquinusOcio Date: Wed, 5 Jul 2017 14:38:35 +0200 Subject: [PATCH] chore: add statusbar side padding Close #1149 --- Material-Theme-Darker.sublime-theme | 2 +- Material-Theme-Lighter.sublime-theme | 2 +- Material-Theme-Palenight.sublime-theme | 2 +- Material-Theme.sublime-theme | 2 +- schemes/Material-Theme-Darker.tmTheme | 1011 ----------------- schemes/Material-Theme-Palenight.tmTheme | 2 +- schemes/Material-Theme.tmTheme | 1011 ----------------- .../extras/PlainTasks/scheme.hidden-tmTheme | 408 +++++++ sources/themes/darker/statusbar.json | 8 +- sources/themes/default/statusbar.json | 2 +- sources/themes/lighter/statusbar.json | 8 +- sources/themes/palenight/statusbar.json | 2 +- 12 files changed, 423 insertions(+), 2037 deletions(-) delete mode 100644 schemes/Material-Theme-Darker.tmTheme delete mode 100644 schemes/Material-Theme.tmTheme create mode 100644 sources/extras/PlainTasks/scheme.hidden-tmTheme diff --git a/Material-Theme-Darker.sublime-theme b/Material-Theme-Darker.sublime-theme index 9eaeaa947..d9a5850b6 100755 --- a/Material-Theme-Darker.sublime-theme +++ b/Material-Theme-Darker.sublime-theme @@ -1131,7 +1131,7 @@ { "class": "status_bar", - "content_margin": [0, 0], + "content_margin": [8, 0, 0, 0], // Layer 0 base "layer0.tint": [33, 33, 33], diff --git a/Material-Theme-Lighter.sublime-theme b/Material-Theme-Lighter.sublime-theme index d253a8a12..ff049bd09 100755 --- a/Material-Theme-Lighter.sublime-theme +++ b/Material-Theme-Lighter.sublime-theme @@ -1139,7 +1139,7 @@ { "class": "status_bar", - "content_margin": [0, 0], + "content_margin": [8, 0, 0, 0], // Layer 0 base "layer0.tint": [250, 250, 250], diff --git a/Material-Theme-Palenight.sublime-theme b/Material-Theme-Palenight.sublime-theme index 7b2bba302..074e555cb 100755 --- a/Material-Theme-Palenight.sublime-theme +++ b/Material-Theme-Palenight.sublime-theme @@ -1147,7 +1147,7 @@ { "class": "status_bar", - "content_margin": [0, 0], + "content_margin": [8, 0, 0, 0], // Layer 0 base "layer0.tint": [41, 45, 62], diff --git a/Material-Theme.sublime-theme b/Material-Theme.sublime-theme index 5c67dd5b2..dfd63468e 100755 --- a/Material-Theme.sublime-theme +++ b/Material-Theme.sublime-theme @@ -1145,7 +1145,7 @@ { "class": "status_bar", - "content_margin": [0, 0], + "content_margin": [8, 0, 0, 0], // Layer 0 base "layer0.tint": [38, 50, 56], diff --git a/schemes/Material-Theme-Darker.tmTheme b/schemes/Material-Theme-Darker.tmTheme deleted file mode 100644 index 4467f2c69..000000000 --- a/schemes/Material-Theme-Darker.tmTheme +++ /dev/null @@ -1,1011 +0,0 @@ - - - - - author - Mattia Astorino - colorSpaceName - sRGB - name - Material-Theme-Darker - semanticClass - material.theme.darker - settings - - - settings - - activeGuide - #FFFFFF50 - background - #212121 - caret - #FFCC00 - findHighlight - #F8E71C - foreground - #eeffffff - guide - #42424270 - gutterForeground - #424242 - invisibles - #65737e - lineHighlight - #00000050 - popupCss - - selection - #61616150 - selectionBorder - #61616150 - shadow - #00000010 - stackGuide - #42424280 - - - - name - Comments - scope - comment, punctuation.definition.comment - settings - - fontStyle - italic - foreground - #4A4A4A - - - - name - Variable - scope - variable, string constant.other.placeholder - settings - - foreground - #eeffffff - - - - name - Colors - scope - constant.other.color - settings - - foreground - #ffffff - - - - name - Invalid - scope - invalid, invalid.illegal, invalid.broken - settings - - background - #FF5370 - foreground - #ffffff - - - - name - Unimplemented - scope - invalid.unimplemented - settings - - background - #C3E88D - foreground - #ffffff - - - - name - Invalid deprecated - scope - invalid.deprecated - settings - - background - #C792EA - foreground - #ffffff - - - - name - Keyword, Storage - scope - keyword, storage.type, storage.modifier - settings - - foreground - #C792EA - - - - name - Keyword, Storage - scope - storage.type, keyword.control - settings - - fontStyle - italic - - - - name - Operator, Misc - scope - keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution - settings - - foreground - #89DDFF - - - - name - Tag - scope - entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter - settings - - foreground - #f07178 - - - - name - Function, Special Method, Block Level - scope - entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level - settings - - foreground - #82AAFF - - - - name - Other Variable, String Link - scope - support.other.variable, string.other.link - settings - - foreground - #f07178 - - - - name - Number, Constant, Function Argument, Tag Attribute, Embedded - scope - constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit - settings - - foreground - #F78C6C - - - - name - String, Symbols, Inherited Class, Markup Heading - scope - string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js - settings - - fontStyle - normal - foreground - #C3E88D - - - - name - Class, Support - scope - entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types - settings - - foreground - #FFCB6B - - - - name - CSS Class and Support - scope - source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type - settings - - foreground - #B2CCD6 - - - - name - Sub-methods - scope - entity.name.module.js, variable.import.parameter.js, variable.other.class.js - settings - - foreground - #FF5370 - - - - name - Language methods - scope - variable.language - settings - - fontStyle - italic - foreground - #FF5370 - - - - name - entity.name.method.js - scope - entity.name.method.js - settings - - foreground - #82AAFF - - - - name - meta.method.js - scope - meta.class-method.js entity.name.function.js, variable.function.constructor - settings - - foreground - #82AAFF - - - - name - Attributes - scope - entity.other.attribute-name - settings - - foreground - #C792EA - - - - name - HTML Attributes - scope - text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name - settings - - fontStyle - italic - foreground - #FFCB6B - - - - name - CSS Classes - scope - entity.other.attribute-name.class - settings - - foreground - #FFCB6B - - - - name - CSS Id - scope - source.sass keyword.control - settings - - foreground - #82AAFF - - - - name - Inserted - scope - markup.inserted - settings - - foreground - #C3E88D - - - - name - Deleted - scope - markup.deleted - settings - - foreground - #FF5370 - - - - name - Changed - scope - markup.changed - settings - - foreground - #C792EA - - - - name - Regular Expressions - scope - string.regexp - settings - - foreground - #89DDFF - - - - name - Escape Characters - scope - constant.character.escape - settings - - foreground - #89DDFF - - - - name - URL - scope - *url*, *link*, *uri* - settings - - fontStyle - underline - - - - name - Search Results Nums - scope - constant.numeric.line-number.find-in-files - match - settings - - foreground - #C17E70 - - - - name - Search Results Lines - scope - entity.name.filename.find-in-files - settings - - foreground - #C3E88D - - - - name - Decorators - scope - tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js - settings - - fontStyle - italic - foreground - #82AAFF - - - - name - ES7 Bind Operator - scope - source.js constant.other.object.key.js string.unquoted.label.js - settings - - fontStyle - italic - foreground - #FF5370 - - - - name - JSON Key - Level 8 - scope - source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #C3E88D - - - - name - JSON Key - Level 7 - scope - source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #C792EA - - - - name - JSON Key - Level 6 - scope - source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #f07178 - - - - name - JSON Key - Level 5 - scope - source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #82AAFF - - - - name - JSON Key - Level 4 - scope - source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #C17E70 - - - - name - JSON Key - Level 3 - scope - source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #FF5370 - - - - name - JSON Key - Level 2 - scope - source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #F78C6C - - - - name - JSON Key - Level 1 - scope - source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #FFCB6B - - - - name - JSON Key - Level 0 - scope - source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #C792EA - - - - name - Markdown - Plain - scope - text.html.markdown, punctuation.definition.list_item.markdown - settings - - foreground - #eeffffff - - - - name - Markdown - Markup Raw Inline - scope - text.html.markdown markup.raw.inline - settings - - foreground - #C792EA - - - - name - Markdown - Markup Raw Inline Punctuation - scope - text.html.markdown punctuation.definition.raw.markdown - settings - - foreground - #65737e - - - - name - Markdown - Line Break - scope - text.html.markdown meta.dummy.line-break - settings - - foreground - - - - - name - Markdown - Heading - scope - markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown - settings - - foreground - #C3E88D - - - - name - Markup - Italic - scope - markup.italic - settings - - fontStyle - italic - foreground - #f07178 - - - - name - Markup - Bold - scope - markup.bold, markup.bold string - settings - - fontStyle - bold - foreground - #f07178 - - - - name - Markup - Bold & Italic - scope - markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string - settings - - fontStyle - bold italic - - - - name - Markup - Underline - scope - markup.underline - settings - - fontStyle - underline - foreground - #F78C6C - - - - name - Markup - Strike - scope - markup.strike - settings - - fontStyle - strike - foreground - - - - - name - Markdown - Blockquote - scope - markup.quote punctuation.definition.blockquote.markdown - settings - - background - #65737e - foreground - #65737e - - - - name - Markup - Quote - scope - markup.quote - settings - - fontStyle - italic - foreground - - - - - name - Markdown - Link - scope - string.other.link.title.markdown - settings - - foreground - #82AAFF - - - - name - Markdown - Link Description - scope - string.other.link.description.title.markdown - settings - - foreground - #C792EA - - - - name - Markdown - Link Anchor - scope - constant.other.reference.link.markdown - settings - - foreground - #FFCB6B - - - - name - Markup - Raw Block - scope - markup.raw.block - settings - - foreground - #C792EA - - - - name - Markdown - Raw Block Fenced - scope - markup.raw.block.fenced.markdown - settings - - background - #00000050 - - - - name - Markdown - Fenced Bode Block - scope - punctuation.definition.fenced.markdown - settings - - background - #00000050 - - - - name - Markdown - Fenced Bode Block Variable - scope - markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end - settings - - foreground - #eeffffff - - - - name - Markdown - Fenced Language - scope - variable.language.fenced.markdown - settings - - fontStyle - - foreground - #65737e - - - - name - Markdown - Punctuation Definition - scope - text.html.markdown punctuation.definition - settings - - foreground - #4A4A4A - - - - name - Markdown HTML - Punctuation Definition - scope - text.html.markdown meta.disable-markdown punctuation.definition - settings - - foreground - #89DDFF - - - - name - Markdown - Separator - scope - meta.separator - settings - - background - #00000050 - fontStyle - bold - foreground - #65737e - - - - name - Markup - Table - scope - markup.table - settings - - background - - foreground - #eeffffff - - - - name - AceJump Label - Blue - scope - acejump.label.blue - settings - - background - #82AAFF - foreground - #ffffff - - - - name - AceJump Label - Green - scope - acejump.label.green - settings - - background - #C3E88D - foreground - #ffffff - - - - name - AceJump Label - Orange - scope - acejump.label.orange - settings - - background - #F78C6C - foreground - #ffffff - - - - name - AceJump Label - Purple - scope - acejump.label.purple - settings - - background - #C792EA - foreground - #ffffff - - - - name - SublimeLinter Warning - scope - sublimelinter.mark.warning - settings - - foreground - #FFCB6B - - - - name - SublimeLinter Gutter Mark - scope - sublimelinter.gutter-mark - settings - - foreground - #ffffff - - - - name - SublimeLinter Error - scope - sublimelinter.mark.error - settings - - foreground - #FF5370 - - - - name - SublimeLinter Annotation - scope - sublimelinter.annotations - settings - - background - #C17E70 - - - - name - GitGutter Ignored - scope - markup.ignored.git_gutter - settings - - foreground - #65737e - - - - name - GitGutter Untracked - scope - markup.untracked.git_gutter - settings - - foreground - #65737e - - - - name - GitGutter Inserted - scope - markup.inserted.git_gutter - settings - - foreground - #C3E88D - - - - name - GitGutter Changed - scope - markup.changed.git_gutter - settings - - foreground - #FFCB6B - - - - name - GitGutter Deleted - scope - markup.deleted.git_gutter - settings - - foreground - #FF5370 - - - - name - Bracket Curly - scope - brackethighlighter.default - settings - - foreground - #B2CCD6 - - - - name - Bracket Quote - scope - brackethighlighter.quote - settings - - foreground - #C3E88D - - - - name - Bracket Unmatched - scope - brackethighlighter.unmatched - settings - - foreground - #FF5370 - - - - uuid - 4F44C0F5-1F8D-4C52-8BAB-F0951904C1EC - - diff --git a/schemes/Material-Theme-Palenight.tmTheme b/schemes/Material-Theme-Palenight.tmTheme index fde090c75..17c637987 100644 --- a/schemes/Material-Theme-Palenight.tmTheme +++ b/schemes/Material-Theme-Palenight.tmTheme @@ -34,7 +34,7 @@ lineHighlight #00000030 popupCss - + <![CDATA[ html { background-color: #292D3E; color: #959DCB; padding: 16px; } a { color: #B2CCD6; line-height: 16px; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } .type { color: #89DDFF; font-style: italic; } .param { color: #F78C6C; } .current { text-decoration: underline; } ]]> selection #717CB440 selectionBorder diff --git a/schemes/Material-Theme.tmTheme b/schemes/Material-Theme.tmTheme deleted file mode 100644 index bbcc6b210..000000000 --- a/schemes/Material-Theme.tmTheme +++ /dev/null @@ -1,1011 +0,0 @@ - - - - - author - Mattia Astorino - colorSpaceName - sRGB - name - Material-Theme - semanticClass - material.theme.default - settings - - - settings - - activeGuide - #80CBC470 - background - #263238 - caret - #FFCC00 - findHighlight - #F8E71C - foreground - #eeffff - guide - #37474F80 - gutterForeground - #37474F - invisibles - #65737e - lineHighlight - #00000050 - popupCss - <![CDATA[ html { background-color: #263238; color: #eeffff; padding: 16px; } a { color: #B2CCD6; line-height: 16px; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } .type { color: #89DDFF; font-style: italic; } .param { color: #F78C6C; } .current { text-decoration: underline; } ]]> - selection - #80CBC420 - selectionBorder - #80CBC420 - shadow - #00000010 - stackGuide - #37474Fff - - - - name - Comments - scope - comment, punctuation.definition.comment - settings - - fontStyle - italic - foreground - #546E7A - - - - name - Variable - scope - variable, string constant.other.placeholder - settings - - foreground - #eeffff - - - - name - Colors - scope - constant.other.color - settings - - foreground - #ffffff - - - - name - Invalid - scope - invalid, invalid.illegal, invalid.broken - settings - - background - #FF5370 - foreground - #ffffff - - - - name - Unimplemented - scope - invalid.unimplemented - settings - - background - #C3E88D - foreground - #ffffff - - - - name - Invalid deprecated - scope - invalid.deprecated - settings - - background - #C792EA - foreground - #ffffff - - - - name - Keyword, Storage - scope - keyword, storage.type, storage.modifier - settings - - foreground - #C792EA - - - - name - Keyword, Storage - scope - storage.type, keyword.control - settings - - fontStyle - italic - - - - name - Operator, Misc - scope - keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution - settings - - foreground - #89DDFF - - - - name - Tag - scope - entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter - settings - - foreground - #f07178 - - - - name - Function, Special Method, Block Level - scope - entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level - settings - - foreground - #82AAFF - - - - name - Other Variable, String Link - scope - support.other.variable, string.other.link - settings - - foreground - #f07178 - - - - name - Number, Constant, Function Argument, Tag Attribute, Embedded - scope - constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit - settings - - foreground - #F78C6C - - - - name - String, Symbols, Inherited Class, Markup Heading - scope - string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js - settings - - fontStyle - normal - foreground - #C3E88D - - - - name - Class, Support - scope - entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types - settings - - foreground - #FFCB6B - - - - name - CSS Class and Support - scope - source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type - settings - - foreground - #B2CCD6 - - - - name - Sub-methods - scope - entity.name.module.js, variable.import.parameter.js, variable.other.class.js - settings - - foreground - #FF5370 - - - - name - Language methods - scope - variable.language - settings - - fontStyle - italic - foreground - #FF5370 - - - - name - entity.name.method.js - scope - entity.name.method.js - settings - - foreground - #82AAFF - - - - name - meta.method.js - scope - meta.class-method.js entity.name.function.js, variable.function.constructor - settings - - foreground - #82AAFF - - - - name - Attributes - scope - entity.other.attribute-name - settings - - foreground - #C792EA - - - - name - HTML Attributes - scope - text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name - settings - - fontStyle - italic - foreground - #FFCB6B - - - - name - CSS Classes - scope - entity.other.attribute-name.class - settings - - foreground - #FFCB6B - - - - name - CSS Id - scope - source.sass keyword.control - settings - - foreground - #82AAFF - - - - name - Inserted - scope - markup.inserted - settings - - foreground - #C3E88D - - - - name - Deleted - scope - markup.deleted - settings - - foreground - #FF5370 - - - - name - Changed - scope - markup.changed - settings - - foreground - #C792EA - - - - name - Regular Expressions - scope - string.regexp - settings - - foreground - #89DDFF - - - - name - Escape Characters - scope - constant.character.escape - settings - - foreground - #89DDFF - - - - name - URL - scope - *url*, *link*, *uri* - settings - - fontStyle - underline - - - - name - Search Results Nums - scope - constant.numeric.line-number.find-in-files - match - settings - - foreground - #C17E70 - - - - name - Search Results Lines - scope - entity.name.filename.find-in-files - settings - - foreground - #C3E88D - - - - name - Decorators - scope - tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js - settings - - fontStyle - italic - foreground - #82AAFF - - - - name - ES7 Bind Operator - scope - source.js constant.other.object.key.js string.unquoted.label.js - settings - - fontStyle - italic - foreground - #FF5370 - - - - name - JSON Key - Level 8 - scope - source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #C3E88D - - - - name - JSON Key - Level 7 - scope - source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #C792EA - - - - name - JSON Key - Level 6 - scope - source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #f07178 - - - - name - JSON Key - Level 5 - scope - source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #82AAFF - - - - name - JSON Key - Level 4 - scope - source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #C17E70 - - - - name - JSON Key - Level 3 - scope - source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #FF5370 - - - - name - JSON Key - Level 2 - scope - source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #F78C6C - - - - name - JSON Key - Level 1 - scope - source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #FFCB6B - - - - name - JSON Key - Level 0 - scope - source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string - settings - - foreground - #C792EA - - - - name - Markdown - Plain - scope - text.html.markdown, punctuation.definition.list_item.markdown - settings - - foreground - #eeffff - - - - name - Markdown - Markup Raw Inline - scope - text.html.markdown markup.raw.inline - settings - - foreground - #C792EA - - - - name - Markdown - Markup Raw Inline Punctuation - scope - text.html.markdown punctuation.definition.raw.markdown - settings - - foreground - #65737e - - - - name - Markdown - Line Break - scope - text.html.markdown meta.dummy.line-break - settings - - foreground - - - - - name - Markdown - Heading - scope - markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown - settings - - foreground - #C3E88D - - - - name - Markup - Italic - scope - markup.italic - settings - - fontStyle - italic - foreground - #f07178 - - - - name - Markup - Bold - scope - markup.bold, markup.bold string - settings - - fontStyle - bold - foreground - #f07178 - - - - name - Markup - Bold & Italic - scope - markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string - settings - - fontStyle - bold italic - - - - name - Markup - Underline - scope - markup.underline - settings - - fontStyle - underline - foreground - #F78C6C - - - - name - Markup - Strike - scope - markup.strike - settings - - fontStyle - strike - foreground - - - - - name - Markdown - Blockquote - scope - markup.quote punctuation.definition.blockquote.markdown - settings - - background - #65737e - foreground - #65737e - - - - name - Markup - Quote - scope - markup.quote - settings - - fontStyle - italic - foreground - - - - - name - Markdown - Link - scope - string.other.link.title.markdown - settings - - foreground - #82AAFF - - - - name - Markdown - Link Description - scope - string.other.link.description.title.markdown - settings - - foreground - #C792EA - - - - name - Markdown - Link Anchor - scope - constant.other.reference.link.markdown - settings - - foreground - #FFCB6B - - - - name - Markup - Raw Block - scope - markup.raw.block - settings - - foreground - #C792EA - - - - name - Markdown - Raw Block Fenced - scope - markup.raw.block.fenced.markdown - settings - - background - #00000050 - - - - name - Markdown - Fenced Bode Block - scope - punctuation.definition.fenced.markdown - settings - - background - #00000050 - - - - name - Markdown - Fenced Bode Block Variable - scope - markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end - settings - - foreground - #eeffff - - - - name - Markdown - Fenced Language - scope - variable.language.fenced.markdown - settings - - fontStyle - - foreground - #65737e - - - - name - Markdown - Punctuation Definition - scope - text.html.markdown punctuation.definition - settings - - foreground - #546E7A - - - - name - Markdown HTML - Punctuation Definition - scope - text.html.markdown meta.disable-markdown punctuation.definition - settings - - foreground - #89DDFF - - - - name - Markdown - Separator - scope - meta.separator - settings - - background - #00000050 - fontStyle - bold - foreground - #65737e - - - - name - Markup - Table - scope - markup.table - settings - - background - - foreground - #eeffff - - - - name - AceJump Label - Blue - scope - acejump.label.blue - settings - - background - #82AAFF - foreground - #ffffff - - - - name - AceJump Label - Green - scope - acejump.label.green - settings - - background - #C3E88D - foreground - #ffffff - - - - name - AceJump Label - Orange - scope - acejump.label.orange - settings - - background - #F78C6C - foreground - #ffffff - - - - name - AceJump Label - Purple - scope - acejump.label.purple - settings - - background - #C792EA - foreground - #ffffff - - - - name - SublimeLinter Warning - scope - sublimelinter.mark.warning - settings - - foreground - #FFCB6B - - - - name - SublimeLinter Gutter Mark - scope - sublimelinter.gutter-mark - settings - - foreground - #ffffff - - - - name - SublimeLinter Error - scope - sublimelinter.mark.error - settings - - foreground - #FF5370 - - - - name - SublimeLinter Annotation - scope - sublimelinter.annotations - settings - - background - #C17E70 - - - - name - GitGutter Ignored - scope - markup.ignored.git_gutter - settings - - foreground - #65737e - - - - name - GitGutter Untracked - scope - markup.untracked.git_gutter - settings - - foreground - #65737e - - - - name - GitGutter Inserted - scope - markup.inserted.git_gutter - settings - - foreground - #C3E88D - - - - name - GitGutter Changed - scope - markup.changed.git_gutter - settings - - foreground - #FFCB6B - - - - name - GitGutter Deleted - scope - markup.deleted.git_gutter - settings - - foreground - #FF5370 - - - - name - Bracket Curly - scope - brackethighlighter.default - settings - - foreground - #B2CCD6 - - - - name - Bracket Quote - scope - brackethighlighter.quote - settings - - foreground - #C3E88D - - - - name - Bracket Unmatched - scope - brackethighlighter.unmatched - settings - - foreground - #FF5370 - - - - uuid - 133d1250-19c6-4565-bc93-b37fd36f7fc9 - - diff --git a/sources/extras/PlainTasks/scheme.hidden-tmTheme b/sources/extras/PlainTasks/scheme.hidden-tmTheme new file mode 100644 index 000000000..58fe93fda --- /dev/null +++ b/sources/extras/PlainTasks/scheme.hidden-tmTheme @@ -0,0 +1,408 @@ + + + + + author + <%= author %> + colorSpaceName + sRGB + name + <%= name %> <%= extras.plainTasks.name %> + semanticClass + <%= extras.plainTasks.semanticClass %> + settings + + + settings + + activeGuide + <%= scheme.highlight %> + background + <%= scheme.background %> + caret + <%= scheme.caret %> + foreground + <%= scheme.foreground %> + guide + <%= scheme.highlight %> + gutter + <%= scheme.background %> + invisibles + <%= scheme.comment %> + lineHighlight + <%= scheme.highlight %> + selection + <%= scheme.highlight %> + selectionBorder + <%= scheme.highlight %> + stackGuide + <%= scheme.highlight %> + + + + name + Comments + scope + comment + settings + + fontStyle + italic + foreground + <%= scheme.comment %> + + + + name + Tags + scope + meta.tag.todo + settings + + fontStyle + bold + foreground + <%= scheme.base.violet %> + + + + name + Notes + scope + notes.todo + settings + + foreground + <%= scheme.comment %> + + + + name + Meta + scope + meta + settings + + fontStyle + italic + + + + name + Done Bullet + scope + punctuation.definition.bullet.completed + settings + + fontStyle + bold + foreground + <%= scheme.base.green %> + + + + name + Pending Bullet + scope + punctuation.definition.bullet.pending + settings + + foreground + <%= scheme.foreground %>aa + + + + name + Cancelled Bullet + scope + punctuation.definition.bullet.cancelled + settings + + foreground + <%= scheme.base.red %> + + + + name + Cancelled Task + scope + meta.item.todo.cancelled + settings + + fontStyle + italic + foreground + <%= scheme.comment %> + + + + name + Meta Info + scope + meta.tag.todo.completed, meta.tag.todo.cancelled + settings + + foreground + <%= scheme.comment %>aa + + + + name + Keyword + scope + keyword + settings + + background + <%= scheme.highlight %> + fontStyle + bold + foreground + <%= scheme.foreground %>dd + + + + name + Separator + scope + meta.punctuation.archive.todo, meta.punctuation.separator.todo + settings + + fontStyle + bold + foreground + <%= scheme.comment %> + + + + name + Font Style Punctuation + scope + punctuation.definition.italic, punctuation.definition.bold + settings + + fontStyle + normal + foreground + <%= scheme.comment %>aa + + + + name + Italic + scope + todo.italic + settings + + fontStyle + italic + + + + name + Bold + scope + todo.bold + settings + + fontStyle + bold + + + + name + URL + scope + todo.url + settings + + fontStyle + bold + foreground + <%= scheme.base.blue %> + + + + name + String + scope + string + settings + + background + <%= scheme.base.yellow %>bf + foreground + <%= scheme.base.black %>bf + + + + name + Number + scope + constant.numeric + settings + + background + <%= scheme.base.green %>bf + foreground + <%= scheme.base.black %>bf + + + + name + Constant + scope + constant.language, constant.character, constant.other + settings + + background + <%= scheme.base.blue %>bf + foreground + <%= scheme.base.black %>bf + + + + name + Variable + scope + variable.language, variable.other + settings + + background + <%= scheme.base.cyan %>bf + fontStyle + + foreground + <%= scheme.base.black %>bf + + + + name + Entity + scope + constant.character.entity + settings + + background + <%= scheme.base.green %>bf + foreground + <%= scheme.base.black %>bf + + + + name + Storage + scope + storage + settings + + background + <%= scheme.comment %>bf + foreground + <%= scheme.base.black %>bf + + + + name + Class Name + scope + entity.name.type.class, support.class + settings + + fontStyle + + foreground + <%= scheme.base.blue %>bf + + + + name + Tag Name + scope + entity.name.tag, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css + settings + + background + <%= scheme.base.pink %>bf + foreground + <%= scheme.base.black %>bf + + + + name + Invalid + scope + invalid + settings + + background + <%= scheme.base.red %> + foreground + <%= scheme.base.white %> + + + + name + Today + scope + string.other.tag.todo.today + settings + + background + <%= scheme.base.blue %> + fontStyle + bold + foreground + <%= scheme.base.white %> + + + + name + Low + scope + string.other.tag.todo.low + settings + + background + <%= scheme.highlight %> + fontStyle + bold + foreground + <%= scheme.foreground %>cc + + + + name + High + scope + string.other.tag.todo.high + settings + + background + <%= scheme.base.orange %> + fontStyle + bold + foreground + <%= scheme.base.white %> + + + + name + Critical + scope + string.other.tag.todo.critical + settings + + background + <%= scheme.base.red %> + fontStyle + bold + foreground + <%= scheme.base.white %> + + + + uuid + <%= extras.plainTasks.uuid %> + + diff --git a/sources/themes/darker/statusbar.json b/sources/themes/darker/statusbar.json index ba4d01d3d..2f985097b 100755 --- a/sources/themes/darker/statusbar.json +++ b/sources/themes/darker/statusbar.json @@ -26,10 +26,10 @@ { "class": "status_bar", - "content_margin": [0, 0], + "content_margin": [8, 0, 0, 0], // Layer 0 base - "layer0.tint": [33, 33, 33], + "layer0.tint": [<%= ui.background.primary.rgb %>], "layer0.opacity": 1.0, "layer0.inner_margin": [2, 2], @@ -45,7 +45,7 @@ { "class": "status_button", - "layer0.tint": [33, 33, 33], + "layer0.tint": [<%= ui.background.primary.rgb %>], "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [1, 0, 0, 0], @@ -55,7 +55,7 @@ { "class": "status_button", - "layer0.tint": [33, 33, 33], + "layer0.tint": [<%= ui.background.primary.rgb %>], "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [1, 0, 0, 0], diff --git a/sources/themes/default/statusbar.json b/sources/themes/default/statusbar.json index 85270aa64..dafa89248 100755 --- a/sources/themes/default/statusbar.json +++ b/sources/themes/default/statusbar.json @@ -26,7 +26,7 @@ { "class": "status_bar", - "content_margin": [0, 0], + "content_margin": [8, 0, 0, 0], // Layer 0 base "layer0.tint": [<%= ui.background.primary.rgb %>], diff --git a/sources/themes/lighter/statusbar.json b/sources/themes/lighter/statusbar.json index 6711909d0..74523805c 100755 --- a/sources/themes/lighter/statusbar.json +++ b/sources/themes/lighter/statusbar.json @@ -26,10 +26,10 @@ { "class": "status_bar", - "content_margin": [0, 0], + "content_margin": [8, 0, 0, 0], // Layer 0 base - "layer0.tint": [250, 250, 250], + "layer0.tint": [<%= ui.background.primary.rgb %>], "layer0.opacity": 1.0, "layer0.inner_margin": [2, 2], @@ -46,7 +46,7 @@ { "class": "status_button", - "layer0.tint": [250, 250, 250], + "layer0.tint": [<%= ui.background.primary.rgb %>], "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [1, 0, 0, 0], @@ -56,7 +56,7 @@ { "class": "status_button", - "layer0.tint": [250, 250, 250], + "layer0.tint": [<%= ui.background.primary.rgb %>], "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [1, 0, 0, 0], diff --git a/sources/themes/palenight/statusbar.json b/sources/themes/palenight/statusbar.json index f1050b189..e4f08d55d 100755 --- a/sources/themes/palenight/statusbar.json +++ b/sources/themes/palenight/statusbar.json @@ -24,7 +24,7 @@ { "class": "status_bar", - "content_margin": [0, 0], + "content_margin": [8, 0, 0, 0], // Layer 0 base "layer0.tint": [<%= ui.background.primary.rgb %>],