better lightm ode

This commit is contained in:
Christoph J. Scherr 2024-02-16 10:32:56 +01:00
parent 6b02194e4d
commit 0fc0e010c6
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
3 changed files with 11 additions and 11 deletions

View File

@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "oceanic-next",
theme_toggle = { "kanagawa", "oceanic-next" },
theme = "github_light",
theme_toggle = { "kanagawa", "github_light" },
hl_override = highlights.override,
hl_add = highlights.add,

View File

@ -9,14 +9,14 @@ M.override = {
Comment = {
italic = false,
},
NvDashAscii = {
fg = "#b33366",
bg = "#1a1a1a",
},
NvDashButtons = {
fg = "White",
bg = "#241e1e",
},
-- NvDashAscii = {
-- fg = "#b33366",
-- bg = "#1a1a1a",
-- },
-- NvDashButtons = {
-- fg = "White",
-- bg = "#241e1e",
-- },
}
---@type HLTable

View File

@ -626,7 +626,7 @@ local plugins = {
end,
})
-- change how the highlighting looks
vim.cmd "hi LspInlayHint guibg=bg guifg=#804d66"
vim.cmd "hi LspInlayHint guibg=(bg*0.8) guifg=#6699b3"
end,
},
{ "kosayoda/nvim-lightbulb", event = { "BufReadPre", "BufNewFile" } },