Skip to content

Commit 3d45c87

Browse files
authored
fix: improve editor icon (#268)
1 parent 26bd958 commit 3d45c87

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

src/components/tabs/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
}
5151

5252
&__op {
53-
color: inherit;
53+
color: var(--icon-foreground);
5454
margin-left: 10px;
55+
transform: translateY(1px);
5556
width: 20px;
5657

5758
&__dot {

src/extensions/theme-defaults/themes/dark_defaults.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"statusBarItem.remoteBackground": "#16825D",
3838
"sidebarSectionHeader.background": "#0000",
3939
"sidebarSectionHeader.border": "#ccc3",
40-
"tab.border": "#333",
40+
"tab.border": "#252526",
4141
"tab.inactiveBackground": "rgb(45, 45, 45)",
4242
"tab.inactiveForeground": "rgba(255, 255, 255, 0.5)",
43-
"tab.activeBackground": "rgb(30, 30, 30)",
44-
"tab.activeForeground": "rgb(255, 255, 255)",
43+
"tab.activeBackground": "#1E1E1E",
44+
"tab.activeForeground": "#fff",
4545
"diffEditor.insertedTextBackground": "#9bb95533",
4646
"diffEditor.removedTextBackground": "#ff000033",
4747
"actionBar.checkedBackground": "rgba(0, 127, 212, 0.4)"

src/extensions/theme-defaults/themes/light_defaults.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@
3636
"statusBarItem.remoteBackground": "#16825D",
3737
"sidebarSectionHeader.background": "#0000",
3838
"sidebarSectionHeader.border": "#61616130",
39-
"tab.border": "#333",
39+
"tab.border": "#f3f3f3",
4040
"menu.selectionBackground": "#0060C0",
4141
"menu.separatorBackground": "#888888",
4242
"tab.inactiveBackground": "rgb(236, 236, 236)",
4343
"tab.inactiveForeground": "rgba(51, 51, 51, 0.7)",
44-
"tab.activeForeground": "rgb(255, 255, 255)"
44+
"tab.activeBackground": "#fffffe",
45+
"tab.activeForeground": "#333333"
4546
},
4647
"semanticHighlighting": true
4748
}

0 commit comments

Comments
 (0)