This commit is contained in:
Christoph J. Scherr 2024-02-20 10:15:56 +01:00
commit 032f9bee8a
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
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