fix hi for notes in light mode
This commit is contained in:
parent
aefbe0981e
commit
d42cc4aa19
|
@ -5,7 +5,7 @@ local M = {}
|
||||||
local highlights = require "custom.highlights"
|
local highlights = require "custom.highlights"
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "oceanic-next",
|
theme = "oceanic-light",
|
||||||
theme_toggle = { "oceanic-next", "oceanic-light" },
|
theme_toggle = { "oceanic-next", "oceanic-light" },
|
||||||
|
|
||||||
hl_override = highlights.override,
|
hl_override = highlights.override,
|
||||||
|
|
|
@ -17,6 +17,9 @@ M.override = {
|
||||||
-- fg = "White",
|
-- fg = "White",
|
||||||
-- bg = "#241e1e",
|
-- bg = "#241e1e",
|
||||||
-- },
|
-- },
|
||||||
|
TodoFgNOTE = {
|
||||||
|
fg = "#cccccc"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
---@type HLTable
|
---@type HLTable
|
||||||
|
|
Loading…
Reference in New Issue