Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd95260b

Browse files
comfysagesgoudham
authored andcommitted
fix(editor): editor items in visual selection issues
fixes issues where editor items are not visually distinct from beingvisual-selected or not.
1 parent8c4125e commitd95260b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lua/catppuccin/groups/editor.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function M.get()
2222
Substitute= {bg=C.surface1,fg=U.vary_color({latte=C.red },C.pink) },-- |:substitute| replacement text highlighting
2323
LineNr= {fg=C.surface1 },-- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
2424
CursorLineNr= {fg=C.lavender },-- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. highlights the number in numberline.
25-
MatchParen= {fg=C.peach,bg=C.surface1,style= {"bold"} },-- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
25+
MatchParen= {fg=C.peach,bg=U.darken(C.surface1,0.70,C.base),style= {"bold"} },-- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
2626
ModeMsg= {fg=C.text,style= {"bold"} },-- 'showmode' message (e.g., "-- INSERT -- ")
2727
-- MsgArea = { fg = C.text }, -- Area for messages and cmdline, don't set this highlight because of https://github.com/neovim/neovim/issues/17832
2828
MsgSeparator= {},-- Separator for scrolled messages, `msgsep` flag of 'display'
@@ -63,7 +63,7 @@ function M.get()
6363
style= {"bold"},
6464
},-- Popup menu: selected item extra text.
6565
Question= {fg=C.blue },-- |hit-enter| prompt and yes/no questions
66-
QuickFixLine= {bg=C.surface1,style= {"bold"} },-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
66+
QuickFixLine= {bg=U.darken(C.surface1,0.70,C.base),style= {"bold"} },-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
6767
Search= {bg=U.darken(C.sky,0.30,C.base),fg=C.text },-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
6868
IncSearch= {bg=U.darken(C.sky,0.90,C.base),fg=C.mantle },-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
6969
CurSearch= {bg=C.red,fg=C.mantle },-- 'cursearch' highlighting: highlights the current search you're on differently

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp