Skip to content

Commit 18226c2

Browse files
committed
Improve UI color consistency in vscode
1 parent ec2239e commit 18226c2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Chromodynamics.color-theme.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,27 @@
55
"activityBarBadge.background": "#007acc",
66
"sideBarTitle.foreground": "#bbbbbb",
77
"statusBar.background": "#131313",
8+
"statusBar.noFolderBackground": "#131313",
9+
"statusBar.foreground": "#c6c6c6",
810
"editor.background": "#060606",
11+
"editor.foreground": "#c6c6c6",
912
"activityBar.background": "#101010",
1013
"menu.background": "#131313",
1114
"sideBar.background": "#131313",
1215
"panel.background": "#131313",
1316
"editorGroupHeader.tabsBackground": "#131313",
1417
"tab.inactiveBackground": "#151515",
1518
"tab.border": "#131313",
19+
"tab.activeForeground": "#c6c6c6",
20+
"editor.lineHighlightBackground": "#252525",
21+
"breadcrumb.foreground": "#909090",
22+
"editorGutter.background": "#101010",
23+
"gitDecoration.ignoredResourceForeground": "#808080",
24+
"editorRuler.foreground": "#333",
25+
"editor.findMatchHighlightBackground": "#66d9ff40",
26+
"editor.findMatchHighlightBorder": "#66d9ff90",
27+
"editor.selectionBackground": "#444",
28+
"editor.selectionForeground": "#d0d0d0",
29+
"editor.selectionHighlightBorder": "#66d9ff90",
1630
}
17-
}
31+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Chromodynamics Theme",
44
"description": "A dark color scheme from MagicStack.",
55
"theme": "syntax",
6-
"version": "0.0.12",
6+
"version": "0.0.13",
77
"repository": "https://github.com/MagicStack/Chromodynamics",
88
"publisher": "magicstack",
99
"license": "MIT",

0 commit comments

Comments
 (0)