mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-18 16:02:31 +00:00
colors
This commit is contained in:
parent
3faa90ae06
commit
d3d2dbd5cd
2 changed files with 3 additions and 2 deletions
|
|
@ -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 },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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')"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue