Skip to content

Commit

Permalink
Update gruvbox.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mt190502 committed Nov 21, 2024
1 parent 54303fb commit 75ec46a
Showing 1 changed file with 32 additions and 34 deletions.
66 changes: 32 additions & 34 deletions themes/gruvbox.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
{
"theme": "Gruvbox",
"author": "Yağız (saveside)",
"colors": {
"light": {
"background": "#fbf1c7",
"foreground": "#ebdbb2",
"active": "#458588",
"inactive": "#928374",
"selection": "#458588",
"comment": "#076678",
"cyan": "#689d6a",
"green": "#98971a",
"orange": "#d65d0e",
"pink": "#b16286",
"purple": "#8f3f71",
"red": "#cc241d",
"yellow": "#d79921"


},
"dark": {
"background": "#282828",
"foreground": "#ebdbb2",
"active": "#458588",
"inactive": "#928374",
"selection": "#458588",
"comment": "#83a598",
"cyan": "#8ec07c",
"green": "#b8bb26",
"orange": "#fe8019",
"pink": "#d3869b",
"purple": "#b16286",
"red": "#fb4934",
"yellow": "#fabd2f"
}
}
"colors": {
"light": {
"background": "#fbf1c7",
"foreground": "#3c3836",
"active": "#458588",
"inactive": "#928374",
"selection": "#458588",
"comment": "#076678",
"cyan": "#689d6a",
"green": "#98971a",
"orange": "#d65d0e",
"pink": "#b16286",
"purple": "#8f3f71",
"red": "#cc241d",
"yellow": "#d79921"
},
"dark": {
"background": "#282828",
"foreground": "#ebdbb2",
"active": "#458588",
"inactive": "#928374",
"selection": "#458588",
"comment": "#83a598",
"cyan": "#8ec07c",
"green": "#b8bb26",
"orange": "#fe8019",
"pink": "#d3869b",
"purple": "#b16286",
"red": "#fb4934",
"yellow": "#fabd2f"
}
}
}

0 comments on commit 75ec46a

Please sign in to comment.