Skip to content

Commit

Permalink
Increase contrast in activity bar foreground (icons)
Browse files Browse the repository at this point in the history
  • Loading branch information
santoso-wijaya committed Jun 13, 2024
1 parent 2d9136a commit b3639a1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.3.14 | TODO

* Increase contrast in activity bar foreground (used in icons).

## 0.3.12 | 2024-06-12

* Tweak protobuf syntax highlights.
Expand Down
1 change: 1 addition & 0 deletions themes/Selenized_Dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
// Activity Bar
"activityBar.background": "#275b69",
"activityBar.foreground": "#c8d7d8",
"activityBar.inactiveForeground": "#adbcbc",
"activityBar.activeBackground": "#0096f566",
"activityBar.activeBorder": "#39c7b9",
"activityBarBadge.background": "#0096f5BB",
Expand Down
1 change: 1 addition & 0 deletions themes/Selenized_Light-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
// Activity Bar
"activityBar.background": "#d6cbb4",
"activityBar.foreground": "#384c52",
"activityBar.inactiveForeground": "#52666d",
"activityBar.activeBackground": "#b3880066",
"activityBar.activeBorder": "#c75d20",
"activityBarBadge.background": "#b38800BB",
Expand Down
1 change: 1 addition & 0 deletions themes/Solarized_Dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
// Activity Bar
"activityBar.background": "#164854",
"activityBar.foreground": "#92a1a1",
"activityBar.inactiveForeground": "#829496",
"activityBar.activeBackground": "#008dd166",
"activityBar.activeBorder": "#1fa198",
"activityBarBadge.background": "#008dd1BB",
Expand Down
1 change: 1 addition & 0 deletions themes/Solarized_Light-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
// Activity Bar
"activityBar.background": "#d7cebc",
"activityBar.foreground": "#566e76",
"activityBar.inactiveForeground": "#637b82",
"activityBar.activeBackground": "#bb880166",
"activityBar.activeBorder": "#cf4b15",
"activityBarBadge.background": "#bb8801BB",
Expand Down
1 change: 1 addition & 0 deletions themes/common/workbench-colors.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
// Activity Bar
"activityBar.background": "#{{ bg_2 }}",
"activityBar.foreground": "#{{ fg_1 }}",
"activityBar.inactiveForeground": "#{{ fg_0 }}",
"activityBar.activeBackground": "#{{ active_color }}66",
"activityBar.activeBorder": "#{{ border_color }}",
"activityBarBadge.background": "#{{ active_color }}BB",
Expand Down

0 comments on commit b3639a1

Please sign in to comment.