Skip to content

Commit 2e6668b

Browse files
authored
Add Grok Day and Grok Night so terminals can use the grok-themes palettes. (#736)
Signed-off-by: Zasda Mikail <zasdaym@gmail.com>
1 parent faded99 commit 2e6668b

75 files changed

Lines changed: 3239 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CREDITS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ The GitLab Dark, GitLab Dark Grey, and GitLab Light themes were added by [Antoni
211211

212212
The Gleam and Gleam Classic themes were created by [trag1c](https://github.com/trag1c). Originally designed by [aslilac](https://github.com/aslilac) and [lpil](https://github.com/lpil).
213213

214+
The Grok Day and Grok Night themes come from [promptegrity/grok-themes](https://github.com/promptegrity/grok-themes). The palettes are adapted from [xai-org/grok-build](https://github.com/xai-org/grok-build). [zasdaym](https://github.com/zasdaym) added these themes.
215+
214216
The Gruber Darker theme was inspired by [Alexey Kutepov](https://github.com/rexim)
215217

216218
The Gruvbox Dark theme was created by [morhetz](https://github.com/morhetz) and added by [saccarosium](https://github.com/mcchrish)

Xresources/Grok Day

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
!
2+
! Grok Day
3+
!
4+
*.foreground: #262626
5+
*.background: #f5f5f5
6+
*.cursorColor: #7d4bc6
7+
!
8+
! Black
9+
*.color0: #262626
10+
*.color8: #767676
11+
!
12+
! Red
13+
*.color1: #cd3048
14+
*.color9: #cd3048
15+
!
16+
! Green
17+
*.color2: #378e23
18+
*.color10: #378e23
19+
!
20+
! Yellow
21+
*.color3: #a27612
22+
*.color11: #a27612
23+
!
24+
! Blue
25+
*.color4: #2f64d2
26+
*.color12: #2f64d2
27+
!
28+
! Magenta
29+
*.color5: #7d4bc6
30+
*.color13: #7d4bc6
31+
!
32+
! Cyan
33+
*.color6: #0082aa
34+
*.color14: #0082aa
35+
!
36+
! White
37+
*.color7: #bbbbbb
38+
*.color15: #444444
39+
!
40+
! Bold, Italic, Underline
41+
*.colorBD: #262626
42+
!*.colorIT:
43+
!*.colorUL:

Xresources/Grok Night

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
!
2+
! Grok Night
3+
!
4+
*.foreground: #e1e1e1
5+
*.background: #141414
6+
*.cursorColor: #e0af68
7+
!
8+
! Black
9+
*.color0: #0a0a0a
10+
*.color8: #6c6c6c
11+
!
12+
! Red
13+
*.color1: #f7768e
14+
*.color9: #f7768e
15+
!
16+
! Green
17+
*.color2: #9ece6a
18+
*.color10: #9ece6a
19+
!
20+
! Yellow
21+
*.color3: #e0af68
22+
*.color11: #e0af68
23+
!
24+
! Blue
25+
*.color4: #7aa2f7
26+
*.color12: #7aa2f7
27+
!
28+
! Magenta
29+
*.color5: #bb9af7
30+
*.color13: #bb9af7
31+
!
32+
! Cyan
33+
*.color6: #7dcfff
34+
*.color14: #7dcfff
35+
!
36+
! White
37+
*.color7: #c8c8c8
38+
*.color15: #e1e1e1
39+
!
40+
! Bold, Italic, Underline
41+
*.colorBD: #e1e1e1
42+
!*.colorIT:
43+
!*.colorUL:

alacritty/Grok Day.toml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Colors (Grok Day)
2+
3+
[colors.bright]
4+
black = '#767676'
5+
blue = '#2f64d2'
6+
cyan = '#0082aa'
7+
green = '#378e23'
8+
magenta = '#7d4bc6'
9+
red = '#cd3048'
10+
white = '#444444'
11+
yellow = '#a27612'
12+
13+
[colors.cursor]
14+
cursor = '#7d4bc6'
15+
text = '#f5f5f5'
16+
17+
[colors.normal]
18+
black = '#262626'
19+
blue = '#2f64d2'
20+
cyan = '#0082aa'
21+
green = '#378e23'
22+
magenta = '#7d4bc6'
23+
red = '#cd3048'
24+
white = '#bbbbbb'
25+
yellow = '#a27612'
26+
27+
[colors.primary]
28+
background = '#f5f5f5'
29+
foreground = '#262626'
30+
31+
[colors.selection]
32+
background = '#dedede'
33+
text = '#262626'

alacritty/Grok Night.toml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Colors (Grok Night)
2+
3+
[colors.bright]
4+
black = '#6c6c6c'
5+
blue = '#7aa2f7'
6+
cyan = '#7dcfff'
7+
green = '#9ece6a'
8+
magenta = '#bb9af7'
9+
red = '#f7768e'
10+
white = '#e1e1e1'
11+
yellow = '#e0af68'
12+
13+
[colors.cursor]
14+
cursor = '#e0af68'
15+
text = '#141414'
16+
17+
[colors.normal]
18+
black = '#0a0a0a'
19+
blue = '#7aa2f7'
20+
cyan = '#7dcfff'
21+
green = '#9ece6a'
22+
magenta = '#bb9af7'
23+
red = '#f7768e'
24+
white = '#c8c8c8'
25+
yellow = '#e0af68'
26+
27+
[colors.primary]
28+
background = '#141414'
29+
foreground = '#e1e1e1'
30+
31+
[colors.selection]
32+
background = '#242424'
33+
text = '#e1e1e1'

cosmic-term/Grok Day.ron

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name:"Grok Day",foreground:"#262626",cursor:"#7d4bc6",bright_foreground:"#262626",dim_foreground:"#FF0000",normal:(black:"#262626",red:"#cd3048",green:"#378e23",yellow:"#a27612",blue:"#2f64d2",magenta:"#7d4bc6",cyan:"#0082aa",white:"#bbbbbb"),bright:(black:"#767676",red:"#cd3048",green:"#378e23",yellow:"#a27612",blue:"#2f64d2",magenta:"#7d4bc6",cyan:"#0082aa",white:"#444444"),dim:(black:"#262626",red:"#cd3048",green:"#378e23",yellow:"#a27612",blue:"#2f64d2",magenta:"#7d4bc6",cyan:"#0082aa",white:"#bbbbbb"))

cosmic-term/Grok Night.ron

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name:"Grok Night",foreground:"#e1e1e1",cursor:"#e0af68",bright_foreground:"#e1e1e1",dim_foreground:"#FF0000",normal:(black:"#0a0a0a",red:"#f7768e",green:"#9ece6a",yellow:"#e0af68",blue:"#7aa2f7",magenta:"#bb9af7",cyan:"#7dcfff",white:"#c8c8c8"),bright:(black:"#6c6c6c",red:"#f7768e",green:"#9ece6a",yellow:"#e0af68",blue:"#7aa2f7",magenta:"#bb9af7",cyan:"#7dcfff",white:"#e1e1e1"),dim:(black:"#0a0a0a",red:"#f7768e",green:"#9ece6a",yellow:"#e0af68",blue:"#7aa2f7",magenta:"#bb9af7",cyan:"#7dcfff",white:"#c8c8c8"))

dynamic-colors/Grok Day.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
# Grok Day
3+
printf "\033]4;0;#262626;1;#cd3048;2;#378e23;3;#a27612;4;#2f64d2;5;#7d4bc6;6;#0082aa;7;#bbbbbb;8;#767676;9;#cd3048;10;#378e23;11;#a27612;12;#2f64d2;13;#7d4bc6;14;#0082aa;15;#444444\007"
4+
printf "\033]10;#262626;#f5f5f5;#7d4bc6\007"
5+
printf "\033]17;#dedede\007"
6+
printf "\033]19;#262626\007"
7+
printf "\033]5;0;#262626\007"

dynamic-colors/Grok Night.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
# Grok Night
3+
printf "\033]4;0;#0a0a0a;1;#f7768e;2;#9ece6a;3;#e0af68;4;#7aa2f7;5;#bb9af7;6;#7dcfff;7;#c8c8c8;8;#6c6c6c;9;#f7768e;10;#9ece6a;11;#e0af68;12;#7aa2f7;13;#bb9af7;14;#7dcfff;15;#e1e1e1\007"
4+
printf "\033]10;#e1e1e1;#141414;#e0af68\007"
5+
printf "\033]17;#242424\007"
6+
printf "\033]19;#e1e1e1\007"
7+
printf "\033]5;0;#e1e1e1\007"

electerm/Grok Day.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
themeName=Grok Day
3+
main=#ededed
4+
main-dark=#cccccc
5+
main-light=#fefefe
6+
text=#555
7+
text-light=#777
8+
text-dark=#444
9+
text-disabled=#888
10+
primary=#08c
11+
info=#FFD166
12+
success=#06D6A0
13+
error=#EF476F
14+
warn=#E55934
15+
warn=#E55934
16+
main=#f5f5f5
17+
terminal:background=#f5f5f5
18+
terminal:foreground=#262626
19+
terminal:cursor=#7d4bc6
20+
terminal:selection=#dedede
21+
terminal:cursorAccent=#f5f5f5
22+
terminal:black=#262626
23+
terminal:red=#cd3048
24+
terminal:green=#378e23
25+
terminal:yellow=#a27612
26+
terminal:blue=#2f64d2
27+
terminal:magenta=#7d4bc6
28+
terminal:cyan=#0082aa
29+
terminal:white=#bbbbbb
30+
terminal:brightBlack=#767676
31+
terminal:brightRed=#cd3048
32+
terminal:brightGreen=#378e23
33+
terminal:brightYellow=#a27612
34+
terminal:brightBlue=#2f64d2
35+
terminal:brightMagenta=#7d4bc6
36+
terminal:brightCyan=#0082aa
37+
terminal:brightWhite=#444444

0 commit comments

Comments
 (0)