diff --git a/CHANGELOG.md b/CHANGELOG.md index 909d0c2..44cfd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.9.5 | 02-05-2020 +* Adds hight contrast version of 1DRC Poncho + +## 0.9.4 | 07-25-2019 +* Updates the colors of both active and inactive modified tabs +* Updates status bar of window with No project - its more purplish + ## 0.9.3 | 02-27-2019 * removes extention dependency * adds new color syntax theme `1Dark Poncho`_(work in progress)_ diff --git a/package.json b/package.json index 13db9ec..c9f91e8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ginfuru-onedark-raincoat-theme", "displayName": "1Dark RainCoat", "description": "A modified version of the One Dark + (Sublime Babel) color scheme, plus a custom Workbench theme", - "version": "0.9.3", + "version": "0.9.5", "publisher": "ginfuru", "engines": { "vscode": "^1.12.0" diff --git a/themes/1DRC-Bright-Italic.json b/themes/1DRC-Bright-Italic.json index ecdf1bd..82e3768 100644 --- a/themes/1DRC-Bright-Italic.json +++ b/themes/1DRC-Bright-Italic.json @@ -26,14 +26,14 @@ "editor.background": "#161821", "editor.editor.findMatchBackground": "#42557B", "editor.findMatchBackground": "#8A78FE", - "editor.findMatchHighlightBackground": "#5755D980", + "editor.findMatchHighlightBackground": "#5755D950", "editor.findRangeHighlightBackground": "#8A78FE", "editor.foreground": "#AAB1C0", "editor.hoverHighlightBackground": "#42557BAB", "editor.lineHighlightBackground": "#101119", "editor.rangeHighlightBackground": "#39336870", "editor.selectionBackground": "#5755D930", - "editor.selectionHighlightBackground": "#5755D950", + "editor.selectionHighlightBackground": "#42557B40", "editor.wordHighlightBackground": "#5755D930", "editorActiveLineNumber.foreground": "#C8DDFC9A", "editorBracketMatch.background": "#AE81FF20", @@ -106,7 +106,7 @@ "statusBar.background": "#101119", "statusBar.debuggingBackground": "#473C9B", "statusBar.foreground": "#C8DDFC9A", - "statusBar.noFolderBackground": "#393b57", + "statusBar.noFolderBackground": "#5755d980", "statusBarItem.activeBackground": "#473C9B90", "statusBarItem.hoverBackground": "#5542C3", "tab.activeBackground": "#101119", @@ -115,6 +115,8 @@ "tab.border": "#1618217A", "tab.hoverBackground": "#10111980", "tab.inactiveBackground": "#282D35AB", + "tab.inactiveModifedBorder": "#f5008280", + "tab.activeModifiedBorder": "#8b78ff", "tab.inactiveForeground": "#C8DDFC7D", "tab.unfocusedActiveBorder": "#ae81ff50", "tab.unfocusedHoverBorder": "#8A78FEAB", @@ -467,10 +469,7 @@ }, { "name": "CSS Variables", - "scope": [ - "variable.argument.css", - "variable.scss" - ], + "scope": [ "variable.argument.css", "variable.scss" ], "settings": { "fontStyle": "italic" } @@ -577,9 +576,7 @@ }, { "name": "JSON Key - Level 0", - "scope": [ - "source.json meta.structure.dictionary.json support.type.property-name.json" - ], + "scope": [ "source.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { "foreground": "#EF596F" } @@ -662,18 +659,14 @@ }, { "name": "[YML]", - "scope": [ - "punctuation.definition.block.sequence.item.yaml" - ], + "scope": [ "punctuation.definition.block.sequence.item.yaml" ], "settings": { "foreground": "#D55FDE" } }, { "name": "[YML]", - "scope": [ - "string.unquoted.plain.out.yaml" - ], + "scope": [ "string.unquoted.plain.out.yaml" ], "settings": { "foreground": "#89CA78" } @@ -847,20 +840,14 @@ }, { "name": "Jekyll Front Matter", - "scope": [ - "frontmatter.jekyll", - "frontmatter.liquid" - ], + "scope": [ "frontmatter.jekyll", "frontmatter.liquid" ], "settings": { "foreground": "#C8DDFCD1" } }, { "name": "Jekyll Flow Control", - "scope": [ - "entity.name.tag.jekyll", - "entity.name.tag.jekyll" - ], + "scope": [ "entity.name.tag.jekyll", "entity.name.tag.jekyll" ], "settings": { "foreground": "#F92672", "fontStyle": "italic" @@ -868,28 +855,19 @@ }, { "name": "Jekyll Flow Control", - "scope": [ - "variable.other.jekyll", - "variable.other.liquid" - ], + "scope": [ "variable.other.jekyll", "variable.other.liquid" ], "settings": { "foreground": "#b267e6" } }, { - "scope": [ - "punctuation.definition.string.begin", - "punctuation.definition.string.end" - ], + "scope": [ "punctuation.definition.string.begin", "punctuation.definition.string.end" ], "settings": { "foreground": "#89CA77" } }, { - "scope": [ - "punctuation.support.type.property-name.begin", - "punctuation.support.type.property-name.end" - ], + "scope": [ "punctuation.support.type.property-name.begin", "punctuation.support.type.property-name.end" ], "settings": { "foreground": "#EF596E" } diff --git a/themes/1DRC-Bright.json b/themes/1DRC-Bright.json index 6f8bac4..76021e5 100644 --- a/themes/1DRC-Bright.json +++ b/themes/1DRC-Bright.json @@ -26,14 +26,14 @@ "editor.background": "#161821", "editor.editor.findMatchBackground": "#42557B", "editor.findMatchBackground": "#8A78FE", - "editor.findMatchHighlightBackground": "#5755D980", + "editor.findMatchHighlightBackground": "#5755D950", "editor.findRangeHighlightBackground": "#8A78FE", "editor.foreground": "#AAB1C0", "editor.hoverHighlightBackground": "#42557BAB", "editor.lineHighlightBackground": "#101119", "editor.rangeHighlightBackground": "#39336870", "editor.selectionBackground": "#5755D930", - "editor.selectionHighlightBackground": "#5755D950", + "editor.selectionHighlightBackground": "#42557B40", "editor.wordHighlightBackground": "#5755D930", "editorActiveLineNumber.foreground": "#C8DDFC9A", "editorBracketMatch.background": "#AE81FF20", @@ -106,13 +106,15 @@ "statusBar.background": "#101119", "statusBar.debuggingBackground": "#473C9B", "statusBar.foreground": "#C8DDFC9A", - "statusBar.noFolderBackground": "#393b57", + "statusBar.noFolderBackground": "#5755d980", "statusBarItem.activeBackground": "#473C9B90", "statusBarItem.hoverBackground": "#5542C3", "tab.activeBackground": "#101119", "tab.activeBorder": "#8A78FEAB", "tab.activeForeground": "#C8DDFC", "tab.border": "#1618217A", + "tab.activeModifiedBorder": "#8b78ff", + "tab.inactiveModifiedBorder": "#f5008280", "tab.hoverBackground": "#10111980", "tab.inactiveBackground": "#282D35AB", "tab.inactiveForeground": "#C8DDFC7D", @@ -565,9 +567,7 @@ }, { "name": "JSON Key - Level 0", - "scope": [ - "source.json meta.structure.dictionary.json support.type.property-name.json" - ], + "scope": [ "source.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { "foreground": "#EF596F" } @@ -646,18 +646,14 @@ }, { "name": "[YML]", - "scope": [ - "punctuation.definition.block.sequence.item.yaml" - ], + "scope": [ "punctuation.definition.block.sequence.item.yaml" ], "settings": { "foreground": "#D55FDE" } }, { "name": "[YML]", - "scope": [ - "string.unquoted.plain.out.yaml" - ], + "scope": [ "string.unquoted.plain.out.yaml" ], "settings": { "foreground": "#89CA78" } @@ -831,48 +827,33 @@ }, { "name": "Jekyll Front Matter", - "scope": [ - "frontmatter.jekyll", - "frontmatter.liquid" - ], + "scope": [ "frontmatter.jekyll", "frontmatter.liquid" ], "settings": { "foreground": "#C8DDFCD1" } }, { "name": "Jekyll Flow Control", - "scope": [ - "entity.name.tag.jekyll", - "entity.name.tag.jekyll" - ], + "scope": [ "entity.name.tag.jekyll", "entity.name.tag.jekyll" ], "settings": { "foreground": "#F92672" } }, { "name": "Jekyll Flow Control", - "scope": [ - "variable.other.jekyll", - "variable.other.liquid" - ], + "scope": [ "variable.other.jekyll", "variable.other.liquid" ], "settings": { "foreground": "#b267e6" } }, { - "scope": [ - "punctuation.definition.string.begin", - "punctuation.definition.string.end" - ], + "scope": [ "punctuation.definition.string.begin", "punctuation.definition.string.end" ], "settings": { "foreground": "#89CA77" } }, { - "scope": [ - "punctuation.support.type.property-name.begin", - "punctuation.support.type.property-name.end" - ], + "scope": [ "punctuation.support.type.property-name.begin", "punctuation.support.type.property-name.end" ], "settings": { "foreground": "#EF596E" } diff --git a/themes/1DRC-Italic.json b/themes/1DRC-Italic.json index b425c69..7dc3284 100644 --- a/themes/1DRC-Italic.json +++ b/themes/1DRC-Italic.json @@ -24,16 +24,17 @@ "dropdown.background": "#0D0E14", "dropdown.border": "#292A32", "editor.background": "#161821", + "tab.activeModifiedBorder": "#8b78ff", + "tab.inactiveModifiedBorder": "#f5008280", "editor.editor.findMatchBackground": "#42557B", "editor.findMatchBackground": "#8A78FE", - "editor.findMatchHighlightBackground": "#5755D980", + "editor.findMatchHighlightBackground": "#5755D950", "editor.findRangeHighlightBackground": "#8A78FE", "editor.foreground": "#AAB1C0", "editor.hoverHighlightBackground": "#42557BAB", "editor.lineHighlightBackground": "#101119", "editor.rangeHighlightBackground": "#39336870", "editor.selectionBackground": "#5755D930", - "editor.selectionHighlightBackground": "#5755D950", "editor.wordHighlightBackground": "#5755D930", "editorActiveLineNumber.foreground": "#C8DDFC9A", "editorBracketMatch.background": "#AE81FF20", @@ -106,7 +107,7 @@ "statusBar.background": "#101119", "statusBar.debuggingBackground": "#473C9B", "statusBar.foreground": "#C8DDFC9A", - "statusBar.noFolderBackground": "#393b57", + "statusBar.noFolderBackground": "#5755d980", "statusBarItem.activeBackground": "#473C9B90", "statusBarItem.hoverBackground": "#5542C3", "tab.activeBackground": "#101119", @@ -467,10 +468,7 @@ }, { "name": "CSS Variables", - "scope": [ - "variable.argument.css", - "variable.scss" - ], + "scope": [ "variable.argument.css", "variable.scss" ], "settings": { "fontStyle": "italic" } @@ -561,13 +559,6 @@ "foreground": "#523D14" } }, - // { - // "name": "JSON Property", - // "scope": "meta.structure.dictionary.json support.type.property-name", - // "settings": { - // "foreground": "#E06C75" - // } - // }, { "name": "JSON String", "scope": "meta.structure.dictionary.json string.quoted.double.json", @@ -598,9 +589,7 @@ }, { "name": "JSON Key - Level 0", - "scope": [ - "source.json meta.structure.dictionary.json support.type.property-name.json" - ], + "scope": [ "source.json meta.structure.dictionary.json support.type.property-name.json" ], "settings": { "foreground": "#E06C75" } @@ -683,18 +672,14 @@ }, { "name": "[YML]", - "scope": [ - "punctuation.definition.block.sequence.item.yaml" - ], + "scope": [ "punctuation.definition.block.sequence.item.yaml" ], "settings": { "foreground": "#D55FDE" } }, { "name": "[YML]", - "scope": [ - "string.unquoted.plain.out.yaml" - ], + "scope": [ "string.unquoted.plain.out.yaml" ], "settings": { "foreground": "#89CA78" } @@ -868,20 +853,14 @@ }, { "name": "Jekyll Front Matter", - "scope": [ - "frontmatter.jekyll", - "frontmatter.liquid" - ], + "scope": [ "frontmatter.jekyll", "frontmatter.liquid" ], "settings": { "foreground": "#C8DDFCD1" } }, { "name": "Jekyll Flow Control", - "scope": [ - "entity.name.tag.jekyll", - "entity.name.tag.jekyll" - ], + "scope": [ "entity.name.tag.jekyll", "entity.name.tag.jekyll" ], "settings": { "foreground": "#F92672", "fontStyle": "italic" @@ -889,28 +868,19 @@ }, { "name": "Jekyll Flow Control", - "scope": [ - "variable.other.jekyll", - "variable.other.liquid" - ], + "scope": [ "variable.other.jekyll", "variable.other.liquid" ], "settings": { "foreground": "#b267e6" } }, { - "scope": [ - "punctuation.definition.string.begin", - "punctuation.definition.string.end" - ], + "scope": [ "punctuation.definition.string.begin", "punctuation.definition.string.end" ], "settings": { "foreground": "#98C378" } }, { - "scope": [ - "punctuation.support.type.property-name.begin", - "punctuation.support.type.property-name.end" - ], + "scope": [ "punctuation.support.type.property-name.begin", "punctuation.support.type.property-name.end" ], "settings": { "foreground": "#E06C74" } diff --git a/themes/1DRC-Poncho-HC.json b/themes/1DRC-Poncho-HC.json new file mode 100644 index 0000000..1cc87c7 --- /dev/null +++ b/themes/1DRC-Poncho-HC.json @@ -0,0 +1,382 @@ +{ + "name": "1Dark Poncho HC", + "type": "dark", + "colors": { + "foreground": "#f9faff", + "descriptionForeground": "#f9faff", + + "activityBar.background": "#030d22", + "activityBarBadge.foreground": "#303742", + "activityBar.dropBackground": "#AE81FF7B", + + "titleBar.activeBackground": "#0b082e", + "titleBar.inactiveBackground": "#161821", + "titleBar.inactiveForeground": "#ABB1BAAB", + + "progressBar.background": "#fa0dea", + + "editor.selectionHighlightBackground": "#42557B40", + "editor.findMatchHighlightBackground": "#5755D950", + "editorCursor.foreground": "#FF2E97", + "editor.lineHighlightBackground": "#5755D920", + "editor.foreground": "#fdfeff", + "editorLineNumber.foreground": "#4e03a3", + "editorLineNumber.activeForeground": "#0ABDC6", + "editor.selectionBackground": "#4801a3", + "editor.findMatchBackground": "#00308a", + "editor.hoverHighlightBackground": "#003c81", + "editor.wordHighlightBackground": "#420080d5", + "editor.wordHighlightStrongBackground": "#12618363", + "editorRuler.foreground": "#11215e", + "editorError.foreground": "#ce0b93", + "editorWarning.foreground": "#fad46d", + "editorInfo.foreground": "#6c0994", + "editorWidget.background": "#04112c", + "editorHoverWidget.background": "#222858", + "editorHoverWidget.border": "#2d324e", + "editorGroup.dropBackground": "#03153b", + "editorGroupHeader.noTabsBackground": "#03163f", + "editorGroupHeader.tabsBackground": "#0f0d2c", + + "tab.hoverBackground": "#030c2280", + "tab.unfocusedActiveBorder": "#ae81ff50", + "tab.unfocusedHoverBorder": "#8A78FEAB", + "tab.activeBackground": "#1d1641", + "tab.activeForeground": "#f9faff", + "tab.inactiveBackground": "#141138", + "tab.inactiveForeground": "#599eff", + "tab.border": "#171033", + "tab.inactiveModifiedBorder": "#8b78ff80", + + "list.dropBackground": "#063475", + "list.focusBackground": "#06306e", + "list.errorForeground": "#b60672", + "list.warningForeground": "#992293", + "input.background": "#0d0931", + "input.border": "#150f53", + "inputOption.activeBorder": "#ffd650", + "scrollbar.shadow": "#330050", + "scrollbarSlider.activeBackground": "#3e0085", + "scrollbarSlider.background": "#3d045e", + "scrollbarSlider.hoverBackground": "#838cd4b4", + + "panel.border": "#181657", + "panel.dropBackground": "#ff2592", + "panelTitle.activeForeground": "#ff2592", + "panelTitle.inactiveForeground": "#d600dd", + + "gitDecoration.modifiedResourceForeground": "#fdd81d", + "gitDecoration.deletedResourceForeground": "#c000b3", + "gitDecoration.untrackedResourceForeground": "#029aff", + "gitDecoration.ignoredResourceForeground": "#2295ca", + "gitDecoration.conflictingResourceForeground": "#3d80dd", + + "input.placeholderForeground": "#3d65af", + "panel.background": "#0D0936", + "icon.foreground": "#d31b77", + "dropdown.background": "#04112c", + "dropdown.border": "#2e65a3", + "breadcrumb.foreground": "#4d8bee", + + "selection.background": "#5755D970", + "badge.foreground": "#101119", + + "breadcrumb.activeSelectionForeground": "#C8DDFC", + "breadcrumb.background": "#222330", + "breadcrumb.focusForeground": "#C8DDFC", + + "debugToolBar.background": "#101119", + "errorForeground": "#E50A69", + + "editor.editor.findMatchBackground": "#42557B", + "editor.findRangeHighlightBackground": "#8A78FE", + "editor.rangeHighlightBackground": "#39336870", + "editorActiveLineNumber.foreground": "#C8DDFC9A", + "editorBracketMatch.background": "#AE81FF20", + "editorCursor.background": "#0c0935", + "editorBracketMatch.border": "#d31b77AB", + "editorGroup.border": "#292A32", + "editorLink.activeForeground": "#FFCC00AB", + "editorSuggestWidget.background": "#0D0E14", + "editorSuggestWidget.border": "#292A32", + "editorSuggestWidget.selectedBackground": "#6D57FF7B", + "editorWidget.border": "#030f27", + + "focusBorder": "#AE81FF6B", + + "input.foreground": "#C8DDFCDC", + "inputValidation.errorBackground": "#830C37", + "inputValidation.errorBorder": "#E50A69", + "inputValidation.infoBackground": "#161821", + "inputValidation.infoBorder": "#AE81FF6B", + + "list.highlightForeground": "#8A78FE", + "list.hoverForeground": "#C8DDFC", + "list.inactiveSelectionForeground": "#C8DDFCAB", + + "notification.background": "#222330", + "notification.buttonBackground": "#6D57FF7B", + "notification.buttonHoverBackground": "#6D57FF", + "notification.foreground": "#C8DDFCBB", + "notification.infoBackground": "#6D57FF7B", + + "peekViewResult.lineForeground": "#C8DDFC", + "peekViewResult.matchHighlightBackground": "#8A78FEAB", + "peekViewResult.selectionForeground": "#C8DDFC", + "peekView.border": "#ffd400", + "peekViewEditor.background": "#1971f770", + "peekViewEditor.matchHighlightBackground": "#120961", + "peekViewEditor.matchHighlightBorder": "#34006e", + "peekViewResult.background": "#1a1079", + "peekViewResult.selectionBackground": "#ffd400", + "peekViewTitle.background": "#372dc9", + "peekViewTitleDescription.foreground": "#3076c5", + + "pickerGroup.border": "#AE81FF6B", + "pickerGroup.foreground": "#C8DDFCBB", + + "sideBar.background": "#0d0936", + "sideBarSectionHeader.background": "#04112e", + "sideBarSectionHeader.foreground": "#1f9aff", + "sideBar.foreground": "#C8DDFC9A", + "sideBarSectionHeader.border": "#292A32", + "sideBarTitle.foreground": "#C8DDFC9A", + + "statusBar.background": "#0a0631", + "statusBar.noFolderForeground": "#ffffff", + "statusBar.debuggingBackground": "#473C9B", + "statusBarItem.activeBackground": "#473C9B90", + "statusBar.noFolderBackground": "#5755d980", + + "widget.shadow": "#0F1014", + "activityBar.foreground": "#20f6bb", + "activityBar.inactiveForeground": "#20f6bb50", + "activityBarBadge.background": "#00beff", + "statusBar.foreground": "#20f6bb", + "statusBarItem.remoteForeground": "#20f6bb", + "statusBarItem.remoteBackground": "#101119", + "statusBarItem.hoverBackground": "#1d2fa5", + "badge.background": "#00beff", + "textLink.foreground": "#20f6bb", + "textLink.activeForeground": "#04926a", + "button.background": "#20f6bb", + "button.foreground": "#0d0936", + "button.hoverBackground": "#20f6bb8a", + "titleBar.activeForeground": "#20f6bb", + "tab.activeBorder": "#20f6bb8a", + "tab.hoverBorder": "#20f6bb9a", + "tab.activeModifiedBorder": "#ff99005B", + "editor.background": "#030d22", + "panelTitle.activeBorder": "#1d2fa5", + "editorIndentGuide.activeBackground": "#1d2fa5D0", + "editorIndentGuide.background": "#1d2fa53A", + "editorWhitespace.foreground": "#1d2fa57A", + "list.hoverBackground": "#101119", + "list.activeSelectionBackground": "#101119", + "list.activeSelectionForeground": "#c4d8f7", + "list.inactiveSelectionBackground": "#030d22AB", + "terminal.background": "#0d0936", + "terminalCursor.background": "#20f6bb", + "terminalCursor.foreground": "#20f6bb", + "terminal.selectionBackground": "#20f6bb5A", + "terminal.foreground": "#959da5", + "terminal.ansiBlack": "#303742", + "terminal.ansiBrightBlack": "#3A1B75", + "terminal.ansiRed": "#FF2E97", + "terminal.ansiBrightRed": "#EE1682", + "terminal.ansiBlue": "#00beff", + "terminal.ansiBrightBlue": "#31beff", + "terminal.ansiBrightYellow": "#fed400", + "terminal.ansiYellow": "#ffd400", + "terminal.ansiMagenta": "#EA00D9", + "terminal.ansiBrightMagenta": "#D328FF", + "terminal.ansiGreen": "#21FF78", + "terminal.ansiBrightGreen": "#20f6bb", + "terminal.ansiCyan": "#AF79FE", + "terminal.ansiBrightCyan": "#3789FE", + "terminal.ansiBrightWhite": "#f0f5ff", + "terminal.ansiWhite": "#e3eefe" + }, + "tokenColors": [ + { + "settings": { + "foreground": "#D5CED9", + "background": "#23262E" + } + }, + { + "name": "Comment color", + "scope": [ "comment", "markup.quote.markdown", "meta.diff", "meta.diff.header" ], + "settings": { + "foreground": "#5f6167" + } + }, + { + "name": "Text Color", + "scope": [ + "meta.template.expression.js", + "constant.name.attribute.tag.jade", + "punctuation.definition.metadata.markdown", + "punctuation.definition.string.end.markdown", + "punctuation.definition.markdown", + "punctuation.definition.string.begin.markdown", + "meta.paragraph.markdown" + ], + "settings": { + "foreground": "#D5CED9" + } + }, + { + "name": "Cyan", + "scope": [ + "variable", + "support.variable", + "entity.name.tag.yaml", + "constant.character.entity.html", + "source.css entity.name.tag.reference", + "beginning.punctuation.definition.list.markdown", + "source.css entity.other.attribute-name.parent-selector", + "meta.structure.dictionary.json support.type.property-name" + ], + "settings": { + "foreground": "#00e8c6" + } + }, + { + "name": "Orange", + "scope": [ + "markup.bold", + "constant.numeric", + "meta.group.regexp", + "constant.other.php", + "support.constant.ext.php", + "constant.other.class.php", + "support.constant.core.php", + "fenced_code.block.language", + "constant.other.caps.python", + "entity.other.attribute-name", + "support.type.exception.python", + "source.css keyword.other.unit", + "markup.inline.raw" + ], + "settings": { + "foreground": "#f39c12" + } + }, + { + "name": "Yellow", + "scope": [ + "text.xml string", + "entity.name.type", + "support.function", + "entity.other.attribute-name", + "meta.at-rule.extend", + "entity.name.function", + "entity.other.inherited-class", + "entity.other.keyframe-offset.css", + "text.html.markdown string.quoted", + "meta.function-call.generic.python", + "meta.at-rule.extend support.constant", + "entity.other.attribute-name.class.jade", + "source.css entity.other.attribute-name", + "text.xml punctuation.definition.string" + ], + "settings": { + "foreground": "#FFE66D" + } + }, + { + "name": "Pink", + "scope": [ "markup.heading", "variable.language.this.js", "variable.language.special.self.python" ], + "settings": { + "foreground": "#ff00aa" + } + }, + { + "name": "Hot Pink", + "scope": [ + "punctuation.definition.interpolation", + "punctuation.section.embedded.end.php", + "punctuation.section.embedded.end.ruby", + "punctuation.section.embedded.begin.php", + "punctuation.section.embedded.begin.ruby", + "punctuation.definition.template-expression", + "entity.name.tag" + ], + "settings": { + "foreground": "#f92672" + } + }, + { + "name": "Purple", + "scope": [ + "storage", + "keyword", + "meta.link", + "meta.image", + "markup.italic", + "source.js support.type", + "markup.list.unnumbered.markdown" + ], + "settings": { + "foreground": "#c74ded" + } + }, + { + "name": "Blue", + "scope": [ "string.regexp", "markup.changed" ], + "settings": { + "foreground": "#7cb7ff" + } + }, + { + "name": "Red", + "scope": [ + "constant", + "support.class", + "keyword.operator", + "support.constant", + "text.html.markdown string", + "source.css support.function", + "source.php support.function", + "support.function.magic.python", + "entity.other.attribute-name.id", + "markup.deleted" + ], + "settings": { + "foreground": "#E05252" + } + }, + { + "name": "Green", + "scope": [ + "string", + "text.html.php string", + "markup.inserted", + "punctuation.definition.string", + "text.html meta.embedded source.js string", + "text.html.php punctuation.definition.string", + "text.html meta.embedded source.js punctuation.definition.string", + "text.html punctuation.definition.string", + "text.html string" + ], + "settings": { + "foreground": "#96E072" + } + }, + { + "name": "Font Underline", + "scope": [ "entity.other.inherited-class" ], + "settings": { + "fontStyle": "underline" + } + }, + { + "name": "Font Italic", + "scope": [ "comment", "invalid", "keyword", "entity.other.attribute-name" ], + "settings": { + "fontStyle": "italic" + } + } + ] +} diff --git a/themes/1DRC-Poncho.json b/themes/1DRC-Poncho.json index b3d3df5..caa2387 100644 --- a/themes/1DRC-Poncho.json +++ b/themes/1DRC-Poncho.json @@ -26,14 +26,14 @@ "editor.background": "#161821", "editor.editor.findMatchBackground": "#42557B", "editor.findMatchBackground": "#8A78FE", - "editor.findMatchHighlightBackground": "#5755D980", + "editor.findMatchHighlightBackground": "#5755D950", "editor.findRangeHighlightBackground": "#8A78FE", "editor.foreground": "#AAB1C0", "editor.hoverHighlightBackground": "#42557BAB", "editor.lineHighlightBackground": "#101119", "editor.rangeHighlightBackground": "#39336870", "editor.selectionBackground": "#5755D930", - "editor.selectionHighlightBackground": "#5755D950", + "editor.selectionHighlightBackground": "#42557B40", "editor.wordHighlightBackground": "#5755D930", "editorActiveLineNumber.foreground": "#C8DDFC9A", "editorBracketMatch.background": "#AE81FF20", @@ -106,13 +106,15 @@ "statusBar.background": "#101119", "statusBar.debuggingBackground": "#473C9B", "statusBar.foreground": "#C8DDFC9A", - "statusBar.noFolderBackground": "#393b57", + "statusBar.noFolderBackground": "#5755d980", "statusBarItem.activeBackground": "#473C9B90", "statusBarItem.hoverBackground": "#5542C3", "tab.activeBackground": "#101119", "tab.activeBorder": "#8A78FEAB", "tab.activeForeground": "#C8DDFC", "tab.border": "#1618217A", + "tab.activeModifiedBorder": "#8b78ff", + "tab.inactiveModifiedBorder": "#f5008280", "tab.hoverBackground": "#10111980", "tab.inactiveBackground": "#282D35AB", "tab.inactiveForeground": "#C8DDFC7D", @@ -135,12 +137,7 @@ }, { "name": "Comment color", - "scope": [ - "comment", - "markup.quote.markdown", - "meta.diff", - "meta.diff.header" - ], + "scope": [ "comment", "markup.quote.markdown", "meta.diff", "meta.diff.header" ], "settings": { "foreground": "#5f6167" } @@ -152,7 +149,9 @@ "constant.name.attribute.tag.jade", "punctuation.definition.metadata.markdown", "punctuation.definition.string.end.markdown", - "punctuation.definition.string.begin.markdown" + "punctuation.definition.markdown", + "punctuation.definition.string.begin.markdown", + "meta.paragraph.markdown" ], "settings": { "foreground": "#D5CED9" @@ -188,7 +187,8 @@ "constant.other.caps.python", "entity.other.attribute-name", "support.type.exception.python", - "source.css keyword.other.unit" + "source.css keyword.other.unit", + "markup.inline.raw" ], "settings": { "foreground": "#f39c12" @@ -197,7 +197,6 @@ { "name": "Yellow", "scope": [ - "markup.list", "text.xml string", "entity.name.type", "support.function", @@ -219,11 +218,7 @@ }, { "name": "Pink", - "scope": [ - "markup.heading", - "variable.language.this.js", - "variable.language.special.self.python" - ], + "scope": [ "markup.heading", "variable.language.this.js", "variable.language.special.self.python" ], "settings": { "foreground": "#ff00aa" } @@ -251,7 +246,8 @@ "meta.link", "meta.image", "markup.italic", - "source.js support.type" + "source.js support.type", + "markup.list.unnumbered.markdown" ], "settings": { "foreground": "#c74ded" @@ -259,10 +255,7 @@ }, { "name": "Blue", - "scope": [ - "string.regexp", - "markup.changed" - ], + "scope": [ "string.regexp", "markup.changed" ], "settings": { "foreground": "#7cb7ff" } @@ -290,10 +283,8 @@ "scope": [ "string", "text.html.php string", - "markup.inline.raw", "markup.inserted", "punctuation.definition.string", - "punctuation.definition.markdown", "text.html meta.embedded source.js string", "text.html.php punctuation.definition.string", "text.html meta.embedded source.js punctuation.definition.string", @@ -306,21 +297,14 @@ }, { "name": "Font Underline", - "scope": [ - "entity.other.inherited-class" - ], + "scope": [ "entity.other.inherited-class" ], "settings": { "fontStyle": "underline" } }, { "name": "Font Italic", - "scope": [ - "comment", - "invalid", - "keyword", - "entity.other.attribute-name", - ], + "scope": [ "comment", "invalid", "keyword", "entity.other.attribute-name" ], "settings": { "fontStyle": "italic" } diff --git a/themes/1DRC.json b/themes/1DRC.json index 21cf4b2..de2f898 100644 --- a/themes/1DRC.json +++ b/themes/1DRC.json @@ -26,14 +26,14 @@ "editor.background": "#161821", "editor.editor.findMatchBackground": "#42557B", "editor.findMatchBackground": "#8A78FE", - "editor.findMatchHighlightBackground": "#5755D980", + "editor.findMatchHighlightBackground": "#5755D950", "editor.findRangeHighlightBackground": "#8A78FE", "editor.foreground": "#AAB1C0", "editor.hoverHighlightBackground": "#42557BAB", "editor.lineHighlightBackground": "#101119", "editor.rangeHighlightBackground": "#39336870", "editor.selectionBackground": "#5755D930", - "editor.selectionHighlightBackground": "#5755D950", + "editor.selectionHighlightBackground": "#42557B40", "editor.wordHighlightBackground": "#5755D930", "editorActiveLineNumber.foreground": "#C8DDFC9A", "editorBracketMatch.background": "#AE81FF20",