Skip to content

Commit

Permalink
Fix gruvbox bright colors (mbadolato#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
saccarosium authored Dec 19, 2022
1 parent 4297c55 commit 5ebab3b
Show file tree
Hide file tree
Showing 44 changed files with 372 additions and 344 deletions.
16 changes: 8 additions & 8 deletions Xresources/GruvboxDark
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,33 @@
!
! Red
*.color1: #cc241d
*.color9: #cc241d
*.color9: #fb4934
!
! Green
*.color2: #98971a
*.color10: #98971a
*.color10: #b8bb26
!
! Yellow
*.color3: #d79921
*.color11: #d79921
*.color11: #fabd2f
!
! Blue
*.color4: #458588
*.color12: #458588
*.color12: #83a598
!
! Magenta
*.color5: #b16286
*.color13: #b16286
*.color13: #d3869b
!
! Cyan
*.color6: #689d6a
*.color14: #689d6a
*.color14: #8ec07c
!
! White
*.color7: #ebdbb2
*.color7: #a89984
*.color15: #ebdbb2
!
! Bold, Italic, Underline
*.colorBD: #ffffff
*.colorBD: #ebdbb2
!*.colorIT:
!*.colorUL:
20 changes: 10 additions & 10 deletions Xresources/GruvboxDarkHard
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,42 @@
! XRDB2Xreources.py
!
*.foreground: #ebdbb2
*.background: #1d2021
*.background: #1b1b1b
*.cursorColor: #ebdbb2
!
! Black
*.color0: #1d2021
*.color0: #1b1b1b
*.color8: #928374
!
! Red
*.color1: #cc241d
*.color9: #cc241d
*.color9: #fb4934
!
! Green
*.color2: #98971a
*.color10: #98971a
*.color10: #b8bb26
!
! Yellow
*.color3: #d79921
*.color11: #d79921
*.color11: #fabd2f
!
! Blue
*.color4: #458588
*.color12: #458588
*.color12: #83a598
!
! Magenta
*.color5: #b16286
*.color13: #b16286
*.color13: #d3869b
!
! Cyan
*.color6: #689d6a
*.color14: #689d6a
*.color14: #8ec07c
!
! White
*.color7: #ebdbb2
*.color7: #a89984
*.color15: #ebdbb2
!
! Bold, Italic, Underline
*.colorBD: #ffffff
*.colorBD: #ebdbb2
!*.colorIT:
!*.colorUL:
14 changes: 7 additions & 7 deletions alacritty/GruvboxDark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
colors:
bright:
black: '#928374'
blue: '#458588'
cyan: '#689d6a'
green: '#98971a'
magenta: '#b16286'
red: '#cc241d'
blue: '#83a598'
cyan: '#8ec07c'
green: '#b8bb26'
magenta: '#d3869b'
red: '#fb4934'
white: '#ebdbb2'
yellow: '#d79921'
yellow: '#fabd2f'
cursor:
cursor: '#ebdbb2'
text: '#282828'
Expand All @@ -19,7 +19,7 @@ colors:
green: '#98971a'
magenta: '#b16286'
red: '#cc241d'
white: '#ebdbb2'
white: '#a89984'
yellow: '#d79921'
primary:
background: '#282828'
Expand Down
20 changes: 10 additions & 10 deletions alacritty/GruvboxDarkHard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
colors:
bright:
black: '#928374'
blue: '#458588'
cyan: '#689d6a'
green: '#98971a'
magenta: '#b16286'
red: '#cc241d'
blue: '#83a598'
cyan: '#8ec07c'
green: '#b8bb26'
magenta: '#d3869b'
red: '#fb4934'
white: '#ebdbb2'
yellow: '#d79921'
yellow: '#fabd2f'
cursor:
cursor: '#ebdbb2'
text: '#1d2021'
text: '#1b1b1b'
normal:
black: '#1d2021'
black: '#1b1b1b'
blue: '#458588'
cyan: '#689d6a'
green: '#98971a'
magenta: '#b16286'
red: '#cc241d'
white: '#ebdbb2'
white: '#a89984'
yellow: '#d79921'
primary:
background: '#1d2021'
background: '#1b1b1b'
foreground: '#ebdbb2'
selection:
background: '#665c54'
Expand Down
4 changes: 2 additions & 2 deletions dynamic-colors/GruvboxDark.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# GruvboxDark
printf "\033]4;0;#282828;1;#cc241d;2;#98971a;3;#d79921;4;#458588;5;#b16286;6;#689d6a;7;#ebdbb2;8;#928374;9;#cc241d;10;#98971a;11;#d79921;12;#458588;13;#b16286;14;#689d6a;15;#ebdbb2\007"
printf "\033]4;0;#282828;1;#cc241d;2;#98971a;3;#d79921;4;#458588;5;#b16286;6;#689d6a;7;#a89984;8;#928374;9;#fb4934;10;#b8bb26;11;#fabd2f;12;#83a598;13;#d3869b;14;#8ec07c;15;#ebdbb2\007"
printf "\033]10;#ebdbb2;#282828;#ebdbb2\007"
printf "\033]17;#665c54\007"
printf "\033]19;#ebdbb2\007"
printf "\033]5;0;#ffffff\007"
printf "\033]5;0;#ebdbb2\007"
6 changes: 3 additions & 3 deletions dynamic-colors/GruvboxDarkHard.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# GruvboxDarkHard
printf "\033]4;0;#1d2021;1;#cc241d;2;#98971a;3;#d79921;4;#458588;5;#b16286;6;#689d6a;7;#ebdbb2;8;#928374;9;#cc241d;10;#98971a;11;#d79921;12;#458588;13;#b16286;14;#689d6a;15;#ebdbb2\007"
printf "\033]10;#ebdbb2;#1d2021;#ebdbb2\007"
printf "\033]4;0;#1b1b1b;1;#cc241d;2;#98971a;3;#d79921;4;#458588;5;#b16286;6;#689d6a;7;#a89984;8;#928374;9;#fb4934;10;#b8bb26;11;#fabd2f;12;#83a598;13;#d3869b;14;#8ec07c;15;#ebdbb2\007"
printf "\033]10;#ebdbb2;#1b1b1b;#ebdbb2\007"
printf "\033]17;#665c54\007"
printf "\033]19;#ebdbb2\007"
printf "\033]5;0;#ffffff\007"
printf "\033]5;0;#ebdbb2\007"
14 changes: 7 additions & 7 deletions electerm/GruvboxDark.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ terminal:yellow=#d79921
terminal:blue=#458588
terminal:magenta=#b16286
terminal:cyan=#689d6a
terminal:white=#ebdbb2
terminal:white=#a89984
terminal:brightBlack=#928374
terminal:brightRed=#cc241d
terminal:brightGreen=#98971a
terminal:brightYellow=#d79921
terminal:brightBlue=#458588
terminal:brightMagenta=#b16286
terminal:brightCyan=#689d6a
terminal:brightRed=#fb4934
terminal:brightGreen=#b8bb26
terminal:brightYellow=#fabd2f
terminal:brightBlue=#83a598
terminal:brightMagenta=#d3869b
terminal:brightCyan=#8ec07c
terminal:brightWhite=#ebdbb2
22 changes: 11 additions & 11 deletions electerm/GruvboxDarkHard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ info=#FFD166
success=#06D6A0
error=#EF476F
warn=#E55934
main=#1d2021
terminal:background=#1d2021
main=#1b1b1b
terminal:background=#1b1b1b
terminal:foreground=#ebdbb2
terminal:cursor=#ebdbb2
terminal:selection=#665c54
terminal:cursorAccent=#1d2021
terminal:black=#1d2021
terminal:cursorAccent=#1b1b1b
terminal:black=#1b1b1b
terminal:red=#cc241d
terminal:green=#98971a
terminal:yellow=#d79921
terminal:blue=#458588
terminal:magenta=#b16286
terminal:cyan=#689d6a
terminal:white=#ebdbb2
terminal:white=#a89984
terminal:brightBlack=#928374
terminal:brightRed=#cc241d
terminal:brightGreen=#98971a
terminal:brightYellow=#d79921
terminal:brightBlue=#458588
terminal:brightMagenta=#b16286
terminal:brightCyan=#689d6a
terminal:brightRed=#fb4934
terminal:brightGreen=#b8bb26
terminal:brightYellow=#fabd2f
terminal:brightBlue=#83a598
terminal:brightMagenta=#d3869b
terminal:brightCyan=#8ec07c
terminal:brightWhite=#ebdbb2
12 changes: 6 additions & 6 deletions freebsd_vt/GruvboxDark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ kern.vt.color.5.rgb="#b16286"
kern.vt.color.6.rgb="#689d6a"
kern.vt.color.7.rgb="#ebdbb2"
kern.vt.color.8.rgb="#928374"
kern.vt.color.9.rgb="#cc241d"
kern.vt.color.10.rgb="#98971a"
kern.vt.color.11.rgb="#d79921"
kern.vt.color.12.rgb="#458588"
kern.vt.color.13.rgb="#b16286"
kern.vt.color.14.rgb="#689d6a"
kern.vt.color.9.rgb="#fb4934"
kern.vt.color.10.rgb="#b8bb26"
kern.vt.color.11.rgb="#fabd2f"
kern.vt.color.12.rgb="#83a598"
kern.vt.color.13.rgb="#d3869b"
kern.vt.color.14.rgb="#8ec07c"
kern.vt.color.15.rgb="#ebdbb2"
14 changes: 7 additions & 7 deletions freebsd_vt/GruvboxDarkHard.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GruvboxDarkHard
kern.vt.color.0.rgb="#1d2021"
kern.vt.color.0.rgb="#1b1b1b"
kern.vt.color.1.rgb="#cc241d"
kern.vt.color.2.rgb="#98971a"
kern.vt.color.3.rgb="#d79921"
Expand All @@ -8,10 +8,10 @@ kern.vt.color.5.rgb="#b16286"
kern.vt.color.6.rgb="#689d6a"
kern.vt.color.7.rgb="#ebdbb2"
kern.vt.color.8.rgb="#928374"
kern.vt.color.9.rgb="#cc241d"
kern.vt.color.10.rgb="#98971a"
kern.vt.color.11.rgb="#d79921"
kern.vt.color.12.rgb="#458588"
kern.vt.color.13.rgb="#b16286"
kern.vt.color.14.rgb="#689d6a"
kern.vt.color.9.rgb="#fb4934"
kern.vt.color.10.rgb="#b8bb26"
kern.vt.color.11.rgb="#fabd2f"
kern.vt.color.12.rgb="#83a598"
kern.vt.color.13.rgb="#d3869b"
kern.vt.color.14.rgb="#8ec07c"
kern.vt.color.15.rgb="#ebdbb2"
14 changes: 7 additions & 7 deletions kitty/GruvboxDark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ color3 #d79921
color4 #458588
color5 #b16286
color6 #689d6a
color7 #ebdbb2
color7 #a89984
color8 #928374
color9 #cc241d
color10 #98971a
color11 #d79921
color12 #458588
color13 #b16286
color14 #689d6a
color9 #fb4934
color10 #b8bb26
color11 #fabd2f
color12 #83a598
color13 #d3869b
color14 #8ec07c
color15 #ebdbb2
background #282828
selection_foreground #282828
Expand Down
20 changes: 10 additions & 10 deletions kitty/GruvboxDarkHard.conf
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
color0 #1d2021
color0 #1b1b1b
color1 #cc241d
color2 #98971a
color3 #d79921
color4 #458588
color5 #b16286
color6 #689d6a
color7 #ebdbb2
color7 #a89984
color8 #928374
color9 #cc241d
color10 #98971a
color11 #d79921
color12 #458588
color13 #b16286
color14 #689d6a
color9 #fb4934
color10 #b8bb26
color11 #fabd2f
color12 #83a598
color13 #d3869b
color14 #8ec07c
color15 #ebdbb2
background #1d2021
selection_foreground #1d2021
background #1b1b1b
selection_foreground #1b1b1b
cursor #ebdbb2
foreground #ebdbb2
selection_background #ebdbb2
16 changes: 8 additions & 8 deletions konsole/GruvboxDark.colorscheme
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Color=40,40,40
Color=235,219,178

[ForegroundIntense]
Color=255,255,255
Color=235,219,178

[Color0]
Color=40,40,40
Expand All @@ -22,19 +22,19 @@ Color=40,40,40
Color=204,36,29

[Color2Intense]
Color=152,151,26
Color=184,187,38

[Color3Intense]
Color=215,153,33
Color=250,189,47

[Color4Intense]
Color=69,133,136
Color=131,165,152

[Color5Intense]
Color=177,98,134
Color=211,134,155

[Color6Intense]
Color=104,157,106
Color=142,192,124

[Color7Intense]
Color=235,219,178
Expand All @@ -55,11 +55,11 @@ Color=177,98,134
Color=104,157,106

[Color7]
Color=235,219,178
Color=168,153,132

[Color0Intense]
Color=146,131,116

[Color1Intense]
Color=204,36,29
Color=251,73,52

Loading

0 comments on commit 5ebab3b

Please sign in to comment.