Skip to content

Commit

Permalink
Added and updated colors
Browse files Browse the repository at this point in the history
- Badge color updated
- Input color added
- Textlink color updated
- Breakpoint color updated
- Merge colors added
  • Loading branch information
cnmorocho committed Jan 6, 2024
1 parent a704fce commit 71ab3e6
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions themes/min-gruvbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"activityBar.background": "#1A1A1A",
"activityBar.foreground": "#fbf1c7",
"activityBar.inactiveForeground": "#928374",
"activityBarBadge.background": "#383838",
"badge.background": "#383838",
"badge.foreground": "#fbf1c7",
"activityBarBadge.background": "#b8bb26",
"activityBarBadge.foreground": "#282828",
"badge.background": "#b8bb26",
"badge.foreground": "#282828",
"button.hoverBackground": "#b8bb27",
"button.separator": "#1d2021",
"button.background": "#fbf1c7",
Expand All @@ -33,6 +34,12 @@
"gitDecoration.conflictingResourceForeground": "#fb4934",
"input.background": "#2A2A2A",
"input.foreground": "#E0E0E0",
"inputValidation.errorBackground": "#cc241d",
"inputValidation.errorForeground": "#ebdbb2",
"inputValidation.infoBackground": "#8ec07c",
"inputValidation.infoForeground": "#282828",
"inputValidation.warningBackground": "#d79921",
"inputValidation.warningForeground": "#282828",
"list.activeSelectionBackground": "#212121",
"list.activeSelectionForeground": "#8ec07c",
"list.focusBackground": "#292929",
Expand Down Expand Up @@ -70,8 +77,8 @@
"tab.border": "#1A1A1A",
"tab.inactiveBackground": "#1A1A1A",
"tab.inactiveForeground": "#928374",
"tab.": "#6A6760",
"textLink.foreground": "#CCC",
"tab": "#6A6760",
"textLink.foreground": "#b8bb26",
"textLink.activeForeground": "#fafafa",
"titleBar.activeBackground": "#1A1A1A",
"titleBar.activeForeground": "#fbf1c7",
Expand Down Expand Up @@ -107,10 +114,10 @@
"debugIcon.stepOverForeground": "#FF7A84",
"debugIcon.stopForeground": "#79b8ff",
"debugIcon.breakpointCurrentStackframeForeground": "#79b8ff",
"debugIcon.breakpointDisabledForeground": "#848484",
"debugIcon.breakpointForeground": "#FF7A84",
"debugIcon.breakpointDisabledForeground": "#928374",
"debugIcon.breakpointForeground": "#fb4934",
"debugIcon.breakpointStackframeForeground": "#79b8ff",
"debugIcon.breakpointUnverifiedForeground": "#848484",
"debugIcon.breakpointUnverifiedForeground": "#928374",
"symbolIcon.classForeground": "#FF9800",
"symbolIcon.enumeratorForeground": "#FF9800",
"symbolIcon.eventForeground": "#FF9800",
Expand All @@ -122,7 +129,14 @@
"symbolIcon.variableForeground": "#79b8ff",
"symbolIcon.enumeratorMemberForeground": "#79b8ff",
"diffEditor.insertedTextBackground": "#3a632a4b",
"diffEditor.removedTextBackground": "#88063852"
"diffEditor.removedTextBackground": "#88063852",
"merge.currentHeaderBackground": "#383615",
"merge.currentContentBackground": "#79740E",
"merge.incomingHeaderBackground": "#113238",
"merge.incomingContentBackground": "#076678",
"notificationsErrorIcon.foreground": "#fb4934",
"notificationsWarningIcon.foreground": "#fabd2f",
"notificationsInfoIcon.foreground": "#8ec07c"
},
"tokenColors": [
{
Expand Down

0 comments on commit 71ab3e6

Please sign in to comment.