Automatically switch theme in vim - test.

This commit is contained in:
Bartek Stalewski 2024-11-03 21:49:42 +01:00
parent fb7802b115
commit 7faea29b3d
No known key found for this signature in database
2 changed files with 17 additions and 2 deletions

View file

@ -13,7 +13,7 @@ M.base46 = {
SpellBad = { bg = "#770000", fg = "#ffffff" },
Visual = { bg = "#0094d8", fg = "#ffffff" },
},
theme = "monekai",
theme = "one_light",
transparency = false
}