mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 15:08:17 -07:00
add green color to operators in gruvbox theme, fix (#160)
This commit is contained in:
parent
d5933e70b7
commit
12be185296
1 changed files with 10 additions and 0 deletions
|
|
@ -59,4 +59,14 @@ M.type = "dark"
|
|||
|
||||
M = require("base46").override_theme(M, "gruvbox")
|
||||
|
||||
M.polish_hl = {
|
||||
Operator = {
|
||||
fg = M.base_30.nord_blue,
|
||||
},
|
||||
|
||||
["@operator"] = {
|
||||
fg = M.base_30.nord_blue,
|
||||
},
|
||||
}
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue