Back to astronvim.

This commit is contained in:
Bartek Stalewski 2024-03-08 15:42:43 +01:00
parent 0aed4edea5
commit e26650d344
No known key found for this signature in database
22 changed files with 2 additions and 4 deletions

View file

@ -0,0 +1,14 @@
return {
ColorColumn = { bg = "#770000" },
DiffChange = { bg = NONE, fg = "#e7c547" },
DiffText = { bg = NONE, fg = "#ff8700" },
FoldColumn = { bg = NONE },
LineNr = { bg = NONE, fg = "#465457" },
NonText = { bg = NONE },
Normal = { bg = NONE },
SignColumn = { bg = NONE },
SpellBad = { bg = "#770000", fg = "#ffffff" },
TelescopeNormal = { bg = NONE },
Visual = { bg = "#005577", fg = "#ffffff" },
NormalFloat = { bg = NONE },
}