diff --git a/Xresources/Gruvbox Dark b/Xresources/Gruvbox Dark index 7a859dbd9..da65dd741 100644 --- a/Xresources/Gruvbox Dark +++ b/Xresources/Gruvbox Dark @@ -4,41 +4,41 @@ ! *.foreground: #e6d4a3 *.background: #1e1e1e -*.cursorColor: #bbbbbb +*.cursorColor: #e6d4a3 ! ! Black -*.color0: #161819 +*.color0: #1e1e1e *.color8: #7f7061 ! ! Red -*.color1: #f73028 -*.color9: #be0f17 +*.color1: #be0f17 +*.color9: #f73028 ! ! Green -*.color2: #aab01e -*.color10: #868715 +*.color2: #868715 +*.color10: #aab01e ! ! Yellow -*.color3: #f7b125 -*.color11: #cc881a +*.color3: #cc881a +*.color11: #f7b125 ! ! Blue -*.color4: #719586 -*.color12: #377375 +*.color4: #377375 +*.color12: #719586 ! ! Magenta -*.color5: #c77089 -*.color13: #a04b73 +*.color5: #a04b73 +*.color13: #c77089 ! ! Cyan -*.color6: #7db669 -*.color14: #578e57 +*.color6: #578e57 +*.color14: #7db669 ! ! White -*.color7: #faefbb +*.color7: #978771 *.color15: #e6d4a3 ! ! Bold, Italic, Underline -*.colorBD: #978771 +*.colorBD: #ffffff !*.colorIT: !*.colorUL: diff --git a/dynamic-colors/Gruvbox Dark.sh b/dynamic-colors/Gruvbox Dark.sh index f97c3148a..bd6b87c37 100755 --- a/dynamic-colors/Gruvbox Dark.sh +++ b/dynamic-colors/Gruvbox Dark.sh @@ -1,7 +1,7 @@ #!/bin/sh # Gruvbox Dark -printf "\033]4;0;#161819;1;#f73028;2;#aab01e;3;#f7b125;4;#719586;5;#c77089;6;#7db669;7;#faefbb;8;#7f7061;9;#be0f17;10;#868715;11;#cc881a;12;#377375;13;#a04b73;14;#578e57;15;#e6d4a3\007" -printf "\033]10;#e6d4a3;#1e1e1e;#bbbbbb\007" -printf "\033]17;#685c51\007" -printf "\033]19;#978771\007" -printf "\033]5;0;#978771\007" +printf "\033]4;0;#1e1e1e;1;#be0f17;2;#868715;3;#cc881a;4;#377375;5;#a04b73;6;#578e57;7;#978771;8;#7f7061;9;#f73028;10;#aab01e;11;#f7b125;12;#719586;13;#c77089;14;#7db669;15;#e6d4a3\007" +printf "\033]10;#e6d4a3;#1e1e1e;#e6d4a3\007" +printf "\033]17;#e6d4a3\007" +printf "\033]19;#534a42\007" +printf "\033]5;0;#ffffff\007" diff --git a/freebsd_vt/Gruvbox Dark.conf b/freebsd_vt/Gruvbox Dark.conf index 70b70eaed..0e2faea32 100644 --- a/freebsd_vt/Gruvbox Dark.conf +++ b/freebsd_vt/Gruvbox Dark.conf @@ -1,17 +1,17 @@ # Gruvbox Dark -kern.vt.color.0.rgb="#161819" -kern.vt.color.1.rgb="#f73028" -kern.vt.color.2.rgb="#aab01e" -kern.vt.color.3.rgb="#f7b125" -kern.vt.color.4.rgb="#719586" -kern.vt.color.5.rgb="#c77089" -kern.vt.color.6.rgb="#7db669" +kern.vt.color.0.rgb="#1e1e1e" +kern.vt.color.1.rgb="#be0f17" +kern.vt.color.2.rgb="#868715" +kern.vt.color.3.rgb="#cc881a" +kern.vt.color.4.rgb="#377375" +kern.vt.color.5.rgb="#a04b73" +kern.vt.color.6.rgb="#578e57" kern.vt.color.7.rgb="#e6d4a3" kern.vt.color.8.rgb="#7f7061" -kern.vt.color.9.rgb="#be0f17" -kern.vt.color.10.rgb="#868715" -kern.vt.color.11.rgb="#cc881a" -kern.vt.color.12.rgb="#377375" -kern.vt.color.13.rgb="#a04b73" -kern.vt.color.14.rgb="#578e57" +kern.vt.color.9.rgb="#f73028" +kern.vt.color.10.rgb="#aab01e" +kern.vt.color.11.rgb="#f7b125" +kern.vt.color.12.rgb="#719586" +kern.vt.color.13.rgb="#c77089" +kern.vt.color.14.rgb="#7db669" kern.vt.color.15.rgb="#e6d4a3" diff --git a/kitty/Gruvbox Dark.conf b/kitty/Gruvbox Dark.conf index c30470722..57c965485 100644 --- a/kitty/Gruvbox Dark.conf +++ b/kitty/Gruvbox Dark.conf @@ -1,21 +1,21 @@ -color0 #161819 -color1 #f73028 -color2 #aab01e -color3 #f7b125 -color4 #719586 -color5 #c77089 -color6 #7db669 -color7 #faefbb +color0 #1e1e1e +color1 #be0f17 +color2 #868715 +color3 #cc881a +color4 #377375 +color5 #a04b73 +color6 #578e57 +color7 #978771 color8 #7f7061 -color9 #be0f17 -color10 #868715 -color11 #cc881a -color12 #377375 -color13 #a04b73 -color14 #578e57 +color9 #f73028 +color10 #aab01e +color11 #f7b125 +color12 #719586 +color13 #c77089 +color14 #7db669 color15 #e6d4a3 background #1e1e1e selection_foreground #1e1e1e -cursor #bbbbbb +cursor #e6d4a3 foreground #e6d4a3 selection_background #e6d4a3 diff --git a/konsole/Gruvbox Dark.colorscheme b/konsole/Gruvbox Dark.colorscheme index 6f682e355..8b49f9237 100644 --- a/konsole/Gruvbox Dark.colorscheme +++ b/konsole/Gruvbox Dark.colorscheme @@ -13,53 +13,53 @@ Color=30,30,30 Color=230,212,163 [ForegroundIntense] -Color=151,135,113 +Color=255,255,255 [Color0] -Color=22,24,25 +Color=30,30,30 [Color1] -Color=247,48,40 +Color=190,15,23 [Color2Intense] -Color=134,135,21 +Color=170,176,30 [Color3Intense] -Color=204,136,26 +Color=247,177,37 [Color4Intense] -Color=55,115,117 +Color=113,149,134 [Color5Intense] -Color=160,75,115 +Color=199,112,137 [Color6Intense] -Color=87,142,87 +Color=125,182,105 [Color7Intense] Color=230,212,163 [Color2] -Color=170,176,30 +Color=134,135,21 [Color3] -Color=247,177,37 +Color=204,136,26 [Color4] -Color=113,149,134 +Color=55,115,117 [Color5] -Color=199,112,137 +Color=160,75,115 [Color6] -Color=125,182,105 +Color=87,142,87 [Color7] -Color=250,239,187 +Color=151,135,113 [Color0Intense] Color=127,112,97 [Color1Intense] -Color=190,15,23 +Color=247,48,40 diff --git a/lxterminal/Gruvbox Dark.conf b/lxterminal/Gruvbox Dark.conf index 88f3db51c..631e3ed28 100644 --- a/lxterminal/Gruvbox Dark.conf +++ b/lxterminal/Gruvbox Dark.conf @@ -1,20 +1,20 @@ ;Paste the following configurations in thecorresponding place in lxterminal.conf. bgcolor=rgba(30,30,30,1) fgcolor=rgb(230,212,163) -palette_color_0=rgb(22,24,25) -palette_color_1=rgb(247,48,40) -palette_color_10=rgb(134,135,21) -palette_color_11=rgb(204,136,26) -palette_color_12=rgb(55,115,117) -palette_color_13=rgb(160,75,115) -palette_color_14=rgb(87,142,87) +palette_color_0=rgb(30,30,30) +palette_color_1=rgb(190,15,23) +palette_color_10=rgb(170,176,30) +palette_color_11=rgb(247,177,37) +palette_color_12=rgb(113,149,134) +palette_color_13=rgb(199,112,137) +palette_color_14=rgb(125,182,105) palette_color_15=rgb(230,212,163) -palette_color_2=rgb(170,176,30) -palette_color_3=rgb(247,177,37) -palette_color_4=rgb(113,149,134) -palette_color_5=rgb(199,112,137) -palette_color_6=rgb(125,182,105) -palette_color_7=rgb(250,239,187) +palette_color_2=rgb(134,135,21) +palette_color_3=rgb(204,136,26) +palette_color_4=rgb(55,115,117) +palette_color_5=rgb(160,75,115) +palette_color_6=rgb(87,142,87) +palette_color_7=rgb(151,135,113) palette_color_8=rgb(127,112,97) -palette_color_9=rgb(190,15,23) +palette_color_9=rgb(247,48,40) color_preset=Gruvbox Dark diff --git a/mobaxterm/Gruvbox Dark.ini b/mobaxterm/Gruvbox Dark.ini index 0233039e2..bdfe57015 100644 --- a/mobaxterm/Gruvbox Dark.ini +++ b/mobaxterm/Gruvbox Dark.ini @@ -4,20 +4,20 @@ DefaultColorScheme=0 BackgroundColour=30,30,30 ForegroundColour=230,212,163 -CursorColour=187,187,187 -Black=22,24,25 -Red=247,48,40 -BoldGreen=134,135,21 -BoldYellow=204,136,26 -BoldBlue=55,115,117 -BoldMagenta=160,75,115 -BoldCyan=87,142,87 +CursorColour=230,212,163 +Black=30,30,30 +Red=190,15,23 +BoldGreen=170,176,30 +BoldYellow=247,177,37 +BoldBlue=113,149,134 +BoldMagenta=199,112,137 +BoldCyan=125,182,105 BoldWhite=230,212,163 -Green=170,176,30 -Yellow=247,177,37 -Blue=113,149,134 -Magenta=199,112,137 -Cyan=125,182,105 -White=250,239,187 +Green=134,135,21 +Yellow=204,136,26 +Blue=55,115,117 +Magenta=160,75,115 +Cyan=87,142,87 +White=151,135,113 BoldBlack=127,112,97 -BoldRed=190,15,23 +BoldRed=247,48,40 diff --git a/pantheonterminal/Gruvbox Dark.sh b/pantheonterminal/Gruvbox Dark.sh index 0a1799135..2057540bd 100755 --- a/pantheonterminal/Gruvbox Dark.sh +++ b/pantheonterminal/Gruvbox Dark.sh @@ -2,8 +2,8 @@ dconf load /org/pantheon/terminal/settings/ <