dblume commited on 2025-01-08 13:01:52
Showing 1 changed files, with 13 additions and 2 deletions.
Also change a color used by nvim for filetype syntax color
... | ... |
@@ -1,9 +1,20 @@ |
1 | 1 |
# https://wiki.dlma.com/ghostty |
2 | 2 |
# https://ghostty.org/docs/config |
3 |
-theme = "Monokai Pro Spectrum" |
|
4 |
-background = 1C2021 |
|
3 |
+theme = "catppuccin-mocha" |
|
4 |
+ |
|
5 |
+# for catppuccin-mocha (palette 6 for nvim rokulog syntax) |
|
6 |
+palette = 6=#74d0c0 |
|
7 |
+background = 1a1c1e |
|
8 |
+ |
|
9 |
+# This foreground override is esp for SpaceGray Eighties |
|
10 |
+#foreground = dddace |
|
11 |
+ |
|
12 |
+# For Monokai Pro Spectrum |
|
13 |
+#background = 141618 |
|
14 |
+ |
|
5 | 15 |
font-family = "Roboto Mono for Powerline" |
6 | 16 |
font-thicken = true |
17 |
+ |
|
7 | 18 |
window-height = 60 |
8 | 19 |
window-width = 120 |
9 | 20 |
|
10 | 21 |