Commit 662145c
Eric Bower
·
2026-07-31 23:16:08 -0400 EDT
parent 79a972f
style: use 16-bit color palette
2 files changed,
+11,
-7
+9,
-5
1@@ -1,7 +1,11 @@
2-colorscheme gruvbox-dark
3+colorscheme default
4+
5+face global Information default,black
6+face global PrimarySelection black,blue
7+face global MenuBackground default,default@Information
8+face global MenuForeground default,default@PrimarySelection
9+face global MenuInfo default,default@Information
10
11-face global Information default,rgb:504945
12-face global PrimarySelection default,rgb:458588
13 set-option global autoreload true
14 set-option global grepcmd 'rg -n'
15 set-option global ui_options terminal_assistant=none # disable clippy
16@@ -11,8 +15,8 @@ hook global BufOpenFile .* %{ modeline-parse }
17 hook global BufOpenFile .* editorconfig-load
18 hook global BufNewFile .* editorconfig-load
19 hook global WinCreate .* %{
20- addhl window/ column 80 default,rgb:404040
21- addhl window/ column 100 default,rgb:404040
22+ addhl window/ column 80 default,black
23+ addhl window/ column 100 default,black
24 }
25 add-highlighter global/ show-matching
26 add-highlighter global/highlight-todos regex \b(TODO|HACK|FIXME|XXX|NOTE)\b 0:+rb
+2,
-2
1@@ -1,6 +1,6 @@
2 font-family = JetBrainsMono Nerd Font
3-font-size = 10pt
4-theme = Gruvbox Dark
5+font-size = 14px
6+theme = Monokai Classic
7 window-padding-x = 4
8 window-padding-y = 4
9 inertial-scrolling = false