Skip to content

Commit

Permalink
Change Colors - The second proposal 02
Browse files Browse the repository at this point in the history
  • Loading branch information
merzak7 committed Feb 10, 2018
1 parent 022e4f8 commit d61b66f
Showing 1 changed file with 84 additions and 41 deletions.
125 changes: 84 additions & 41 deletions themes/Sahara Theme-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit d61b66f

Please sign in to comment.