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" 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,

View File

@ -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

View File

@ -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" } },