We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc29a6 commit c3a0d31Copy full SHA for c3a0d31
themes/min-dark.json
@@ -7,6 +7,7 @@
7
"activityBarBadge.background": "#383838",
8
"badge.background": "#383838",
9
"badge.foreground": "#C1C1C1",
10
+ "button.background": "#333",
11
"editor.background": "#1f1f1f",
12
"editorGroupHeader.tabsBackground": "#1A1A1A",
13
"editorGroupHeader.tabsBorder": "#1A1A1A",
@@ -42,7 +43,8 @@
42
43
"tab.border": "#1A1A1A",
44
"tab.inactiveBackground": "#1A1A1A",
45
"tab.inactiveForeground": "#484848",
- "textLink.foreground": "#fafafa",
46
+ "textLink.foreground": "#ccc",
47
+ "textLink.activeForeground": "#fafafa",
48
"titleBar.activeBackground": "#1A1A1A",
49
"titleBar.border": "#1A1A1A"
50
},
0 commit comments