Update Neovim plugins
This commit is contained in:
@@ -39,31 +39,31 @@ regular1=e78284 # Red
|
||||
regular2=a6d189 # Green
|
||||
regular3=e5c890 # Yellow
|
||||
regular4=8caaee # Blue
|
||||
regular5=f4b8e4 # Magenta
|
||||
regular6=81c8be # Cyan
|
||||
regular7=b5bfe2 # White
|
||||
regular5=f4b8e4 # Magenta
|
||||
regular6=81c8be # Cyan
|
||||
regular7=b5bfe2 # White
|
||||
|
||||
# Bright ANSI colors (8–15)
|
||||
bright0=626880 # Bright Black
|
||||
bright1=e78284 # Bright Red
|
||||
bright2=a6d189 # Bright Green
|
||||
bright3=e5c890 # Bright Yellow
|
||||
bright4=8caaee # Bright Blue
|
||||
bright5=f4b8e4 # Bright Magenta
|
||||
bright6=81c8be # Bright Cyan
|
||||
bright7=a5adce # Bright White
|
||||
bright0=626880 # Bright Black
|
||||
bright1=e78284 # Bright Red
|
||||
bright2=a6d189 # Bright Green
|
||||
bright3=e5c890 # Bright Yellow
|
||||
bright4=8caaee # Bright Blue
|
||||
bright5=f4b8e4 # Bright Magenta
|
||||
bright6=81c8be # Bright Cyan
|
||||
bright7=a5adce # Bright White
|
||||
|
||||
# Extended color palette (optional, 16+)
|
||||
16=ef9f76 # Orange (extra color used in jump labels, etc.)
|
||||
17=f2d5cf # Pink (used for selection, search highlights)
|
||||
16=ef9f76 # Orange (extra color used in jump labels, etc.)
|
||||
17=f2d5cf # Pink (used for selection, search highlights)
|
||||
|
||||
# === UI accents ===
|
||||
selection-foreground=c6d0f5 # Text color when text is selected
|
||||
selection-background=4f5369 # Background color for selected text
|
||||
selection-foreground=c6d0f5 # Text color when text is selected
|
||||
selection-background=4f5369 # Background color for selected text
|
||||
|
||||
search-box-no-match=232634 e78284 # Search bar when no match is found (bg fg)
|
||||
search-box-match=c6d0f5 414559 # Search bar when matches exist (fg bg)
|
||||
search-box-no-match=232634 e78284 # Search bar when no match is found (bg fg)
|
||||
search-box-match=c6d0f5 414559 # Search bar when matches exist (fg bg)
|
||||
|
||||
jump-labels=232634 ef9f76 # Color for jump labels (e.g., used in mode switching or fuzzy nav)
|
||||
urls=8caaee # Color used to highlight URLs in text
|
||||
cursor=232634 f2d5cf # Cursor color: background and foreground
|
||||
jump-labels=232634 ef9f76 # Color for jump labels (e.g., used in mode switching or fuzzy nav)
|
||||
urls=8caaee # Color used to highlight URLs in text
|
||||
cursor=232634 f2d5cf # Cursor color: background and foreground
|
||||
|
||||
Reference in New Issue
Block a user