mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: modify cursor line and menu colors
This commit is contained in:
parent
42ecd2ad90
commit
07a3b91306
1 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,9 @@ local options = {
|
||||||
highlight_overrides = {
|
highlight_overrides = {
|
||||||
mocha = function(colors)
|
mocha = function(colors)
|
||||||
return {
|
return {
|
||||||
Visual = { bg = colors.overlay1 },
|
CursorLine = { bg = colors.surface0 },
|
||||||
|
|
||||||
|
Visual = { bg = colors.surface1 },
|
||||||
FoldColumn = { fg = colors.surface2 },
|
FoldColumn = { fg = colors.surface2 },
|
||||||
|
|
||||||
-- Floating windows
|
-- Floating windows
|
||||||
|
|
@ -33,7 +35,7 @@ local options = {
|
||||||
|
|
||||||
-- Menus
|
-- Menus
|
||||||
Pmenu = { link = "NormalFloat" },
|
Pmenu = { link = "NormalFloat" },
|
||||||
PmenuSel = { bg = colors.surface1 },
|
PmenuSel = { bg = colors.surface2 },
|
||||||
PmenuSbar = { link = "Pmenu" },
|
PmenuSbar = { link = "Pmenu" },
|
||||||
PmenuThumb = { link = "PmenuSel" },
|
PmenuThumb = { link = "PmenuSel" },
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue