mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 18:25:56 -07:00
fix(kanagawa): update Number highlight
This commit is contained in:
parent
0f6e1210bf
commit
3667a59cfa
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ M.base_16 = {
|
||||||
M.polish_hl = {
|
M.polish_hl = {
|
||||||
TSURI = { fg = M.base_30.blue },
|
TSURI = { fg = M.base_30.blue },
|
||||||
TSTagDelimiter = { fg = M.base_30.red },
|
TSTagDelimiter = { fg = M.base_30.red },
|
||||||
|
Number = {
|
||||||
|
fg = M.base_30.baby_pink,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.opt.bg = "dark"
|
vim.opt.bg = "dark"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue