chore(nvim): konichiwa evangelions

main
sudo pacman -Syu 2024-01-11 01:05:27 +07:00
parent 8f22e13560
commit d7493de6a8
1 changed files with 8 additions and 0 deletions

View File

@ -114,6 +114,14 @@ require("lazy").setup({
StatusLineNC = {
fg = colors.flamingo,
},
-- Eva-01 vibe
-- https://enjoykeycap.github.io/docs/gmk-keycaps/Mecha-01/
-- https://www.pantone.com/connect/802-C
-- https://www.pantone.com/connect/267-C
DiagnosticVirtualTextError = {
fg = "#44d62c",
bg = "#5f249e",
},
}
end,
})