Skip to content

Commit

Permalink
Update remaining Gruvbox Material schemes based on colors updated in #…
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jan 10, 2025
1 parent 62508db commit aefdfb0
Show file tree
Hide file tree
Showing 14 changed files with 187 additions and 909 deletions.
2 changes: 1 addition & 1 deletion Xresources/gruvbox-material
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #414694
*.colorBD: #d4be98
!*.colorIT:
*.colorUL: #97c8f7
2 changes: 1 addition & 1 deletion dynamic-colors/gruvbox-material.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ printf "\033]4;0;#141617;1;#ea6926;2;#c1d041;3;#eecf75;4;#6da3ec;5;#fd9bc1;6;#fe
printf "\033]10;#d4be98;#1d2021;#ffffff\007"
printf "\033]17;#2b2c3f\007"
printf "\033]19;#7cfb70\007"
printf "\033]5;0;#414694\007"
printf "\033]5;0;#d4be98\007"
2 changes: 1 addition & 1 deletion iterm-dynamic-colors/gruvbox-material.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ printf "\033]Ph1d2021\033\\"
printf "\033]Plffffff\033\\"
printf "\033]Pj2b2c3f\033\\"
printf "\033]Pk7cfb70\033\\"
printf "\033]Pi414694\033\\"
printf "\033]Pid4be98\033\\"
2 changes: 1 addition & 1 deletion konsole/gruvbox-material.colorscheme
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Color=29,32,33
Color=212,190,152

[ForegroundIntense]
Color=65,70,148
Color=212,190,152

[Color0]
Color=20,22,23
Expand Down
2 changes: 1 addition & 1 deletion putty/gruvbox-material.reg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Windows Registry Editor Version 5.00
"Colour2"="29,32,33"
"Colour3"="29,32,33"
"Colour0"="212,190,152"
"Colour1"="65,70,148"
"Colour1"="212,190,152"
"Colour5"="255,255,255"
"Colour4"="0,0,0"
"Colour6"="20,22,23"
Expand Down
2 changes: 1 addition & 1 deletion remmina/gruvbox-material.colors
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ color12 = #2c86ff
color13 = #fd9bc1
color14 = #92a5df
color15 = #ffffff
colorBD = #414694
colorBD = #d4be98
colorIT =
colorUL = #97c8f7
2 changes: 1 addition & 1 deletion royalts/gruvbox-material.termcolors
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"name": "BoldForeground",
"color": "#414694",
"color": "#d4be98",
"terminalMapping": "boldforeground"
},
{
Expand Down
Loading

0 comments on commit aefdfb0

Please sign in to comment.