mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -07:00
fix: improve the kanagawa theme
This commit is contained in:
parent
b9f7d41da3
commit
0f6e1210bf
2 changed files with 4 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
Constant = {
|
Constant = {
|
||||||
fg = theme.base08,
|
fg = theme.base09,
|
||||||
},
|
},
|
||||||
|
|
||||||
Define = {
|
Define = {
|
||||||
|
|
@ -46,7 +46,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
Include = {
|
Include = {
|
||||||
fg = theme.base0D,
|
fg = theme.base09,
|
||||||
},
|
},
|
||||||
|
|
||||||
Keyword = {
|
Keyword = {
|
||||||
|
|
@ -83,7 +83,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
Statement = {
|
Statement = {
|
||||||
fg = theme.base08,
|
fg = theme.base0E,
|
||||||
},
|
},
|
||||||
|
|
||||||
StorageClass = {
|
StorageClass = {
|
||||||
|
|
|
||||||
|
|
@ -48,12 +48,11 @@ M.base_16 = {
|
||||||
base0B = "#98bb6c",
|
base0B = "#98bb6c",
|
||||||
base0C = "#7fb4ca",
|
base0C = "#7fb4ca",
|
||||||
base0D = "#7e9cd8",
|
base0D = "#7e9cd8",
|
||||||
base0E = "#9c86bf",
|
base0E = "#957FB8",
|
||||||
base0F = "#d8616b",
|
base0F = "#d8616b",
|
||||||
}
|
}
|
||||||
|
|
||||||
M.polish_hl = {
|
M.polish_hl = {
|
||||||
TSInclude = { fg = M.base_30.purple },
|
|
||||||
TSURI = { fg = M.base_30.blue },
|
TSURI = { fg = M.base_30.blue },
|
||||||
TSTagDelimiter = { fg = M.base_30.red },
|
TSTagDelimiter = { fg = M.base_30.red },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue