Skip to content

Commit

Permalink
fix(dark-theme): fix colours in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed Mar 14, 2021
1 parent 925e5fe commit c2984fb
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions themes/sasjs-theme-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
],
"colors": {
"editor.background": "#272822",
"editor.foreground": "#f8f8f2",
"editor.foreground": "#F8F8F2",
"editor.inactiveSelectionBackground": "#E5EBF1",
"editorIndentGuide.background": "#D3D3D3",
"editorIndentGuide.activeBackground": "#939393",
Expand All @@ -387,24 +387,23 @@
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F",
"sideBar.background": "#272822",
"sideBar.foreground": "#f8f8f2",
"list.hoverBackground": "#3e3d32",
"sideBar.foreground": "#F8F8F2",
"list.hoverBackground": "#3E3D32",
"list.inactiveSelectionBackground": "#414339",
"input.placeholderForeground": "#ADADAD",
"list.deemphasizedForeground": "#ffc0000",
"editorGroupHeader.tabsBackground": "#1e1f1c",
"tab.inactiveForeground": "#f1f1f1",
"editorGroupHeader.tabsBackground": "#1E1F1C",
"tab.inactiveForeground": "#F1F1F1",
"tab.inactiveBackground": "#272822",
"tab.activeForeground": "#f1f1f1",
"tab.activeBackground": "#595c4c",
"tab.activeForeground": "#F1F1F1",
"tab.activeBackground": "#595C4C",
"tab.border": "#272822",
"terminal.foreground": "#f8f8f2",
"panelTitle.inactiveForeground": "#f1f1f1",
"terminal.foreground": "#F8F8F2",
"panelTitle.inactiveForeground": "#F1F1F1",
"panelTitle.inactiveBackground": "#272822",
"panelTitle.activeForeground": "#f1f1f1",
"panelTitle.activeBackground": "#595c4c",
"panelTitle.activeForeground": "#F1F1F1",
"panelTitle.activeBackground": "#595C4C",
"quickInput.background": "#272822",
"quickInput.foreground": "#f8f8f2"
"quickInput.foreground": "#F8F8F2"
},
"name": "SASjs Dark"
}

0 comments on commit c2984fb

Please sign in to comment.