Skip to content

Commit c2e1da4

Browse files
committedMar 5, 2025
Move ghostty theme out of line and add light theme
Signed-off-by: Tristan Partin <[email protected]>
1 parent 5992cda commit c2e1da4

File tree

3 files changed

+72
-35
lines changed

3 files changed

+72
-35
lines changed
 

‎ghostty/.config/ghostty/config

+2-35
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,3 @@
1-
# Theme from onedarkpro.nvim (olimorris is a great person)
2-
background = #282c34
3-
# Value comes from Ptyxis :)
4-
window-titlebar-background = #303643
5-
6-
# I prefer white...
7-
# foreground = #abb2bf
8-
foreground = #ffffff
9-
10-
palette = 0=#282c34
11-
palette = 8=#5c6370
12-
13-
palette = 1=#ef596f
14-
palette = 9=#f38897
15-
16-
palette = 2=#89ca78
17-
palette = 10=#a9d89d
18-
19-
palette = 3=#e5c07b
20-
palette = 11=#edd4a6
21-
22-
palette = 4=#61afef
23-
palette = 12=#8fc6f4
24-
25-
palette = 5=#d55fde
26-
palette = 13=#e089e7
27-
28-
palette = 6=#2bbac5
29-
palette = 14=#4bced8
30-
31-
palette = 7=#abb2bf
32-
palette = 15=#c8cdd5
33-
341
adw-toolbar-style = raised
352

363
auto-update = off
@@ -78,11 +45,11 @@ resize-overlay-position = bottom-right
7845

7946
selection-invert-fg-bg = true
8047

81-
split-divider-color = #5c6370
82-
8348
shell-integration = detect
8449
shell-integration-features = no-cursor,title,sudo
8550

51+
theme = light:one_light,dark:one_dark_vivid
52+
8653
unfocused-split-opacity = 1
8754

8855
window-decoration = true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Theme from onedarkpro.nvim (olimorris is a great person)
2+
3+
background = #282c34
4+
# I prefer white...
5+
# foreground = #abb2bf
6+
foreground = #ffffff
7+
8+
palette = 0=#282c34
9+
palette = 8=#5c6370
10+
11+
palette = 1=#ef596f
12+
palette = 9=#f38897
13+
14+
palette = 2=#89ca78
15+
palette = 10=#a9d89d
16+
17+
palette = 3=#e5c07b
18+
palette = 11=#edd4a6
19+
20+
palette = 4=#61afef
21+
palette = 12=#8fc6f4
22+
23+
palette = 5=#d55fde
24+
palette = 13=#e089e7
25+
26+
palette = 6=#2bbac5
27+
palette = 14=#4bced8
28+
29+
palette = 7=#abb2bf
30+
palette = 15=#c8cdd5
31+
32+
split-divider-color = #5c6370
33+
34+
# Value comes from Ptyxis :)
35+
window-titlebar-background = #303643
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Theme from onedarkpro.nvim (olimorris is a great person)
2+
3+
background = #fafafa
4+
# I prefer black...
5+
# foreground = #6a6a6a
6+
foreground = #323232
7+
8+
palette = 0=#6a6a6a
9+
palette = 8=#bebebe
10+
11+
palette = 1=#e05661
12+
palette = 9=#e88189
13+
14+
palette = 2=#1da912
15+
palette = 10=#25d717
16+
17+
palette = 3=#eea825
18+
palette = 11=#f2bb54
19+
20+
palette = 4=#118dc3
21+
palette = 12=#1caceb
22+
23+
palette = 5=#9a77cf
24+
palette = 13=#b69ddc
25+
26+
palette = 6=#56b6c2
27+
palette = 14=#7bc6d0
28+
29+
palette = 7=#fafafa
30+
palette = 15=#ffffff
31+
32+
split-divider-color = #bebebe
33+
34+
# Value comes from Adwaita :)
35+
window-titlebar-background = #fafafa

0 commit comments

Comments
 (0)
Please sign in to comment.