Skip to content

Commit

Permalink
Increase contrast slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Apr 27, 2020
1 parent 1826482 commit 791a25b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions themes/Cerulean-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
"name": "Cerulean",
"type": "dark",
"colors": {
"activityBar.background": "#141b24",
"activityBar.background": "#101720",
"activityBar.border": "#555",
"activityBar.foreground": "#f0f7fc",
"activityBarBadge.background": "#007acc",
"dropdown.background": "#263041",
"editor.background": "#161e26",
"editor.background": "#101820",
"editor.foreground": "#f0f7fc",
"editor.lineHighlightBackground": "#303e50",
"editorGroupHeader.noTabsBackground": "#141b24",
"editorGroupHeader.tabsBackground": "#141b24",
"editorWidget.background": "#161e26",
"editorOverviewRuler.findMatchForeground": "#2b577455",
"editor.findMatchBackground": "#2b5774",
"editor.findMatchHighlightBackground": "#515d6477",
"editorGroupHeader.noTabsBackground": "#101720",
"editorGroupHeader.tabsBackground": "#101720",
"editorWidget.background": "#101820",
"editorOverviewRuler.findMatchForeground": "#297db4aa",
"editor.findMatchBackground": "#297db4",
"editor.findMatchHighlightBackground": "#737a7f",
"gitDecoration.modifiedResourceForeground": "#4EB071",
"gitDecoration.deletedResourceForeground": "#DA6771",
"gitDecoration.untrackedResourceForeground": "#399EF4",
"gitDecoration.conflictingResourceForeground": "#fff099",
"gitDecoration.ignoredResourceForeground": "#535a6b",
"input.background": "#263041",
"list.hoverBackground": "#263041",
"panel.background": "#141b24",
"sideBar.background": "#141b24",
"panel.background": "#101720",
"sideBar.background": "#101720",
"sideBar.border": "#555",
"sideBarTitle.foreground": "#bbbbbb",
"tab.inactiveBackground": "#141b24",
"tab.inactiveBackground": "#101720",
},
"tokenColors": [
{
Expand Down

0 comments on commit 791a25b

Please sign in to comment.