Skip to content

Commit 10f216f

Browse files
authored
Update Guezwhoz theme (mbadolato#565)
* Update Guezwhoz scheme * Add and generate a theme from guezwhoz.yml * Update cyan color * Update bright white color
1 parent 273a780 commit 10f216f

File tree

34 files changed

+652
-686
lines changed

34 files changed

+652
-686
lines changed

Xresources/Guezwhoz

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
!
22
! Guezwhoz
33
!
4-
*.foreground: #d0d0d0
5-
*.background: #1c1c1c
6-
*.cursorColor: #eeeeee
4+
*.foreground: #d9d9d9
5+
*.background: #1d1d1d
6+
*.cursorColor: #99d4b1
77
!
88
! Black
9-
*.color0: #080808
10-
*.color8: #8a8a8a
9+
*.color0: #333333
10+
*.color8: #808080
1111
!
1212
! Red
13-
*.color1: #ff5f5f
14-
*.color9: #d75f5f
13+
*.color1: #e85181
14+
*.color9: #e85181
1515
!
1616
! Green
17-
*.color2: #87d7af
17+
*.color2: #7ad694
1818
*.color10: #afd7af
1919
!
2020
! Yellow
21-
*.color3: #d7d787
22-
*.color11: #d7d7af
21+
*.color3: #b7d074
22+
*.color11: #d1ed85
2323
!
2424
! Blue
25-
*.color4: #5fafd7
26-
*.color12: #87afd7
25+
*.color4: #5aa0d6
26+
*.color12: #64b2ed
2727
!
2828
! Magenta
29-
*.color5: #afafff
30-
*.color13: #afafd7
29+
*.color5: #9a90e0
30+
*.color13: #a398ed
3131
!
3232
! Cyan
33-
*.color6: #5fd7d7
34-
*.color14: #87d7d7
33+
*.color6: #58d6ce
34+
*.color14: #61ede4
3535
!
3636
! White
37-
*.color7: #dadada
38-
*.color15: #dadada
37+
*.color7: #d9d9d9
38+
*.color15: #ededed
3939
!
4040
! Bold, Italic, Underline
41-
*.colorBD: #eeeeee
41+
*.colorBD: #d9d9d9
4242
!*.colorIT:
43-
*.colorUL: #783232
43+
!*.colorUL:

alacritty/Guezwhoz.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# Colors (Guezwhoz)
22

33
[colors.bright]
4-
black = '#8a8a8a'
5-
blue = '#87afd7'
6-
cyan = '#87d7d7'
4+
black = '#808080'
5+
blue = '#64b2ed'
6+
cyan = '#61ede4'
77
green = '#afd7af'
8-
magenta = '#afafd7'
9-
red = '#d75f5f'
10-
white = '#dadada'
11-
yellow = '#d7d7af'
8+
magenta = '#a398ed'
9+
red = '#e85181'
10+
white = '#ededed'
11+
yellow = '#d1ed85'
1212

1313
[colors.cursor]
14-
cursor = '#eeeeee'
15-
text = '#eeeeee'
14+
cursor = '#99d4b1'
15+
text = '#1d1d1d'
1616

1717
[colors.normal]
18-
black = '#080808'
19-
blue = '#5fafd7'
20-
cyan = '#5fd7d7'
21-
green = '#87d7af'
22-
magenta = '#afafff'
23-
red = '#ff5f5f'
24-
white = '#dadada'
25-
yellow = '#d7d787'
18+
black = '#333333'
19+
blue = '#5aa0d6'
20+
cyan = '#58d6ce'
21+
green = '#7ad694'
22+
magenta = '#9a90e0'
23+
red = '#e85181'
24+
white = '#d9d9d9'
25+
yellow = '#b7d074'
2626

2727
[colors.primary]
28-
background = '#1c1c1c'
29-
foreground = '#d0d0d0'
28+
background = '#1d1d1d'
29+
foreground = '#d9d9d9'
3030

3131
[colors.selection]
32-
background = '#005f5f'
33-
text = '#eeeeee'
32+
background = '#245354'
33+
text = '#58d6ce'

dynamic-colors/Guezwhoz.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# Guezwhoz
3-
printf "\033]4;0;#080808;1;#ff5f5f;2;#87d7af;3;#d7d787;4;#5fafd7;5;#afafff;6;#5fd7d7;7;#dadada;8;#8a8a8a;9;#d75f5f;10;#afd7af;11;#d7d7af;12;#87afd7;13;#afafd7;14;#87d7d7;15;#dadada\007"
4-
printf "\033]10;#d0d0d0;#1c1c1c;#eeeeee\007"
5-
printf "\033]17;#005f5f\007"
6-
printf "\033]19;#eeeeee\007"
7-
printf "\033]5;0;#eeeeee\007"
3+
printf "\033]4;0;#333333;1;#e85181;2;#7ad694;3;#b7d074;4;#5aa0d6;5;#9a90e0;6;#58d6ce;7;#d9d9d9;8;#808080;9;#e85181;10;#afd7af;11;#d1ed85;12;#64b2ed;13;#a398ed;14;#61ede4;15;#ededed\007"
4+
printf "\033]10;#d9d9d9;#1d1d1d;#99d4b1\007"
5+
printf "\033]17;#245354\007"
6+
printf "\033]19;#58d6ce\007"
7+
printf "\033]5;0;#d9d9d9\007"

electerm/Guezwhoz.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ info=#FFD166
1111
success=#06D6A0
1212
error=#EF476F
1313
warn=#E55934
14-
main=#1c1c1c
15-
terminal:background=#1c1c1c
16-
terminal:foreground=#d0d0d0
17-
terminal:cursor=#eeeeee
18-
terminal:selection=#005f5f
19-
terminal:cursorAccent=#1c1c1c
20-
terminal:black=#080808
21-
terminal:red=#ff5f5f
22-
terminal:green=#87d7af
23-
terminal:yellow=#d7d787
24-
terminal:blue=#5fafd7
25-
terminal:magenta=#afafff
26-
terminal:cyan=#5fd7d7
27-
terminal:white=#dadada
28-
terminal:brightBlack=#8a8a8a
29-
terminal:brightRed=#d75f5f
14+
main=#1d1d1d
15+
terminal:background=#1d1d1d
16+
terminal:foreground=#d9d9d9
17+
terminal:cursor=#99d4b1
18+
terminal:selection=#245354
19+
terminal:cursorAccent=#1d1d1d
20+
terminal:black=#333333
21+
terminal:red=#e85181
22+
terminal:green=#7ad694
23+
terminal:yellow=#b7d074
24+
terminal:blue=#5aa0d6
25+
terminal:magenta=#9a90e0
26+
terminal:cyan=#58d6ce
27+
terminal:white=#d9d9d9
28+
terminal:brightBlack=#808080
29+
terminal:brightRed=#e85181
3030
terminal:brightGreen=#afd7af
31-
terminal:brightYellow=#d7d7af
32-
terminal:brightBlue=#87afd7
33-
terminal:brightMagenta=#afafd7
34-
terminal:brightCyan=#87d7d7
35-
terminal:brightWhite=#dadada
31+
terminal:brightYellow=#d1ed85
32+
terminal:brightBlue=#64b2ed
33+
terminal:brightMagenta=#a398ed
34+
terminal:brightCyan=#61ede4
35+
terminal:brightWhite=#ededed

foot/Guezwhoz.ini

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11

22
[cursor]
3-
color=eeeeee eeeeee
3+
color=1d1d1d 99d4b1
44

55
[colors]
6-
foreground=d0d0d0
7-
background=1c1c1c
8-
regular0=080808
9-
regular1=ff5f5f
10-
regular2=87d7af
11-
regular3=d7d787
12-
regular4=5fafd7
13-
regular5=afafff
14-
regular6=5fd7d7
15-
regular7=dadada
16-
bright0=8a8a8a
17-
bright1=d75f5f
6+
foreground=d9d9d9
7+
background=1d1d1d
8+
regular0=333333
9+
regular1=e85181
10+
regular2=7ad694
11+
regular3=b7d074
12+
regular4=5aa0d6
13+
regular5=9a90e0
14+
regular6=58d6ce
15+
regular7=d9d9d9
16+
bright0=808080
17+
bright1=e85181
1818
bright2=afd7af
19-
bright3=d7d7af
20-
bright4=87afd7
21-
bright5=afafd7
22-
bright6=87d7d7
23-
bright7=dadada
24-
selection-foreground=eeeeee
25-
selection-background=005f5f
19+
bright3=d1ed85
20+
bright4=64b2ed
21+
bright5=a398ed
22+
bright6=61ede4
23+
bright7=ededed
24+
selection-foreground=58d6ce
25+
selection-background=245354

freebsd_vt/Guezwhoz.conf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Guezwhoz
2-
kern.vt.color.0.rgb="#080808"
3-
kern.vt.color.1.rgb="#ff5f5f"
4-
kern.vt.color.2.rgb="#87d7af"
5-
kern.vt.color.3.rgb="#d7d787"
6-
kern.vt.color.4.rgb="#5fafd7"
7-
kern.vt.color.5.rgb="#afafff"
8-
kern.vt.color.6.rgb="#5fd7d7"
9-
kern.vt.color.7.rgb="#d0d0d0"
10-
kern.vt.color.8.rgb="#8a8a8a"
11-
kern.vt.color.9.rgb="#d75f5f"
2+
kern.vt.color.0.rgb="#333333"
3+
kern.vt.color.1.rgb="#e85181"
4+
kern.vt.color.2.rgb="#7ad694"
5+
kern.vt.color.3.rgb="#b7d074"
6+
kern.vt.color.4.rgb="#5aa0d6"
7+
kern.vt.color.5.rgb="#9a90e0"
8+
kern.vt.color.6.rgb="#58d6ce"
9+
kern.vt.color.7.rgb="#d9d9d9"
10+
kern.vt.color.8.rgb="#808080"
11+
kern.vt.color.9.rgb="#e85181"
1212
kern.vt.color.10.rgb="#afd7af"
13-
kern.vt.color.11.rgb="#d7d7af"
14-
kern.vt.color.12.rgb="#87afd7"
15-
kern.vt.color.13.rgb="#afafd7"
16-
kern.vt.color.14.rgb="#87d7d7"
17-
kern.vt.color.15.rgb="#dadada"
13+
kern.vt.color.11.rgb="#d1ed85"
14+
kern.vt.color.12.rgb="#64b2ed"
15+
kern.vt.color.13.rgb="#a398ed"
16+
kern.vt.color.14.rgb="#61ede4"
17+
kern.vt.color.15.rgb="#ededed"

generic/Guezwhoz.sh

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,35 @@ else
2525
fi
2626

2727
# 16 color space
28-
put_template 0 "08/08/08"
29-
put_template 1 "ff/5f/5f"
30-
put_template 2 "87/d7/af"
31-
put_template 3 "d7/d7/87"
32-
put_template 4 "5f/af/d7"
33-
put_template 5 "af/af/ff"
34-
put_template 6 "5f/d7/d7"
35-
put_template 7 "da/da/da"
36-
put_template 8 "8a/8a/8a"
37-
put_template 9 "d7/5f/5f"
28+
put_template 0 "33/33/33"
29+
put_template 1 "e8/51/81"
30+
put_template 2 "7a/d6/94"
31+
put_template 3 "b7/d0/74"
32+
put_template 4 "5a/a0/d6"
33+
put_template 5 "9a/90/e0"
34+
put_template 6 "58/d6/ce"
35+
put_template 7 "d9/d9/d9"
36+
put_template 8 "80/80/80"
37+
put_template 9 "e8/51/81"
3838
put_template 10 "af/d7/af"
39-
put_template 11 "d7/d7/af"
40-
put_template 12 "87/af/d7"
41-
put_template 13 "af/af/d7"
42-
put_template 14 "87/d7/d7"
43-
put_template 15 "da/da/da"
39+
put_template 11 "d1/ed/85"
40+
put_template 12 "64/b2/ed"
41+
put_template 13 "a3/98/ed"
42+
put_template 14 "61/ed/e4"
43+
put_template 15 "ed/ed/ed"
4444

45-
color_foreground="d0/d0/d0"
46-
color_background="1c/1c/1c"
45+
color_foreground="d9/d9/d9"
46+
color_background="1d/1d/1d"
4747

4848
if [ -n "$ITERM_SESSION_ID" ]; then
4949
# iTerm2 proprietary escape codes
50-
put_template_custom Pg "d0d0d0"
51-
put_template_custom Ph "1c1c1c"
52-
put_template_custom Pi "eeeeee"
53-
put_template_custom Pj "005f5f"
54-
put_template_custom Pk "eeeeee"
55-
put_template_custom Pl "eeeeee"
56-
put_template_custom Pm "eeeeee"
50+
put_template_custom Pg "d9d9d9"
51+
put_template_custom Ph "1d1d1d"
52+
put_template_custom Pi "d9d9d9"
53+
put_template_custom Pj "245354"
54+
put_template_custom Pk "58d6ce"
55+
put_template_custom Pl "99d4b1"
56+
put_template_custom Pm "1d1d1d"
5757
else
5858
put_template_var 10 $color_foreground
5959
put_template_var 11 $color_background

ghostty/Guezwhoz

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
palette = 0=#080808
2-
palette = 1=#ff5f5f
3-
palette = 2=#87d7af
4-
palette = 3=#d7d787
5-
palette = 4=#5fafd7
6-
palette = 5=#afafff
7-
palette = 6=#5fd7d7
8-
palette = 7=#dadada
9-
palette = 8=#8a8a8a
10-
palette = 9=#d75f5f
1+
palette = 0=#333333
2+
palette = 1=#e85181
3+
palette = 2=#7ad694
4+
palette = 3=#b7d074
5+
palette = 4=#5aa0d6
6+
palette = 5=#9a90e0
7+
palette = 6=#58d6ce
8+
palette = 7=#d9d9d9
9+
palette = 8=#808080
10+
palette = 9=#e85181
1111
palette = 10=#afd7af
12-
palette = 11=#d7d7af
13-
palette = 12=#87afd7
14-
palette = 13=#afafd7
15-
palette = 14=#87d7d7
16-
palette = 15=#dadada
17-
background = #1c1c1c
18-
foreground = #d0d0d0
19-
cursor-color = #eeeeee
20-
cursor-text = #eeeeee
21-
selection-background = #005f5f
22-
selection-foreground = #eeeeee
12+
palette = 11=#d1ed85
13+
palette = 12=#64b2ed
14+
palette = 13=#a398ed
15+
palette = 14=#61ede4
16+
palette = 15=#ededed
17+
background = #1d1d1d
18+
foreground = #d9d9d9
19+
cursor-color = #99d4b1
20+
cursor-text = #1d1d1d
21+
selection-background = #245354
22+
selection-foreground = #58d6ce

0 commit comments

Comments
 (0)