diff --git a/package.json b/package.json index 8c6bb04..b86aad4 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,14 @@ "contributes": { "themes": [ { - "label": "Outrun", + "label": "Outrun Night", "uiTheme": "vs-dark", - "path": "./themes/Outrun-color-theme.json" + "path": "./themes/outrun-night-color-theme.json" + }, + { + "label": "Outrun Electric", + "uiTheme": "vs-dark", + "path": "./themes/outrun-electric-color-theme.json" } ] } diff --git a/themes/outrun-day-color-theme.json b/themes/outrun-day-color-theme.json new file mode 100644 index 0000000..10c60f0 --- /dev/null +++ b/themes/outrun-day-color-theme.json @@ -0,0 +1,583 @@ +{ + "name": "Outrun Dark", + "type": "dark", + "tokenColors": [ + { + "name": "Comment", + "scope": "comment", + "settings": { + "foreground": "#546A90", + "fontStyle": "italic" + } + }, + { + "name": "String", + "scope": "string", + "settings": { + "foreground": "#7984D1" + } + }, + { + "name": "Number", + "scope": "constant.numeric", + "settings": { + "foreground": "#ffd400" + } + }, + { + "name": "Built-in constant", + "scope": "constant.language", + "settings": { + "foreground": "#df85ff" + } + }, + { + "name": "User-defined constant", + "scope": [ + "constant.character", + "constant.other" + ], + "settings": { + "foreground": "#df85ff" + } + }, + { + "name": "Variable", + "scope": "variable", + "settings": { + "fontStyle": "" + } + }, + { + "name": "Keyword", + "scope": "keyword", + "settings": { + "foreground": "#ff2afc" + } + }, + { + "name": "Storage", + "scope": "storage", + "settings": { + "fontStyle": "", + "foreground": "#42c6ff" + } + }, + { + "name": "Storage type", + "scope": "storage.type", + "settings": { + "fontStyle": "", + "foreground": "#ff2e97" + } + }, + { + "name": "Class name", + "scope": [ + "entity.name.class", + "entity.name.type.class" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#A875FF" + } + }, + { + "name": "Inherited class", + "scope": [ + "entity.other.inherited-class", + "meta.other.inherited-class.php" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#ffd400" + } + }, + { + "name": "Function name", + "scope": "entity.name.function - meta.function-call", + "settings": { + "fontStyle": "", + "foreground": "#ff9b50" + } + }, + { + "name": "Function argument", + "scope": "variable.parameter", + "settings": { + "fontStyle": "", + "foreground": "#FFFFFF" + } + }, + { + "name": "Tag name", + "scope": "entity.name.tag", + "settings": { + "fontStyle": "", + "foreground": "#42c6ff" + } + }, + { + "name": "Tag attribute", + "scope": "entity.other.attribute-name", + "settings": { + "fontStyle": "", + "foreground": "#ff2afc" + } + }, + { + "name": "Library function", + "scope": "support.function", + "settings": { + "fontStyle": "", + "foreground": "#ff9b50" + } + }, + { + "name": "Library constant", + "scope": "support.constant", + "settings": { + "fontStyle": "", + "foreground": "#A3D6E0" + } + }, + { + "name": "Library class/type", + "scope": [ + "support.type", + "support.class" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#42c6ff" + } + }, + { + "name": "Library variable", + "scope": "support.other.variable", + "settings": { + "fontStyle": "" + } + }, + { + "name": "This, Super JS/PHP", + "scope": [ + "variable.language.this.js", + "variable.language.super.js", + "variable.language.this.php" + ], + "settings": { + "foreground": "#42c6ff", + "fontStyle": "italic" + } + }, + { + "name": "Invalid", + "scope": "invalid", + "settings": { + "foreground": "#cf433e", + "fontStyle": "" + } + }, + { + "name": "Invalid deprecated", + "scope": "invalid.deprecated", + "settings": { + "foreground": "#cf433e" + } + }, + { + "name": "diff.header", + "scope": [ + "meta.diff", + "meta.diff.header" + ], + "settings": { + "foreground": "#456b7c" + } + }, + { + "name": "diff.deleted", + "scope": "markup.deleted", + "settings": { + "foreground": "#e61f44" + } + }, + { + "name": "diff.inserted", + "scope": "markup.inserted", + "settings": { + "foreground": "#A6E22E" + } + }, + { + "name": "diff.changed", + "scope": "markup.changed", + "settings": { + "foreground": "#f7b83d" + } + }, + { + "scope": "constant.numeric.line-number.find-in-files - match", + "settings": { + "foreground": "#8FBE00A0" + } + }, + { + "scope": "entity.name.filename.find-in-files", + "settings": { + "foreground": "#E6DB74" + } + }, + { + "scope": "keyword.other", + "settings": { + "foreground": "#6494a9" + } + }, + { + "scope": [ + "meta.property-value", + "support.constant.property-value", + "constant.other.color" + ], + "settings": { + "foreground": "#cccccc" + } + }, + { + "name": "JSON String", + "scope": "meta.structure.dictionary.json string.quoted.double.json", + "settings": { + "foreground": "#FF0081" + } + }, + { + "name": "JSON Key", + "scope": "support.type.property-name.json", + "settings": { + "fontStyle": "", + "foreground": "#D86BFF" + } + }, + { + "scope": "meta.structure.dictionary.value.json string.quoted.double.json", + "settings": { + "foreground": "#161130" + } + }, + { + "name": "Function argument", + "scope": "meta.property-name support.type.property-name", + "settings": { + "fontStyle": "" + } + }, + { + "name": "Function argument", + "scope": "meta.property-value punctuation.separator.key-value", + "settings": { + "foreground": "#b6ced8" + } + }, + { + "name": "Function argument", + "scope": [ + "keyword.other.use", + "keyword.other.function.use", + "keyword.other.namespace", + "keyword.other.new", + "keyword.other.special-method", + "keyword.other.unit", + "keyword.other.use-as" + ], + "settings": { + "foreground": "#ff2afc" + } + }, + { + "name": "Function Argument", + "scope": "support.other.namespace.php", + "settings": { + "foreground": "#F8F8F2" + } + }, + { + "name": "Function argument", + "scope": [ + "meta.use" + ], + "settings": { + "foreground": "#1ea8fc", + "fontStyle": "" + } + }, + { + "name": "Function argument", + "scope": "variable.other", + "settings": { + "foreground": "#161130", + "fontStyle": "" + } + }, + { + "name": "PHPDoc Keyword", + "scope": "keyword.other.phpdoc.php", + "settings": { + "fontStyle": "", + "foreground": "#A875FF" + } + }, + { + "name": "PHPDoc Type", + "scope": [ + "keyword.other.type.php", + "meta.other.type.phpdoc.php" + ], + "settings": { + "foreground": "#7984D1" + } + }, + { + "name": "Coffeescript Function argument", + "scope": "variable.parameter.function.coffee", + "settings": { + "foreground": "#aaaaaa", + "fontStyle": "" + } + }, + { + "name": "Markdown Titles", + "scope": "entity.name.section.markdown", + "settings": { + "foreground": "#5dcdfd" + } + }, + { + "name": "Markdown Title Hash", + "scope": "punctuation.definition.heading.markdown", + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown Raw", + "scope": "markup.raw.inline.markdown", + "settings": { + "foreground": "#cccccc" + } + }, + { + "name": "Markdown bold stars", + "scope": [ + "punctuation.definition.bold.markdown", + "punctuation.definition.italic.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link title braces", + "scope": [ + "punctuation.definition.string.begin.markdown", + "punctuation.definition.string.end.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link braces", + "scope": "punctuation.definition.metadata.markdown", + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link", + "scope": [ + "markup.underline.link.markdown", + "markup.underline.link.image.markdown", + "meta.image.inline.markdown" + ], + "settings": { + "foreground": "#1ea8fc", + "fontStyle": "" + } + }, + { + "name": "Markdown bold/italic", + "scope": [ + "markup.bold.markdown", + "markup.italic.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown bold/italic", + "scope": "markup.italic.markdown", + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "Markdown bold/italic", + "scope": "markup.bold.markdown", + "settings": { + "fontStyle": "bold" + } + }, + { + "name": "Markdown pre", + "scope": "markup.raw.block.markdown", + "settings": { + "foreground": "#664e4d" + } + }, + { + "name": "GitGutter deleted", + "scope": "markup.deleted.git_gutter", + "settings": { + "foreground": "#e61f44" + } + }, + { + "name": "GitGutter inserted", + "scope": "markup.inserted.git_gutter", + "settings": { + "foreground": "#a7da1e" + } + }, + { + "name": "GitGutter changed", + "scope": "markup.changed.git_gutter", + "settings": { + "foreground": "#f7b83d" + } + }, + { + "name": "Template expressions.", + "scope": "meta.template.expression", + "settings": { + "foreground": "#b6ced8" + } + } + ], + "colors": { + "foreground":"#161130", + "descriptionForeground": "#161130", + + // Buttons + "button.background":"#1ea8fc", + "button.hoverBackground": "#1ea8fc", + "button.foreground":"#161130", + + // Progress Bar + "progressBar.background":"#ff2e97", + + // Editor + "editor.background": "#f5f5fb", + "editor.foreground": "#161130", + "editorLineNumber.foreground":"#484f7d", + "editorLineNumber.activeForeground": "#42c6ff", + "editorCursor.foreground": "#ff2e97", + "editor.selectionBackground": "#484f7d", + "editor.selectionHighlightBackground": "#484f7d8e", + "editor.findMatchBackground": "#484f7d", + "editor.findMatchHighlightBackground": "#484f7d80", + "editor.hoverHighlightBackground":"#42c6ff2a", + "editor.wordHighlightBackground":"#ffffff22", + "editor.wordHighlightStrongBackground":"#42c6ff63", + "editor.lineHighlightBackground": "#f5f5fb", + + // Editor Groups & Tabs + "editorGroup.dropBackground": "#7984D1", + "editorGroupHeader.noTabsBackground": "#ebecf8", + "editorGroupHeader.tabsBackground": "#ebecf8", + "tab.activeBackground": "#f5f5fb", + "tab.activeForeground": "#161130", + "tab.inactiveBackground": "#ebecf8", + "tab.inactiveForeground": "#7984D1", + "tab.border": "#f5f5fb", + + // Side Bar + "sideBar.background": "#ebecf8", + "sideBarSectionHeader.background": "#f5f5fb", + "sideBarSectionHeader.foreground": "#7984D1", + + // Lists & Trees + "list.activeSelectionBackground": "#d86bff", + "list.activeSelectionForeground": "#ffffff", + "list.dropBackground": "#7984D1", + "list.focusBackground": "#8a45a3", + "list.hoverBackground": "#8a45a3", + "list.inactiveSelectionBackground": "#646dac", + "list.errorForeground": "#ff0000", + "list.warningForeground": "#ff0000", + + // Input Control + "input.background": "#f5f5fb", + "input.placeholderForeground": "#7984D1", + "input.border": "#763b8c", + "inputOption.activeBorder": "#ff9b50", + + // Scrollbar Control + "scrollbar.shadow":"#ebecf8", + "scrollbarSlider.activeBackground":"#919ad9", + "scrollbarSlider.background":"#9199d94f", + "scrollbarSlider.hoverBackground":"#9199d9b4", + + // Activity Bar + "activityBar.background": "#f5f5fb", + "activityBar.foreground": "#7984D1", + "activityBarBadge.background":"#ff2e97", + "activityBarBadge.foreground":"#ffffff", + + // Status Bar + "statusBar.background":"#ebecf8", + "statusBar.foreground":"#7984D1", + "statusBar.noFolderBackground":"#1ea8fc", + "statusBar.noFolderForeground": "#ffffff", + + // Panel Colors + "panel.background": "#ebecf8", + "panel.border": "#ebecf8", + "panel.dropBackground": "#7983d194", + "panelTitle.activeBorder": "#1ea8fc", + "panelTitle.activeForeground": "#161130", + "panelTitle.inactiveForeground": "#7984D1", + + // Title Bar Colors + "titleBar.activeBackground": "#ebecf8", + + // Git Colors + "gitDecoration.modifiedResourceForeground":"#ffd400", + "gitDecoration.deletedResourceForeground":"#ff2e97", + "gitDecoration.untrackedResourceForeground":"#42c6ff", + "gitDecoration.ignoredResourceForeground":"#7984D1", + "gitDecoration.conflictingResourceForeground":"#df85ff", + + // Integrated Terminal + "terminal.background":"#090819", + "terminal.foreground":"#e4eeff", + "terminal.ansiBlack":"#283034", + "terminal.ansiRed":"#ff0081", + "terminal.ansiGreen":"#62a9cf", + "terminal.ansiYellow":"#f4b80c", + "terminal.ansiBlue":"#42c6ff", + "terminal.ansiMagenta":"#ff2afc", + "terminal.ansiCyan":"#42c6ff", + "terminal.ansiWhite":"#d9e0e9", + "terminal.ansiBrightBlack":"#435056", + "terminal.ansiBrightRed":"#ff0081", + "terminal.ansiBrightGreen":"#add0e5", + "terminal.ansiBrightYellow":"#f4b80c", + "terminal.ansiBrightBlue":"#42c6ff", + "terminal.ansiBrightMagenta":"#ff2afc", + "terminal.ansiBrightCyan":"#42c6ff", + "terminal.ansiBrightWhite":"#f4f6f9", + } +} \ No newline at end of file diff --git a/themes/Outrun-color-theme.json b/themes/outrun-electric-color-theme.json similarity index 75% rename from themes/Outrun-color-theme.json rename to themes/outrun-electric-color-theme.json index 9fbc611..233753b 100644 --- a/themes/Outrun-color-theme.json +++ b/themes/outrun-electric-color-theme.json @@ -1,16 +1,16 @@ { - "name": "Outrun", + "name": "Outrun Contrast", "type": "dark", "tokenColors": [ { "name": "Comment", "scope": "comment", "settings": { - "foreground": "#546A90", - "fontStyle": "italic" + "foreground": "#546A90", + "fontStyle": "italic" } - }, - { + }, + { "name": "String", "scope": "string", "settings": { @@ -21,14 +21,14 @@ "name": "Number", "scope": "constant.numeric", "settings": { - "foreground": "#F4B80C" + "foreground": "#ffd400" } }, { "name": "Built-in constant", "scope": "constant.language", "settings": { - "foreground": "#D86BFF" + "foreground": "#df85ff" } }, { @@ -38,7 +38,7 @@ "constant.other" ], "settings": { - "foreground": "#AE81FF" + "foreground": "#df85ff" } }, { @@ -60,7 +60,7 @@ "scope": "storage", "settings": { "fontStyle": "", - "foreground": "#42C6FF" + "foreground": "#42c6ff" } }, { @@ -68,7 +68,7 @@ "scope": "storage.type", "settings": { "fontStyle": "", - "foreground": "#FF0081" + "foreground": "#ff2e97" } }, { @@ -90,7 +90,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#ffd319" + "foreground": "#ffd400" } }, { @@ -114,7 +114,7 @@ "scope": "entity.name.tag", "settings": { "fontStyle": "", - "foreground": "#42C6FF" + "foreground": "#42c6ff" } }, { @@ -467,109 +467,100 @@ } ], "colors": { - "foreground":"#F8F8F2", - "descriptionForeground": "#F8F8F2", - "focusBorder":"#24264F", - - "textLink.foreground": "#42C6FF", - "textLink.activeForeground": "#1ea8fc", - + "foreground":"#f2f3f7", + "descriptionForeground": "#f2f3f7", + + // Buttons "button.background":"#1ea8fc", "button.hoverBackground": "#1ea8fc", - "button.foreground":"#ffffff", - - "dropdown.background":"#0c0a20", - "dropdown.listBackground": "#0c0a20", - "dropdown.border":"#7984D1", - "dropdown.foreground":"#ffffff", - - "input.background":"#24264F", - "input.foreground":"#ffffff", - "input.border":"#24264F", - "input.placeholderForeground":"#7984D1", - "inputOption.activeBorder":"#1ea8fc", - - "scrollbar.shadow":"#090819", - "scrollbarSlider.activeBackground":"#484f7d", - "scrollbarSlider.background":"#24264F", - "scrollbarSlider.hoverBackground":"#484f7d", - - "badge.background":"#1ea8fc", - "badge.foreground":"#ffffff", - - "progressBar.background":"#FF0081", - - "list.activeSelectionBackground":"#6069a7", - "list.hoverBackground":"#6069a7", - "list.activeSelectionForeground":"#090819", - "list.inactiveSelectionBackground":"#484f7d", - "list.focusBackground":"#6069a7", - - "activityBar.background":"#0c0a20", - "activityBar.foreground":"#7984D1", - "activityBarBadge.background":"#FF0081", - "activityBarBadge.foreground":"#ffffff", - - "sideBar.background":"#090819", - "sideBar.foreground":"#f1f2fa", - "sideBarSectionHeader.background": "#0c0a20", - "sideBarSectionHeader.foreground": "#7984D1", - - "editorGroup.background":"#090819", - "editorGroupHeader.tabsBackground":"#0c0a20", - - "tab.inactiveBackground":"#0c0a20", - "tab.inactiveForeground":"#7984D1", - + "button.foreground":"#f2f3f7", + + // Progress Bar + "progressBar.background":"#ff2e97", + + // Editor "editor.background": "#0c0a20", - "editorCursor.foreground": "#FF0081", - "editor.foreground": "#F8F8F2", - "editor.lineHighlightBackground": "#0c0a20", + "editor.foreground": "#f2f3f7", + "editorLineNumber.foreground":"#484f7d", + "editorLineNumber.activeForeground": "#42c6ff", + "editorCursor.foreground": "#ff2e97", "editor.selectionBackground": "#484f7d", - "editor.selectionHighlightBackground": "#484f7d80", + "editor.selectionHighlightBackground": "#484f7d8e", "editor.findMatchBackground": "#484f7d", "editor.findMatchHighlightBackground": "#484f7d80", "editor.hoverHighlightBackground":"#42c6ff2a", "editor.wordHighlightBackground":"#ffffff22", "editor.wordHighlightStrongBackground":"#42c6ff63", - - "editorWidget.background":"#484f7d", - "editorWidget.border":"#484f7d", - - "editorLineNumber.foreground":"#484f7d", - "editorLineNumber.activeForeground": "#42c6ff", - "editorIndentGuide.background":"#24273e", - "editorWhitespace.foreground":"#303453", - "editorRuler.foreground":"#484f7d", - "editorLink.activeForeground":"#1ea8fc", - - "editorBracketMatch.background":"#1ea8fc44", - "editorBracketMatch.border":"#5dcdfd", - - "editorOverviewRuler.findMatchForeground":"#5dcdfd55", - "editorOverviewRuler.modifiedForeground":"#F4B80C", - "editorOverviewRuler.addedForeground":"#42c6ff", - "editorOverviewRuler.deletedForeground":"#FF0081", - "editorOverviewRuler.errorForeground":"#FF0081", - "editorOverviewRuler.warningForeground":"#F4B80C", - "editorOverviewRuler.infoForeground":"#A875FF", - "editorGutter.background":"#0c0a20", - "editorGutter.modifiedBackground":"#F4B80C", - "editorGutter.addedBackground":"#42c6ff", - "editorGutter.deletedBackground":"#FF0081", - + "editor.lineHighlightBackground": "#0c0a20", + + // Editor Groups & Tabs + "editorGroup.dropBackground": "#7984D1", + "editorGroupHeader.noTabsBackground": "#090819", + "editorGroupHeader.tabsBackground": "#090819", + "tab.activeBackground": "#0c0a20", + "tab.activeForeground": "#f2f3f7", + "tab.inactiveBackground": "#090819", + "tab.inactiveForeground": "#7984D1", + "tab.border": "#0c0a20", + + // Side Bar + "sideBar.background": "#090819", + "sideBarSectionHeader.background": "#0c0a20", + "sideBarSectionHeader.foreground": "#7984D1", + + // Lists & Trees + "list.activeSelectionBackground": "#d86bff", + "list.activeSelectionForeground": "#ffffff", + "list.dropBackground": "#7984D1", + "list.focusBackground": "#8a45a3", + "list.hoverBackground": "#8a45a3", + "list.inactiveSelectionBackground": "#646dac", + "list.errorForeground": "#ff0000", + "list.warningForeground": "#ff0000", + + // Input Control + "input.background": "#0c0a20", + "input.placeholderForeground": "#7984D1", + "input.border": "#763b8c", + "inputOption.activeBorder": "#ff9b50", + + // Scrollbar Control + "scrollbar.shadow":"#090819", + "scrollbarSlider.activeBackground":"#919ad9", + "scrollbarSlider.background":"#9199d94f", + "scrollbarSlider.hoverBackground":"#9199d9b4", + + // Activity Bar + "activityBar.background": "#0c0a20", + "activityBar.foreground": "#7984D1", + "activityBarBadge.background":"#ff2e97", + "activityBarBadge.foreground":"#ffffff", + + // Status Bar "statusBar.background":"#090819", "statusBar.foreground":"#7984D1", "statusBar.noFolderBackground":"#1ea8fc", "statusBar.noFolderForeground": "#ffffff", + + // Panel Colors + "panel.background": "#090819", + "panel.border": "#090819", + "panel.dropBackground": "#7983d194", + "panelTitle.activeBorder": "#1ea8fc", + "panelTitle.activeForeground": "#f2f3f7", + "panelTitle.inactiveForeground": "#7984D1", - "titleBar.activeBackground":"#080716", - - "panel.background":"#090819", - "panelTitle.inactiveForeground":"#598aa0", - "panel.border":"#090819", - "panelTitle.activeBorder":"#FF0081", - + // Title Bar Colors + "titleBar.activeBackground": "#090819", + + // Git Colors + "gitDecoration.modifiedResourceForeground":"#ffd400", + "gitDecoration.deletedResourceForeground":"#ff2e97", + "gitDecoration.untrackedResourceForeground":"#42c6ff", + "gitDecoration.ignoredResourceForeground":"#7984D1", + "gitDecoration.conflictingResourceForeground":"#df85ff", + + // Integrated Terminal "terminal.background":"#090819", "terminal.foreground":"#e4eeff", "terminal.ansiBlack":"#283034", @@ -588,33 +579,5 @@ "terminal.ansiBrightMagenta":"#ff2afc", "terminal.ansiBrightCyan":"#42c6ff", "terminal.ansiBrightWhite":"#f4f6f9", - - "extensionButton.prominentBackground":"#1ea8fc", - "extensionButton.prominentForeground":"#ffffff", - "extensionButton.prominentHoverBackground":"#50bbfd", - - "peekView.border":"#1ea8fc", - "peekViewEditor.background":"#121c20", - "peekViewEditorGutter.background":"#152126", - "peekViewResult.background":"#22353d", - "peekViewTitle.background":"#152126", - "peekViewTitleLabel.foreground":"#b6ced8", - "peekViewTitleDescription.foreground":"#acc7d3", - "peekViewResult.selectionBackground":"#1d2d34", - "peekViewResult.selectionForeground":"#b6ced8", - "peekViewResult.fileForeground":"#a9c5d1", - "peekViewResult.lineForeground":"#95b8c6", - "peekViewEditor.matchHighlightBackground":"#5dcdfd55", - "peekViewResult.matchHighlightBackground":"#5dcdfd55", - - "editorSuggestWidget.highlightForeground":"#1ea8fc", - "editorSuggestWidget.foreground":"#b6ced8", - "editorSuggestWidget.selectedBackground":"#1d2d34", - - "gitDecoration.modifiedResourceForeground":"#F4B80C", - "gitDecoration.deletedResourceForeground":"#FF0081", - "gitDecoration.untrackedResourceForeground":"#42c6ff", - "gitDecoration.ignoredResourceForeground":"#7984D1", - "gitDecoration.conflictingResourceForeground":"#A875FF" } -} \ No newline at end of file + } \ No newline at end of file diff --git a/themes/outrun-night-color-theme.json b/themes/outrun-night-color-theme.json new file mode 100644 index 0000000..4d4426c --- /dev/null +++ b/themes/outrun-night-color-theme.json @@ -0,0 +1,583 @@ +{ + "name": "Outrun Dark", + "type": "dark", + "tokenColors": [ + { + "name": "Comment", + "scope": "comment", + "settings": { + "foreground": "#546A90", + "fontStyle": "italic" + } + }, + { + "name": "String", + "scope": "string", + "settings": { + "foreground": "#7984D1" + } + }, + { + "name": "Number", + "scope": "constant.numeric", + "settings": { + "foreground": "#ffd400" + } + }, + { + "name": "Built-in constant", + "scope": "constant.language", + "settings": { + "foreground": "#df85ff" + } + }, + { + "name": "User-defined constant", + "scope": [ + "constant.character", + "constant.other" + ], + "settings": { + "foreground": "#df85ff" + } + }, + { + "name": "Variable", + "scope": "variable", + "settings": { + "fontStyle": "" + } + }, + { + "name": "Keyword", + "scope": "keyword", + "settings": { + "foreground": "#ff2afc" + } + }, + { + "name": "Storage", + "scope": "storage", + "settings": { + "fontStyle": "", + "foreground": "#42c6ff" + } + }, + { + "name": "Storage type", + "scope": "storage.type", + "settings": { + "fontStyle": "", + "foreground": "#ff2e97" + } + }, + { + "name": "Class name", + "scope": [ + "entity.name.class", + "entity.name.type.class" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#A875FF" + } + }, + { + "name": "Inherited class", + "scope": [ + "entity.other.inherited-class", + "meta.other.inherited-class.php" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#ffd400" + } + }, + { + "name": "Function name", + "scope": "entity.name.function - meta.function-call", + "settings": { + "fontStyle": "", + "foreground": "#ff9b50" + } + }, + { + "name": "Function argument", + "scope": "variable.parameter", + "settings": { + "fontStyle": "", + "foreground": "#FFFFFF" + } + }, + { + "name": "Tag name", + "scope": "entity.name.tag", + "settings": { + "fontStyle": "", + "foreground": "#42c6ff" + } + }, + { + "name": "Tag attribute", + "scope": "entity.other.attribute-name", + "settings": { + "fontStyle": "", + "foreground": "#ff2afc" + } + }, + { + "name": "Library function", + "scope": "support.function", + "settings": { + "fontStyle": "", + "foreground": "#ff9b50" + } + }, + { + "name": "Library constant", + "scope": "support.constant", + "settings": { + "fontStyle": "", + "foreground": "#A3D6E0" + } + }, + { + "name": "Library class/type", + "scope": [ + "support.type", + "support.class" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#42c6ff" + } + }, + { + "name": "Library variable", + "scope": "support.other.variable", + "settings": { + "fontStyle": "" + } + }, + { + "name": "This, Super JS/PHP", + "scope": [ + "variable.language.this.js", + "variable.language.super.js", + "variable.language.this.php" + ], + "settings": { + "foreground": "#42c6ff", + "fontStyle": "italic" + } + }, + { + "name": "Invalid", + "scope": "invalid", + "settings": { + "foreground": "#cf433e", + "fontStyle": "" + } + }, + { + "name": "Invalid deprecated", + "scope": "invalid.deprecated", + "settings": { + "foreground": "#cf433e" + } + }, + { + "name": "diff.header", + "scope": [ + "meta.diff", + "meta.diff.header" + ], + "settings": { + "foreground": "#456b7c" + } + }, + { + "name": "diff.deleted", + "scope": "markup.deleted", + "settings": { + "foreground": "#e61f44" + } + }, + { + "name": "diff.inserted", + "scope": "markup.inserted", + "settings": { + "foreground": "#A6E22E" + } + }, + { + "name": "diff.changed", + "scope": "markup.changed", + "settings": { + "foreground": "#f7b83d" + } + }, + { + "scope": "constant.numeric.line-number.find-in-files - match", + "settings": { + "foreground": "#8FBE00A0" + } + }, + { + "scope": "entity.name.filename.find-in-files", + "settings": { + "foreground": "#E6DB74" + } + }, + { + "scope": "keyword.other", + "settings": { + "foreground": "#6494a9" + } + }, + { + "scope": [ + "meta.property-value", + "support.constant.property-value", + "constant.other.color" + ], + "settings": { + "foreground": "#cccccc" + } + }, + { + "name": "JSON String", + "scope": "meta.structure.dictionary.json string.quoted.double.json", + "settings": { + "foreground": "#FF0081" + } + }, + { + "name": "JSON Key", + "scope": "support.type.property-name.json", + "settings": { + "fontStyle": "", + "foreground": "#D86BFF" + } + }, + { + "scope": "meta.structure.dictionary.value.json string.quoted.double.json", + "settings": { + "foreground": "#F8F8F2" + } + }, + { + "name": "Function argument", + "scope": "meta.property-name support.type.property-name", + "settings": { + "fontStyle": "" + } + }, + { + "name": "Function argument", + "scope": "meta.property-value punctuation.separator.key-value", + "settings": { + "foreground": "#b6ced8" + } + }, + { + "name": "Function argument", + "scope": [ + "keyword.other.use", + "keyword.other.function.use", + "keyword.other.namespace", + "keyword.other.new", + "keyword.other.special-method", + "keyword.other.unit", + "keyword.other.use-as" + ], + "settings": { + "foreground": "#ff2afc" + } + }, + { + "name": "Function Argument", + "scope": "support.other.namespace.php", + "settings": { + "foreground": "#F8F8F2" + } + }, + { + "name": "Function argument", + "scope": [ + "meta.use" + ], + "settings": { + "foreground": "#1ea8fc", + "fontStyle": "" + } + }, + { + "name": "Function argument", + "scope": "variable.other", + "settings": { + "foreground": "#ffffff", + "fontStyle": "" + } + }, + { + "name": "PHPDoc Keyword", + "scope": "keyword.other.phpdoc.php", + "settings": { + "fontStyle": "", + "foreground": "#A875FF" + } + }, + { + "name": "PHPDoc Type", + "scope": [ + "keyword.other.type.php", + "meta.other.type.phpdoc.php" + ], + "settings": { + "foreground": "#7984D1" + } + }, + { + "name": "Coffeescript Function argument", + "scope": "variable.parameter.function.coffee", + "settings": { + "foreground": "#aaaaaa", + "fontStyle": "" + } + }, + { + "name": "Markdown Titles", + "scope": "entity.name.section.markdown", + "settings": { + "foreground": "#5dcdfd" + } + }, + { + "name": "Markdown Title Hash", + "scope": "punctuation.definition.heading.markdown", + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown Raw", + "scope": "markup.raw.inline.markdown", + "settings": { + "foreground": "#cccccc" + } + }, + { + "name": "Markdown bold stars", + "scope": [ + "punctuation.definition.bold.markdown", + "punctuation.definition.italic.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link title braces", + "scope": [ + "punctuation.definition.string.begin.markdown", + "punctuation.definition.string.end.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link braces", + "scope": "punctuation.definition.metadata.markdown", + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link", + "scope": [ + "markup.underline.link.markdown", + "markup.underline.link.image.markdown", + "meta.image.inline.markdown" + ], + "settings": { + "foreground": "#1ea8fc", + "fontStyle": "" + } + }, + { + "name": "Markdown bold/italic", + "scope": [ + "markup.bold.markdown", + "markup.italic.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown bold/italic", + "scope": "markup.italic.markdown", + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "Markdown bold/italic", + "scope": "markup.bold.markdown", + "settings": { + "fontStyle": "bold" + } + }, + { + "name": "Markdown pre", + "scope": "markup.raw.block.markdown", + "settings": { + "foreground": "#664e4d" + } + }, + { + "name": "GitGutter deleted", + "scope": "markup.deleted.git_gutter", + "settings": { + "foreground": "#e61f44" + } + }, + { + "name": "GitGutter inserted", + "scope": "markup.inserted.git_gutter", + "settings": { + "foreground": "#a7da1e" + } + }, + { + "name": "GitGutter changed", + "scope": "markup.changed.git_gutter", + "settings": { + "foreground": "#f7b83d" + } + }, + { + "name": "Template expressions.", + "scope": "meta.template.expression", + "settings": { + "foreground": "#b6ced8" + } + } + ], + "colors": { + "foreground":"#f9faff", + "descriptionForeground": "#f9faff", + + // Buttons + "button.background":"#1ea8fc", + "button.hoverBackground": "#1ea8fc", + "button.foreground":"#f9faff", + + // Progress Bar + "progressBar.background":"#ff2e97", + + // Editor + "editor.background": "#161130", + "editor.foreground": "#f2f3f7", + "editorLineNumber.foreground":"#484f7d", + "editorLineNumber.activeForeground": "#42c6ff", + "editorCursor.foreground": "#ff2e97", + "editor.selectionBackground": "#484f7d", + "editor.selectionHighlightBackground": "#484f7d8e", + "editor.findMatchBackground": "#484f7d", + "editor.findMatchHighlightBackground": "#484f7d80", + "editor.hoverHighlightBackground":"#42c6ff2a", + "editor.wordHighlightBackground":"#ffffff22", + "editor.wordHighlightStrongBackground":"#42c6ff63", + "editor.lineHighlightBackground": "#161130", + + // Editor Groups & Tabs + "editorGroup.dropBackground": "#7984D1", + "editorGroupHeader.noTabsBackground": "#0c0a20", + "editorGroupHeader.tabsBackground": "#0c0a20", + "tab.activeBackground": "#161130", + "tab.activeForeground": "#f9faff", + "tab.inactiveBackground": "#0c0a20", + "tab.inactiveForeground": "#7984D1", + "tab.border": "#161130", + + // Side Bar + "sideBar.background": "#0c0a20", + "sideBarSectionHeader.background": "#161130", + "sideBarSectionHeader.foreground": "#7984D1", + + // Lists & Trees + "list.activeSelectionBackground": "#d86bff", + "list.activeSelectionForeground": "#ffffff", + "list.dropBackground": "#7984D1", + "list.focusBackground": "#8a45a3", + "list.hoverBackground": "#8a45a3", + "list.inactiveSelectionBackground": "#646dac", + "list.errorForeground": "#ff0000", + "list.warningForeground": "#ff0000", + + // Input Control + "input.background": "#161130", + "input.placeholderForeground": "#7984D1", + "input.border": "#763b8c", + "inputOption.activeBorder": "#ff9b50", + + // Scrollbar Control + "scrollbar.shadow":"#0c0a20", + "scrollbarSlider.activeBackground":"#919ad9", + "scrollbarSlider.background":"#9199d94f", + "scrollbarSlider.hoverBackground":"#9199d9b4", + + // Activity Bar + "activityBar.background": "#161130", + "activityBar.foreground": "#7984D1", + "activityBarBadge.background":"#ff2e97", + "activityBarBadge.foreground":"#ffffff", + + // Status Bar + "statusBar.background":"#0c0a20", + "statusBar.foreground":"#7984D1", + "statusBar.noFolderBackground":"#1ea8fc", + "statusBar.noFolderForeground": "#ffffff", + + // Panel Colors + "panel.background": "#0c0a20", + "panel.border": "#0c0a20", + "panel.dropBackground": "#7983d194", + "panelTitle.activeBorder": "#1ea8fc", + "panelTitle.activeForeground": "#f9faff", + "panelTitle.inactiveForeground": "#7984D1", + + // Title Bar Colors + "titleBar.activeBackground": "#0c0a20", + + // Git Colors + "gitDecoration.modifiedResourceForeground":"#ffd400", + "gitDecoration.deletedResourceForeground":"#ff2e97", + "gitDecoration.untrackedResourceForeground":"#42c6ff", + "gitDecoration.ignoredResourceForeground":"#7984D1", + "gitDecoration.conflictingResourceForeground":"#df85ff", + + // Integrated Terminal + "terminal.background":"#090819", + "terminal.foreground":"#e4eeff", + "terminal.ansiBlack":"#283034", + "terminal.ansiRed":"#ff0081", + "terminal.ansiGreen":"#62a9cf", + "terminal.ansiYellow":"#f4b80c", + "terminal.ansiBlue":"#42c6ff", + "terminal.ansiMagenta":"#ff2afc", + "terminal.ansiCyan":"#42c6ff", + "terminal.ansiWhite":"#d9e0e9", + "terminal.ansiBrightBlack":"#435056", + "terminal.ansiBrightRed":"#ff0081", + "terminal.ansiBrightGreen":"#add0e5", + "terminal.ansiBrightYellow":"#f4b80c", + "terminal.ansiBrightBlue":"#42c6ff", + "terminal.ansiBrightMagenta":"#ff2afc", + "terminal.ansiBrightCyan":"#42c6ff", + "terminal.ansiBrightWhite":"#f4f6f9", + } +} \ No newline at end of file diff --git a/themes/outrun-old.json b/themes/outrun-old.json new file mode 100644 index 0000000..d8ed0d8 --- /dev/null +++ b/themes/outrun-old.json @@ -0,0 +1,620 @@ +{ + "name": "Outrun Contrast", + "type": "dark", + "tokenColors": [ + { + "name": "Comment", + "scope": "comment", + "settings": { + "foreground": "#546A90", + "fontStyle": "italic" + } + }, + { + "name": "String", + "scope": "string", + "settings": { + "foreground": "#7984D1" + } + }, + { + "name": "Number", + "scope": "constant.numeric", + "settings": { + "foreground": "#F4B80C" + } + }, + { + "name": "Built-in constant", + "scope": "constant.language", + "settings": { + "foreground": "#D86BFF" + } + }, + { + "name": "User-defined constant", + "scope": [ + "constant.character", + "constant.other" + ], + "settings": { + "foreground": "#AE81FF" + } + }, + { + "name": "Variable", + "scope": "variable", + "settings": { + "fontStyle": "" + } + }, + { + "name": "Keyword", + "scope": "keyword", + "settings": { + "foreground": "#ff2afc" + } + }, + { + "name": "Storage", + "scope": "storage", + "settings": { + "fontStyle": "", + "foreground": "#42C6FF" + } + }, + { + "name": "Storage type", + "scope": "storage.type", + "settings": { + "fontStyle": "", + "foreground": "#FF0081" + } + }, + { + "name": "Class name", + "scope": [ + "entity.name.class", + "entity.name.type.class" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#A875FF" + } + }, + { + "name": "Inherited class", + "scope": [ + "entity.other.inherited-class", + "meta.other.inherited-class.php" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#ffd319" + } + }, + { + "name": "Function name", + "scope": "entity.name.function - meta.function-call", + "settings": { + "fontStyle": "", + "foreground": "#ff9b50" + } + }, + { + "name": "Function argument", + "scope": "variable.parameter", + "settings": { + "fontStyle": "", + "foreground": "#FFFFFF" + } + }, + { + "name": "Tag name", + "scope": "entity.name.tag", + "settings": { + "fontStyle": "", + "foreground": "#42C6FF" + } + }, + { + "name": "Tag attribute", + "scope": "entity.other.attribute-name", + "settings": { + "fontStyle": "", + "foreground": "#ff2afc" + } + }, + { + "name": "Library function", + "scope": "support.function", + "settings": { + "fontStyle": "", + "foreground": "#ff9b50" + } + }, + { + "name": "Library constant", + "scope": "support.constant", + "settings": { + "fontStyle": "", + "foreground": "#A3D6E0" + } + }, + { + "name": "Library class/type", + "scope": [ + "support.type", + "support.class" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#42c6ff" + } + }, + { + "name": "Library variable", + "scope": "support.other.variable", + "settings": { + "fontStyle": "" + } + }, + { + "name": "This, Super JS/PHP", + "scope": [ + "variable.language.this.js", + "variable.language.super.js", + "variable.language.this.php" + ], + "settings": { + "foreground": "#42c6ff", + "fontStyle": "italic" + } + }, + { + "name": "Invalid", + "scope": "invalid", + "settings": { + "foreground": "#cf433e", + "fontStyle": "" + } + }, + { + "name": "Invalid deprecated", + "scope": "invalid.deprecated", + "settings": { + "foreground": "#cf433e" + } + }, + { + "name": "diff.header", + "scope": [ + "meta.diff", + "meta.diff.header" + ], + "settings": { + "foreground": "#456b7c" + } + }, + { + "name": "diff.deleted", + "scope": "markup.deleted", + "settings": { + "foreground": "#e61f44" + } + }, + { + "name": "diff.inserted", + "scope": "markup.inserted", + "settings": { + "foreground": "#A6E22E" + } + }, + { + "name": "diff.changed", + "scope": "markup.changed", + "settings": { + "foreground": "#f7b83d" + } + }, + { + "scope": "constant.numeric.line-number.find-in-files - match", + "settings": { + "foreground": "#8FBE00A0" + } + }, + { + "scope": "entity.name.filename.find-in-files", + "settings": { + "foreground": "#E6DB74" + } + }, + { + "scope": "keyword.other", + "settings": { + "foreground": "#6494a9" + } + }, + { + "scope": [ + "meta.property-value", + "support.constant.property-value", + "constant.other.color" + ], + "settings": { + "foreground": "#cccccc" + } + }, + { + "name": "JSON String", + "scope": "meta.structure.dictionary.json string.quoted.double.json", + "settings": { + "foreground": "#FF0081" + } + }, + { + "name": "JSON Key", + "scope": "support.type.property-name.json", + "settings": { + "fontStyle": "", + "foreground": "#D86BFF" + } + }, + { + "scope": "meta.structure.dictionary.value.json string.quoted.double.json", + "settings": { + "foreground": "#F8F8F2" + } + }, + { + "name": "Function argument", + "scope": "meta.property-name support.type.property-name", + "settings": { + "fontStyle": "" + } + }, + { + "name": "Function argument", + "scope": "meta.property-value punctuation.separator.key-value", + "settings": { + "foreground": "#b6ced8" + } + }, + { + "name": "Function argument", + "scope": [ + "keyword.other.use", + "keyword.other.function.use", + "keyword.other.namespace", + "keyword.other.new", + "keyword.other.special-method", + "keyword.other.unit", + "keyword.other.use-as" + ], + "settings": { + "foreground": "#ff2afc" + } + }, + { + "name": "Function Argument", + "scope": "support.other.namespace.php", + "settings": { + "foreground": "#F8F8F2" + } + }, + { + "name": "Function argument", + "scope": [ + "meta.use" + ], + "settings": { + "foreground": "#1ea8fc", + "fontStyle": "" + } + }, + { + "name": "Function argument", + "scope": "variable.other", + "settings": { + "foreground": "#ffffff", + "fontStyle": "" + } + }, + { + "name": "PHPDoc Keyword", + "scope": "keyword.other.phpdoc.php", + "settings": { + "fontStyle": "", + "foreground": "#A875FF" + } + }, + { + "name": "PHPDoc Type", + "scope": [ + "keyword.other.type.php", + "meta.other.type.phpdoc.php" + ], + "settings": { + "foreground": "#7984D1" + } + }, + { + "name": "Coffeescript Function argument", + "scope": "variable.parameter.function.coffee", + "settings": { + "foreground": "#aaaaaa", + "fontStyle": "" + } + }, + { + "name": "Markdown Titles", + "scope": "entity.name.section.markdown", + "settings": { + "foreground": "#5dcdfd" + } + }, + { + "name": "Markdown Title Hash", + "scope": "punctuation.definition.heading.markdown", + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown Raw", + "scope": "markup.raw.inline.markdown", + "settings": { + "foreground": "#cccccc" + } + }, + { + "name": "Markdown bold stars", + "scope": [ + "punctuation.definition.bold.markdown", + "punctuation.definition.italic.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link title braces", + "scope": [ + "punctuation.definition.string.begin.markdown", + "punctuation.definition.string.end.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link braces", + "scope": "punctuation.definition.metadata.markdown", + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown link", + "scope": [ + "markup.underline.link.markdown", + "markup.underline.link.image.markdown", + "meta.image.inline.markdown" + ], + "settings": { + "foreground": "#1ea8fc", + "fontStyle": "" + } + }, + { + "name": "Markdown bold/italic", + "scope": [ + "markup.bold.markdown", + "markup.italic.markdown" + ], + "settings": { + "foreground": "#1ea8fc" + } + }, + { + "name": "Markdown bold/italic", + "scope": "markup.italic.markdown", + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "Markdown bold/italic", + "scope": "markup.bold.markdown", + "settings": { + "fontStyle": "bold" + } + }, + { + "name": "Markdown pre", + "scope": "markup.raw.block.markdown", + "settings": { + "foreground": "#664e4d" + } + }, + { + "name": "GitGutter deleted", + "scope": "markup.deleted.git_gutter", + "settings": { + "foreground": "#e61f44" + } + }, + { + "name": "GitGutter inserted", + "scope": "markup.inserted.git_gutter", + "settings": { + "foreground": "#a7da1e" + } + }, + { + "name": "GitGutter changed", + "scope": "markup.changed.git_gutter", + "settings": { + "foreground": "#f7b83d" + } + }, + { + "name": "Template expressions.", + "scope": "meta.template.expression", + "settings": { + "foreground": "#b6ced8" + } + } + ], + "colors": { + "foreground":"#F8F8F2", + "descriptionForeground": "#F8F8F2", + "focusBorder":"#24264F", + + "textLink.foreground": "#42C6FF", + "textLink.activeForeground": "#1ea8fc", + + "button.background":"#1ea8fc", + "button.hoverBackground": "#1ea8fc", + "button.foreground":"#ffffff", + + "dropdown.background":"#0c0a20", + "dropdown.listBackground": "#0c0a20", + "dropdown.border":"#7984D1", + "dropdown.foreground":"#ffffff", + + "input.background":"#24264F", + "input.foreground":"#ffffff", + "input.border":"#24264F", + "input.placeholderForeground":"#7984D1", + "inputOption.activeBorder":"#1ea8fc", + + "scrollbar.shadow":"#090819", + "scrollbarSlider.activeBackground":"#484f7d", + "scrollbarSlider.background":"#24264F", + "scrollbarSlider.hoverBackground":"#484f7d", + + "badge.background":"#1ea8fc", + "badge.foreground":"#ffffff", + + "progressBar.background":"#FF0081", + + "list.activeSelectionBackground":"#6069a7", + "list.hoverBackground":"#6069a7", + "list.activeSelectionForeground":"#090819", + "list.inactiveSelectionBackground":"#484f7d", + "list.focusBackground":"#6069a7", + + "activityBar.background":"#0c0a20", + "activityBar.foreground":"#7984D1", + "activityBarBadge.background":"#FF0081", + "activityBarBadge.foreground":"#ffffff", + + "sideBar.background":"#090819", + "sideBar.foreground":"#f1f2fa", + "sideBarSectionHeader.background": "#0c0a20", + "sideBarSectionHeader.foreground": "#7984D1", + + "editorGroup.background":"#090819", + "editorGroupHeader.tabsBackground":"#0c0a20", + + "tab.inactiveBackground":"#0c0a20", + "tab.inactiveForeground":"#7984D1", + + "editor.background": "#0c0a20", + "editorCursor.foreground": "#FF0081", + "editor.foreground": "#F8F8F2", + "editor.lineHighlightBackground": "#0c0a20", + "editor.selectionBackground": "#484f7d", + "editor.selectionHighlightBackground": "#484f7d80", + "editor.findMatchBackground": "#484f7d", + "editor.findMatchHighlightBackground": "#484f7d80", + "editor.hoverHighlightBackground":"#42c6ff2a", + "editor.wordHighlightBackground":"#ffffff22", + "editor.wordHighlightStrongBackground":"#42c6ff63", + + "editorWidget.background":"#484f7d", + "editorWidget.border":"#484f7d", + + "editorLineNumber.foreground":"#484f7d", + "editorLineNumber.activeForeground": "#42c6ff", + "editorIndentGuide.background":"#24273e", + "editorWhitespace.foreground":"#303453", + "editorRuler.foreground":"#484f7d", + "editorLink.activeForeground":"#1ea8fc", + + "editorBracketMatch.background":"#1ea8fc44", + "editorBracketMatch.border":"#5dcdfd", + + "editorOverviewRuler.findMatchForeground":"#5dcdfd55", + "editorOverviewRuler.modifiedForeground":"#F4B80C", + "editorOverviewRuler.addedForeground":"#42c6ff", + "editorOverviewRuler.deletedForeground":"#FF0081", + "editorOverviewRuler.errorForeground":"#FF0081", + "editorOverviewRuler.warningForeground":"#F4B80C", + "editorOverviewRuler.infoForeground":"#A875FF", + "editorGutter.background":"#0c0a20", + "editorGutter.modifiedBackground":"#F4B80C", + "editorGutter.addedBackground":"#42c6ff", + "editorGutter.deletedBackground":"#FF0081", + + "statusBar.background":"#090819", + "statusBar.foreground":"#7984D1", + "statusBar.noFolderBackground":"#1ea8fc", + "statusBar.noFolderForeground": "#ffffff", + + "titleBar.activeBackground":"#080716", + + "panel.background":"#090819", + "panelTitle.inactiveForeground":"#598aa0", + "panel.border":"#090819", + "panelTitle.activeBorder":"#FF0081", + + "terminal.background":"#090819", + "terminal.foreground":"#e4eeff", + "terminal.ansiBlack":"#283034", + "terminal.ansiRed":"#ff0081", + "terminal.ansiGreen":"#62a9cf", + "terminal.ansiYellow":"#f4b80c", + "terminal.ansiBlue":"#42c6ff", + "terminal.ansiMagenta":"#ff2afc", + "terminal.ansiCyan":"#42c6ff", + "terminal.ansiWhite":"#d9e0e9", + "terminal.ansiBrightBlack":"#435056", + "terminal.ansiBrightRed":"#ff0081", + "terminal.ansiBrightGreen":"#add0e5", + "terminal.ansiBrightYellow":"#f4b80c", + "terminal.ansiBrightBlue":"#42c6ff", + "terminal.ansiBrightMagenta":"#ff2afc", + "terminal.ansiBrightCyan":"#42c6ff", + "terminal.ansiBrightWhite":"#f4f6f9", + + "extensionButton.prominentBackground":"#1ea8fc", + "extensionButton.prominentForeground":"#ffffff", + "extensionButton.prominentHoverBackground":"#50bbfd", + + "peekView.border":"#1ea8fc", + "peekViewEditor.background":"#121c20", + "peekViewEditorGutter.background":"#152126", + "peekViewResult.background":"#22353d", + "peekViewTitle.background":"#152126", + "peekViewTitleLabel.foreground":"#b6ced8", + "peekViewTitleDescription.foreground":"#acc7d3", + "peekViewResult.selectionBackground":"#1d2d34", + "peekViewResult.selectionForeground":"#b6ced8", + "peekViewResult.fileForeground":"#a9c5d1", + "peekViewResult.lineForeground":"#95b8c6", + "peekViewEditor.matchHighlightBackground":"#5dcdfd55", + "peekViewResult.matchHighlightBackground":"#5dcdfd55", + + "editorSuggestWidget.highlightForeground":"#1ea8fc", + "editorSuggestWidget.foreground":"#b6ced8", + "editorSuggestWidget.selectedBackground":"#1d2d34", + + "gitDecoration.modifiedResourceForeground":"#F4B80C", + "gitDecoration.deletedResourceForeground":"#FF0081", + "gitDecoration.untrackedResourceForeground":"#42c6ff", + "gitDecoration.ignoredResourceForeground":"#7984D1", + "gitDecoration.conflictingResourceForeground":"#A875FF" + } +} \ No newline at end of file