Last active 1 month ago

Ghostty 主题

jetsung revised this gist 2 months ago. Go to revision

1 file changed, 2 insertions

config.ghostty

@@ -1,3 +1,5 @@
1 + term = xterm-256color
2 +
1 3 font-family = "JetBrains Mono"
2 4 font-size = 12.5
3 5 adjust-cell-height = 15%

jetsung revised this gist 2 months ago. Go to revision

1 file changed, 36 insertions

config.ghostty(file created)

@@ -0,0 +1,36 @@
1 + font-family = "JetBrains Mono"
2 + font-size = 12.5
3 + adjust-cell-height = 15%
4 +
5 + foreground = #e8e8e8
6 + background = #1e1f22
7 + cursor-color = #a6e22e
8 + cursor-text = #1e1f22
9 + selection-foreground = #ffffff
10 + selection-background = #44475a
11 +
12 + palette = 0=#2d2a2e
13 + palette = 1=#f92672
14 + palette = 2=#a6e22e
15 + palette = 3=#e6db74
16 + palette = 4=#66d9ef
17 + palette = 5=#ae81ff
18 + palette = 6=#38ccd1
19 + palette = 7=#f8f8f2
20 + palette = 8=#75715e
21 + palette = 9=#ff6188
22 + palette = 10=#b6e354
23 + palette = 11=#ffd866
24 + palette = 12=#78dce8
25 + palette = 13=#ab9df2
26 + palette = 14=#3bc9db
27 + palette = 15=#ffffff
28 +
29 + background-opacity = 0.93
30 + window-padding-x = 12
31 + window-padding-y = 10
32 + window-decoration = true
33 +
34 + cursor-style = bar
35 + cursor-style-blink = true
36 + scrollback-limit = 5000
Newer Older