Skip to content

Commit

Permalink
feat: ✨ add menu border colors (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
toymil authored Jun 6, 2022
1 parent 313c58f commit d08c456
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 @@ -1072,6 +1072,8 @@
"gitDecoration.untrackedResourceForeground": "#98971a",
"gitDecoration.ignoredResourceForeground": "#7c6f64",
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#3c3836",
// NOTIFICATION
"notification.background": "#1d2021",
"notification.foreground": "#ebdbb2",
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 @@ -1072,6 +1072,8 @@
"gitDecoration.untrackedResourceForeground": "#98971a",
"gitDecoration.ignoredResourceForeground": "#7c6f64",
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#3c3836",
// NOTIFICATION
"notification.background": "#282828",
"notification.foreground": "#ebdbb2",
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 @@ -1072,6 +1072,8 @@
"gitDecoration.untrackedResourceForeground": "#98971a",
"gitDecoration.ignoredResourceForeground": "#7c6f64",
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#3c3836",
// NOTIFICATION
"notification.background": "#32302f",
"notification.foreground": "#ebdbb2",
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 @@ -1071,6 +1071,8 @@
"gitDecoration.untrackedResourceForeground": "#98971a",
"gitDecoration.ignoredResourceForeground": "#a89984",
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#ebdbb2",
// NOTIFICATION
"notification.background": "#f9f5d7",
"notification.foreground": "#3c3836",
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 @@ -1071,6 +1071,8 @@
"gitDecoration.untrackedResourceForeground": "#98971a",
"gitDecoration.ignoredResourceForeground": "#a89984",
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#ebdbb2",
// NOTIFICATION
"notification.background": "#fbf1c7",
"notification.foreground": "#3c3836",
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 @@ -1071,6 +1071,8 @@
"gitDecoration.untrackedResourceForeground": "#98971a",
"gitDecoration.ignoredResourceForeground": "#a89984",
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#ebdbb2",
// NOTIFICATION
"notification.background": "#f2e5bc",
"notification.foreground": "#3c3836",
Expand Down

0 comments on commit d08c456

Please sign in to comment.