Skip to content

Commit 82d77a4

Browse files
committed
update: Set active status background for top right icons #805
1 parent aa95e43 commit 82d77a4

10 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CHANGELOG
2+
## 3.17.5 | 2024.09.21
3+
- Set active status background for top right icons #805
4+
25
## 3.17.4 | 2024.09.20
36
- Improved latex highlight #827
47

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "material-theme",
33
"displayName": "One Dark Pro",
44
"description": "Atom's iconic One Dark theme for Visual Studio Code",
5-
"version": "3.17.4",
5+
"version": "3.17.5",
66
"publisher": "zhuangtongfa",
77
"license": "MIT",
88
"bugs": {

src/themes/data/oneDarkPro.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
"actionBar.toggledBackground":"#525761",
23
'activityBar.background': '#282c34',
34
'activityBar.foreground': '#d7dae0',
45
'activityBarBadge.background': '#4d78cc',

src/themes/data/oneDarkProDarker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
"actionBar.toggledBackground":"#525761",
23
'activityBar.background': '#23272e',
34
'activityBar.foreground': '#d7dae0',
45
'activityBarBadge.background': '#4d78cc',

src/themes/data/oneDarkProFlat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
"actionBar.toggledBackground":"#525761",
23
'activityBar.background': '#282c34',
34
'activityBar.foreground': '#c7ccd6',
45
'activityBarBadge.background': '#21252b',

src/themes/data/oneDarkProMix.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
"actionBar.toggledBackground":"#525761",
23
'activityBar.background': '#21252b',
34
'activityBar.foreground': '#d7dae0',
45
'activityBarBadge.background': '#4d78cc',

themes/OneDark-Pro-darker.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,6 +2108,7 @@
21082108
}
21092109
],
21102110
"colors": {
2111+
"actionBar.toggledBackground": "#525761",
21112112
"activityBar.background": "#23272e",
21122113
"activityBar.foreground": "#d7dae0",
21132114
"activityBarBadge.background": "#4d78cc",

themes/OneDark-Pro-flat.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,6 +2151,7 @@
21512151
}
21522152
],
21532153
"colors": {
2154+
"actionBar.toggledBackground": "#525761",
21542155
"activityBar.background": "#282c34",
21552156
"activityBar.foreground": "#c7ccd6",
21562157
"activityBarBadge.background": "#21252b",

themes/OneDark-Pro-mix.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,6 +2151,7 @@
21512151
}
21522152
],
21532153
"colors": {
2154+
"actionBar.toggledBackground": "#525761",
21542155
"activityBar.background": "#21252b",
21552156
"activityBar.foreground": "#d7dae0",
21562157
"activityBarBadge.background": "#4d78cc",

themes/OneDark-Pro.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,6 +2130,7 @@
21302130
}
21312131
],
21322132
"colors": {
2133+
"actionBar.toggledBackground": "#525761",
21332134
"activityBar.background": "#282c34",
21342135
"activityBar.foreground": "#d7dae0",
21352136
"activityBarBadge.background": "#4d78cc",

0 commit comments

Comments
 (0)