fix hi for notes in light mode

This commit is contained in:
Christoph J. Scherr 2024-02-20 10:15:23 +01:00
parent aefbe0981e
commit d42cc4aa19
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "oceanic-next",
theme = "oceanic-light",
theme_toggle = { "oceanic-next", "oceanic-light" },
hl_override = highlights.override,

View File

@ -17,6 +17,9 @@ M.override = {
-- fg = "White",
-- bg = "#241e1e",
-- },
TodoFgNOTE = {
fg = "#cccccc"
}
}
---@type HLTable