Skip to content

Commit

Permalink
Merge pull request #3 from sublee/status
Browse files Browse the repository at this point in the history
Adjust status bar colors
  • Loading branch information
minmul117 authored Jun 27, 2019
2 parents aae6005 + 3493df1 commit 7a46ff6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions themes/Sublette-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,19 +178,19 @@
"panelTitle.activeForeground": "#ccced0",
"panelTitle.inactiveForeground": "#96a0aa",
// Status Bar Colors — The Status Bar is shown in the bottom of the workbench.
"statusBar.background": "#58f",
"statusBar.foreground": "#202535",
"statusBar.border": "#405570",
"statusBar.background": "#58f",
"statusBar.border": "#58f",
"statusBar.debuggingForeground": "#202535",
"statusBar.debuggingBackground": "#e57",
"statusBar.debuggingBorder": "#e57",
"statusBar.noFolderForeground": "#202535",
"statusBar.noFolderBackground": "#a8f",
"statusBar.noFolderBorder": "#a8f",
"statusBarItem.activeBackground": "#ccced0",
"statusBarItem.hoverBackground": "#ccced0",
"statusBar.noFolderForeground": "#ccced0",
"statusBar.noFolderBackground": "#202535",
"statusBar.noFolderBorder": "#405570",
"statusBarItem.prominentBackground": "#fd8",
"statusBarItem.prominentHoverBackground": "#ccced0",
"statusBarItem.prominentHoverBackground": "#ff7",
"statusBarItem.activeBackground": "#00000022",
"statusBarItem.hoverBackground": "#00000022",
// Title Bar Colors
"titleBar.activeBackground": "#202535",
"titleBar.activeForeground": "#ccced0",
Expand Down

0 comments on commit 7a46ff6

Please sign in to comment.