Skip to content

Commit

Permalink
fix: add activityBarTop foreground and background colors (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
daliposc authored Jul 23, 2024
1 parent 1bceca4 commit 57aec8d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,8 @@
"activityBar.background": "#1d2021",
"activityBar.foreground": "#ebdbb2",
"activityBar.border": "#3c3836",
"activityBarTop.background": "#1d2021",
"activityBarTop.foreground": "#ebdbb2",
"activityBarBadge.background": "#458588",
"activityBarBadge.foreground": "#ebdbb2",
// EDITOR GROUPS
Expand Down
2 changes: 2 additions & 0 deletions themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,8 @@
"activityBar.background": "#282828",
"activityBar.foreground": "#ebdbb2",
"activityBar.border": "#3c3836",
"activityBarTop.background": "#282828",
"activityBarTop.foreground": "#ebdbb2",
"activityBarBadge.background": "#458588",
"activityBarBadge.foreground": "#ebdbb2",
// EDITOR GROUPS
Expand Down
2 changes: 2 additions & 0 deletions themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,8 @@
"activityBar.background": "#32302f",
"activityBar.foreground": "#ebdbb2",
"activityBar.border": "#3c3836",
"activityBarTop.background": "#32302f",
"activityBarTop.foreground": "#ebdbb2",
"activityBarBadge.background": "#458588",
"activityBarBadge.foreground": "#ebdbb2",
// EDITOR GROUPS
Expand Down
2 changes: 2 additions & 0 deletions themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,8 @@
"activityBar.background": "#f9f5d7",
"activityBar.foreground": "#3c3836",
"activityBar.border": "#ebdbb2",
"activityBarTop.background": "#f9f5d7",
"activityBarTop.foreground": "#3c3836",
"activityBarBadge.background": "#458588",
"activityBarBadge.foreground": "#ebdbb2",
// EDITOR GROUPS
Expand Down
2 changes: 2 additions & 0 deletions themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,8 @@
"activityBar.background": "#fbf1c7",
"activityBar.foreground": "#3c3836",
"activityBar.border": "#ebdbb2",
"activityBarTop.background": "#fbf1c7",
"activityBarTop.foreground": "#3c3836",
"activityBarBadge.background": "#458588",
"activityBarBadge.foreground": "#ebdbb2",
// EDITOR GROUPS
Expand Down
2 changes: 2 additions & 0 deletions themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,8 @@
"activityBar.background": "#f2e5bc",
"activityBar.foreground": "#3c3836",
"activityBar.border": "#ebdbb2",
"activityBarTop.background": "#f2e5bc",
"activityBarTop.foreground": "#3c3836",
"activityBarBadge.background": "#458588",
"activityBarBadge.foreground": "#ebdbb2",
// EDITOR GROUPS
Expand Down

0 comments on commit 57aec8d

Please sign in to comment.