better lightm ode
This commit is contained in:
parent
6b02194e4d
commit
0fc0e010c6
|
@ -5,8 +5,8 @@ local M = {}
|
||||||
local highlights = require "custom.highlights"
|
local highlights = require "custom.highlights"
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "oceanic-next",
|
theme = "github_light",
|
||||||
theme_toggle = { "kanagawa", "oceanic-next" },
|
theme_toggle = { "kanagawa", "github_light" },
|
||||||
|
|
||||||
hl_override = highlights.override,
|
hl_override = highlights.override,
|
||||||
hl_add = highlights.add,
|
hl_add = highlights.add,
|
||||||
|
|
|
@ -9,14 +9,14 @@ M.override = {
|
||||||
Comment = {
|
Comment = {
|
||||||
italic = false,
|
italic = false,
|
||||||
},
|
},
|
||||||
NvDashAscii = {
|
-- NvDashAscii = {
|
||||||
fg = "#b33366",
|
-- fg = "#b33366",
|
||||||
bg = "#1a1a1a",
|
-- bg = "#1a1a1a",
|
||||||
},
|
-- },
|
||||||
NvDashButtons = {
|
-- NvDashButtons = {
|
||||||
fg = "White",
|
-- fg = "White",
|
||||||
bg = "#241e1e",
|
-- bg = "#241e1e",
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
||||||
---@type HLTable
|
---@type HLTable
|
||||||
|
|
|
@ -626,7 +626,7 @@ local plugins = {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
-- change how the highlighting looks
|
-- change how the highlighting looks
|
||||||
vim.cmd "hi LspInlayHint guibg=bg guifg=#804d66"
|
vim.cmd "hi LspInlayHint guibg=(bg*0.8) guifg=#6699b3"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ "kosayoda/nvim-lightbulb", event = { "BufReadPre", "BufNewFile" } },
|
{ "kosayoda/nvim-lightbulb", event = { "BufReadPre", "BufNewFile" } },
|
||||||
|
|
Loading…
Reference in New Issue