Skip to content

Commit aa0158a

Browse files
committed
feat: add Ghostty and Kitty terminal themes for light variants
Adds terminal emulator theme configurations for Day, Daybreak, and Dusk palette variants supporting both Ghostty and Kitty terminals.
1 parent 55fd511 commit aa0158a

File tree

6 files changed

+243
-0
lines changed

6 files changed

+243
-0
lines changed

extras/ghostty/oasis_day

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
palette = 0=#3A3427
2+
palette = 8=#6F664D
3+
4+
palette = 1=#B5563A
5+
palette = 9=#B85763
6+
7+
palette = 2=#2A712D
8+
palette = 10=#516B14
9+
10+
palette = 3=#A34700
11+
palette = 11=#A07400
12+
13+
palette = 4=#1964A6
14+
palette = 12=#2C5AA0
15+
16+
palette = 5=#5A2FCC
17+
palette = 13=#7A3FE2
18+
19+
palette = 6=#0A6F8D
20+
palette = 14=#1C7E7E
21+
22+
palette = 7=#3F321F
23+
palette = 15=#7E7769
24+
25+
foreground = #3F321F
26+
background = #E5D68B
27+
28+
selection-background = #D3BA68
29+
selection-foreground = #3F321F
30+
31+
cursor-color = #A07400
32+
cursor-text = #E5D68B

extras/ghostty/oasis_daybreak

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
palette = 0=#3A3427
2+
palette = 8=#6F664D
3+
4+
palette = 1=#B5563A
5+
palette = 9=#B85763
6+
7+
palette = 2=#2A712D
8+
palette = 10=#516B14
9+
10+
palette = 3=#A34700
11+
palette = 11=#A07400
12+
13+
palette = 4=#1964A6
14+
palette = 12=#2C5AA0
15+
16+
palette = 5=#5A2FCC
17+
palette = 13=#7A3FE2
18+
19+
palette = 6=#0A6F8D
20+
palette = 14=#1C7E7E
21+
22+
palette = 7=#453826
23+
palette = 15=#7E7769
24+
25+
foreground = #453826
26+
background = #ECDFA3
27+
28+
selection-background = #D1C085
29+
selection-foreground = #453826
30+
31+
cursor-color = #A07400
32+
cursor-text = #ECDFA3

extras/ghostty/oasis_dusk

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
palette = 0=#3A3427
2+
palette = 8=#6F664D
3+
4+
palette = 1=#B5563A
5+
palette = 9=#B85763
6+
7+
palette = 2=#2A712D
8+
palette = 10=#516B14
9+
10+
palette = 3=#A34700
11+
palette = 11=#A07400
12+
13+
palette = 4=#1964A6
14+
palette = 12=#2C5AA0
15+
16+
palette = 5=#5A2FCC
17+
palette = 13=#7A3FE2
18+
19+
palette = 6=#0A6F8D
20+
palette = 14=#1C7E7E
21+
22+
palette = 7=#3A2C18
23+
palette = 15=#7E7769
24+
25+
foreground = #3A2C18
26+
background = #DCBA75
27+
28+
selection-background = #CEAC5F
29+
selection-foreground = #3A2C18
30+
31+
cursor-color = #A07400
32+
cursor-text = #DCBA75

extras/kitty/oasis_day.conf

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# extras/kitty/oasis_day.conf
2+
## name: Oasis Day
3+
4+
# Palette
5+
color0 #3A3427
6+
color8 #6F664D
7+
8+
color1 #B5563A
9+
color9 #B85763
10+
11+
color2 #2A712D
12+
color10 #516B14
13+
14+
color3 #A34700
15+
color11 #A07400
16+
17+
color4 #1964A6
18+
color12 #2C5AA0
19+
20+
color5 #5A2FCC
21+
color13 #7A3FE2
22+
23+
color6 #0A6F8D
24+
color14 #1C7E7E
25+
26+
color7 #3F321F
27+
color15 #7E7769
28+
29+
# Core
30+
foreground #3F321F
31+
background #E5D68B
32+
33+
# Selection
34+
selection_background #D3BA68
35+
selection_foreground #3F321F
36+
37+
# Cursor
38+
cursor #A07400
39+
cursor_text_color #E5D68B
40+
41+
# Borders (panes)
42+
active_border_color #B5563A
43+
inactive_border_color #6F664D
44+
45+
# Tabs
46+
active_tab_foreground #E5D68B
47+
active_tab_background #A07400
48+
inactive_tab_foreground #9D9870
49+
inactive_tab_background #3F321F

extras/kitty/oasis_daybreak.conf

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# extras/kitty/oasis_daybreak.conf
2+
## name: Oasis Daybreak
3+
4+
# Palette
5+
color0 #3A3427
6+
color8 #6F664D
7+
8+
color1 #B5563A
9+
color9 #B85763
10+
11+
color2 #2A712D
12+
color10 #516B14
13+
14+
color3 #A34700
15+
color11 #A07400
16+
17+
color4 #1964A6
18+
color12 #2C5AA0
19+
20+
color5 #5A2FCC
21+
color13 #7A3FE2
22+
23+
color6 #0A6F8D
24+
color14 #1C7E7E
25+
26+
color7 #453826
27+
color15 #7E7769
28+
29+
# Core
30+
foreground #453826
31+
background #ECDFA3
32+
33+
# Selection
34+
selection_background #D1C085
35+
selection_foreground #453826
36+
37+
# Cursor
38+
cursor #A07400
39+
cursor_text_color #ECDFA3
40+
41+
# Borders (panes)
42+
active_border_color #B5563A
43+
inactive_border_color #6F664D
44+
45+
# Tabs
46+
active_tab_foreground #ECDFA3
47+
active_tab_background #A07400
48+
inactive_tab_foreground #A29F7F
49+
inactive_tab_background #453826

extras/kitty/oasis_dusk.conf

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# extras/kitty/oasis_dusk.conf
2+
## name: Oasis Dusk
3+
4+
# Palette
5+
color0 #3A3427
6+
color8 #6F664D
7+
8+
color1 #B5563A
9+
color9 #B85763
10+
11+
color2 #2A712D
12+
color10 #516B14
13+
14+
color3 #A34700
15+
color11 #A07400
16+
17+
color4 #1964A6
18+
color12 #2C5AA0
19+
20+
color5 #5A2FCC
21+
color13 #7A3FE2
22+
23+
color6 #0A6F8D
24+
color14 #1C7E7E
25+
26+
color7 #3A2C18
27+
color15 #7E7769
28+
29+
# Core
30+
foreground #3A2C18
31+
background #DCBA75
32+
33+
# Selection
34+
selection_background #CEAC5F
35+
selection_foreground #3A2C18
36+
37+
# Cursor
38+
cursor #A07400
39+
cursor_text_color #DCBA75
40+
41+
# Borders (panes)
42+
active_border_color #B5563A
43+
inactive_border_color #6F664D
44+
45+
# Tabs
46+
active_tab_foreground #DCBA75
47+
active_tab_background #A07400
48+
inactive_tab_foreground #988E66
49+
inactive_tab_background #3A2C18

0 commit comments

Comments
 (0)