This commit is contained in:
Harivansh Rathi 2026-03-19 23:51:30 -04:00
parent 3faa90ae06
commit d3d2dbd5cd
2 changed files with 3 additions and 2 deletions

View file

@ -82,7 +82,7 @@ return {
hide_prefix = true, hide_prefix = true,
highlights = { highlights = {
gutter = true, gutter = true,
blend_alpha = 0.4, blend_alpha = 0.5,
intra = { enabled = true }, intra = { enabled = true },
}, },
} }

View file

@ -85,7 +85,8 @@
BLACK="#1d2021" BLACK="#1d2021"
DARK_GRAY="#282828" DARK_GRAY="#282828"
LIGHT_GRAY="#4F4946" LIGHT_GRAY="#4F4946"
BG="#1d2021" # Match Ghostty theme "Gruvbox Material Dark" (see programs.ghostty.settings.theme)
BG="#282828"
FG="#d4be98" FG="#d4be98"
HALF_ROUND_OPEN="#(printf '\uE0B2')" HALF_ROUND_OPEN="#(printf '\uE0B2')"