mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
make everforest a lil colorful
This commit is contained in:
parent
39cdabaad2
commit
36aa9b38b5
1 changed files with 1 additions and 3 deletions
|
|
@ -49,16 +49,14 @@ M.base_16 = {
|
|||
base0C = "#e69875",
|
||||
base0D = "#a7c080",
|
||||
base0E = "#e67e80",
|
||||
base0F = "#e67e80",
|
||||
base0F = "#d699b6",
|
||||
}
|
||||
|
||||
vim.opt.bg = "dark"
|
||||
|
||||
M.polish_hl = {
|
||||
TSPunctBracket = { fg = M.base_30.red },
|
||||
TSTag = { fg = M.base_30.orange },
|
||||
TSTagDelimiter = { fg = M.base_30.green },
|
||||
TSConstructor = { fg = "#7fbbb3" },
|
||||
}
|
||||
|
||||
M = require("base46").override_theme(M, "everforest")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue