Make the highlight more subtle

And stick with the same gaps setup as all other themes
This commit is contained in:
David Heinemeier Hansson
2026-06-21 15:02:49 +02:00
parent 36c1bc7dc5
commit 4823e05c00
+2 -4
View File
@@ -8,9 +8,7 @@ hl.config({
col = {
active_border = active_border_color,
inactive_border = inactive_border_color,
},
gaps_in = 8,
gaps_out = 16,
}
},
group = {
@@ -23,7 +21,7 @@ hl.config({
decoration = {
shadow = {
enabled = true,
range = 16,
range = 6,
render_power = 4,
color = active_shadow_color,
color_inactive = inactive_shadow_color,