mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +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 = {
|
||||
mocha = function(colors)
|
||||
return {
|
||||
Visual = { bg = colors.overlay1 },
|
||||
CursorLine = { bg = colors.surface0 },
|
||||
|
||||
Visual = { bg = colors.surface1 },
|
||||
FoldColumn = { fg = colors.surface2 },
|
||||
|
||||
-- Floating windows
|
||||
|
|
@ -33,7 +35,7 @@ local options = {
|
|||
|
||||
-- Menus
|
||||
Pmenu = { link = "NormalFloat" },
|
||||
PmenuSel = { bg = colors.surface1 },
|
||||
PmenuSel = { bg = colors.surface2 },
|
||||
PmenuSbar = { link = "Pmenu" },
|
||||
PmenuThumb = { link = "PmenuSel" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue