From d61b66f2514493bf8b19f0eded1dd7dd6192ab41 Mon Sep 17 00:00:00 2001 From: Merzak Date: Sat, 10 Feb 2018 17:44:11 +0100 Subject: [PATCH] Change Colors - The second proposal 02 --- themes/Sahara Theme-color-theme.json | 125 ++++++++++++++++++--------- 1 file changed, 84 insertions(+), 41 deletions(-) diff --git a/themes/Sahara Theme-color-theme.json b/themes/Sahara Theme-color-theme.json index dd291d3..6ad50af 100644 --- a/themes/Sahara Theme-color-theme.json +++ b/themes/Sahara Theme-color-theme.json @@ -2,58 +2,101 @@ "name" : "Sahara Theme", "type" : "dark", "colors": { - "editor.background":"#3d1e00", // "#443d3a", - "editor.foreground": "#d4d4d4", - "activityBarBadge.background": "#008496", + "editor.background":"#361b00", // "#443d3a", + "editor.foreground": "#e9e9e9",//"#d4d4d4", + + // Editor + "editorLineNumber.foreground": "#854200", + + "editor.selectionBackground": "#53371b", + "editor.selectionHighlightBackground": "#362929", + //"editor.wordHighlightBackground":"#ff0000", + "editor.findMatchBackground": "#33333355", + "editor.hoverHighlightBackground": "#362929", + "editor.lineHighlightBorder": "#442200", + "editorWarning.foreground": "#73c48f", + "diffEditor.insertedTextBackground": "#2b5074", + + // Panel + "panelTitle.activeForeground": "#ffa41a", + "panelTitle.inactiveForeground": "#bebebe", + "panel.background": "#291400",//"#4b4441", + + // Activity Bar + "activityBar.background":"#a15100",//"#3b1e00", + "activityBar.foreground":"#ffecda",//"#3b1e00", + "activityBar.dropBackground":"#ffa41a",//"#3b1e00", + "activityBarBadge.background": "#ff9900",//"#008496", + + // Side Bar + "sideBar.background":"#5a2d00", // "#504844", + "sideBar.foreground":"#fcfcfc", // "#504844", "sideBarTitle.foreground": "#bbbbbb", - "sideBar.background":"#443d3a", // "#504844", "sideBarSectionHeader.foreground": "#faa41a", - "diffEditor.insertedTextBackground": "#6072db", - "list.hoverBackground": "#008496", + + // Status Bar + "statusBar.background": "#ffd900",// "#008496", + "statusBar.foreground": "#291400", //"#ebffff", + "statusBar.border": "#00000000", + "statusBar.noFolderBackground": "#607D8B", + + // Button + "button.background": "#008496", + + // Notification + "notification.infoBackground": "#008496", + "notification.buttonBackground": "#008496", + "notification.warningBackground": "#008496", + + // Terminal + "terminal.selectionBackground": "#faa41a4b", + "terminalCursor.foreground": "#ffd900", + + // Dropdown + "dropdown.background": "#361b00", + "dropdown.foreground": "#bebebe", + + // input + "input.background":"#361b00", + "input.foreground":"#ffa41a", + "input.placeholderForeground":"#a36301", + + // Scroll Bar + "scrollbar.shadow":"#000000", + "scrollbarSlider.background":"#5f3900", + "scrollbarSlider.hoverBackground":"#db8400", + "scrollbarSlider.activeBackground":"#945900", + + // List + "list.hoverBackground": "#ffa31a21", "list.activeSelectionBackground": "#ffa41a44", "list.focusBackground": "#008496", "list.highlightForeground": "#faa41a", - "statusBar.background": "#008496", - "statusBar.foreground": "#ebffff", - "statusBar.border": "#00000000", - "button.background": "#008496", - "statusBar.noFolderBackground": "#607D8B", + "list.inactiveSelectionBackground":"#361b00", + "list.inactiveSelectionForeground":"#ffffff", + "textLink.foreground": "#faa41a", - "editor.lineHighlightBorder": "#66666600", - "editor.findMatchBackground": "#33333355", - "editor.selectionBackground": "#362d29", - "editor.hoverHighlightBackground": "#362d29", - "editor.selectionHighlightBackground": "#362d29", - "editorGroupHeader.tabsBackground": "#443d3a", - "editorGroup.background": "#443d3a", - "editorGroup.border": "#443d3a", - "editorGroupHeader.noTabsBackground": "#443d3a", - "editorGroupHeader.tabsBorder": "#443d3a", - "editorWarning.foreground": "#73c48f", - "tab.border": "#00000000", - "tab.activeBackground": "#3d3734", + + // Tab + "tab.border": "#361b00", + "tab.activeBackground": "#361b00", "tab.activeForeground": "#ffffff", "tab.activeBorder": "#00000000", "tab.inactiveForeground": "#bebebe", - "panelTitle.activeForeground": "#ffa41a", - "panelTitle.inactiveForeground": "#bebebe", - "terminal.selectionBackground": "#00968759", - "panel.background": "#4b4441", - "notification.infoBackground": "#008496", - "notification.buttonBackground": "#008496", - "notification.warningBackground": "#008496", - "editorLineNumber.foreground": "#bebebe", - "dropdown.background": "#383737", - "dropdown.foreground": "#bebebe", - "focusBorder": "#00000000", - "tab.inactiveBackground": "#00000000", - //"gitDecoration.conflictingResourceForeground": "#ff0000", - //"gitDecoration.deletedResourceForeground": "#ff0000", - //"gitDecoration.ignoredResourceForeground": "#ff0000", - "gitDecoration.modifiedResourceForeground": "#ffa41a" - //"gitDecoration.untrackedResourceForeground": "#ff0000" + "tab.inactiveBackground": "#693500", + "tab.hoverBackground": "#492706", + "editorGroupHeader.tabsBackground": "#5a2d00", + "editorGroup.background": "#40443a", + "editorGroup.border": "#faa41a", + "editorGroupHeader.noTabsBackground": "#3e443a", + "editorGroupHeader.tabsBorder": "#361b00", + "focusBorder": "#00000000", + + // Git + "gitDecoration.modifiedResourceForeground": "#ffa41a" + }, "tokenColors": [ {