Skip to content

Commit 5730ffe

Browse files
committed
1 parent dfbbc6a commit 5730ffe

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.config/ghostty/config

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ gtk-single-instance = true
1010
scrollback-limit = 100000000
1111

1212
window-decoration = false
13+
14+
theme = "/home/avindra/.cache/wal/colors-ghostty"

.config/wal/templates/colors-ghostty

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
palette = 0={color0}
2+
palette = 1={color1}
3+
palette = 2={color2}
4+
palette = 3={color3}
5+
palette = 4={color4}
6+
palette = 5={color5}
7+
palette = 6={color6}
8+
palette = 7={color7}
9+
palette = 8={color8}
10+
palette = 9={color9}
11+
palette = 10={color10}
12+
palette = 11={color11}
13+
palette = 12={color12}
14+
palette = 13={color13}
15+
palette = 14={color14}
16+
palette = 15={color15}
17+
background = {background}
18+
foreground = {foreground}
19+
cursor-color = {cursor}
20+
selection-background = {background}
21+
selection-foreground = {foreground}
22+

0 commit comments

Comments
 (0)