Revert "fix: improve the kanagawa theme"

This reverts commit 0f6e1210bf.
v2.5
siduck 3 years ago
parent b4e909344a
commit 271ec3f046

@ -16,7 +16,7 @@ return {
},
Constant = {
fg = theme.base09,
fg = theme.base08,
},
Define = {
@ -46,7 +46,7 @@ return {
},
Include = {
fg = theme.base09,
fg = theme.base0D,
},
Keyword = {
@ -83,7 +83,7 @@ return {
},
Statement = {
fg = theme.base0E,
fg = theme.base08,
},
StorageClass = {

@ -48,11 +48,12 @@ M.base_16 = {
base0B = "#98bb6c",
base0C = "#7fb4ca",
base0D = "#7e9cd8",
base0E = "#957FB8",
base0E = "#9c86bf",
base0F = "#d8616b",
}
M.polish_hl = {
TSInclude = { fg = M.base_30.purple },
TSURI = { fg = M.base_30.blue },
TSTagDelimiter = { fg = M.base_30.red },
Number = {

Loading…
Cancel
Save