ghostty theme Monokai Pro Spectrum
dblume

dblume commited on 2025-01-07 20:10:33
Showing 2 changed files, with 3 additions and 2 deletions.


Also turn on mouse for vim, keep it similar to nvim.
... ...
@@ -1,6 +1,7 @@
1 1
 # https://wiki.dlma.com/ghostty
2 2
 # https://ghostty.org/docs/config
3
-theme = "Builtin Pastel Dark"
3
+theme = "Monokai Pro Spectrum"
4
+background = 1C2021
4 5
 font-family = "Roboto Mono for Powerline"
5 6
 font-thicken = true
6 7
 window-height = 60
... ...
@@ -106,7 +106,7 @@ endif
106 106
 au InsertEnter * hi statusline guibg=Cyan ctermfg=25 guifg=Black ctermbg=248
107 107
 au InsertLeave * hi statusline term=bold,reverse cterm=bold,reverse ctermfg=23 ctermbg=250 guifg=black guibg=#c2bfa5
108 108
 
109
-" set mouse=v     " visual mode, not working great for PuTTY
109
+set mouse=nvi  " Matches neovim's default
110 110
 
111 111
 set tags=tags;/
112 112
 
113 113