Merge branch 'master' of https://git.cscherr.de/PlexSheep/neovim-confs
This commit is contained in:
commit
032f9bee8a
|
@ -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