From 4004d6a10e7e0a7838fa32d0146b8cf16cdf7e12 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Fri, 2 Jun 2023 13:14:02 +0200 Subject: [PATCH] Add missing highlight groups. --- colors/solarized8.vim | 20 +++++++++++++++++++- colors/solarized8_flat.vim | 20 +++++++++++++++++++- colors/solarized8_high.vim | 20 +++++++++++++++++++- colors/solarized8_low.vim | 20 +++++++++++++++++++- templates/_linked_groups.colortemplate | 9 +++++++++ 5 files changed, 85 insertions(+), 4 deletions(-) diff --git a/colors/solarized8.vim b/colors/solarized8.vim index 0d0555f..5e905f5 100644 --- a/colors/solarized8.vim +++ b/colors/solarized8.vim @@ -4,7 +4,7 @@ " Maintainers: Lifepillar " URLs: https://github.com/lifepillar/vim-solarized8 " License: OSI approved MIT license -" Last Updated: Fri Jun 2 13:03:51 2023 +" Last Updated: Fri Jun 2 13:13:22 2023 " Generated by Colortemplate v3.0.0-alpha0 @@ -34,6 +34,9 @@ if &background == 'dark' hi! link Boolean Constant hi! link Character Constant hi! link Conditional Statement + hi! link CurSearch Search + hi! link CursorLineFold FoldColumn + hi! link CursorLineSign SignColumn hi! link Debug Special hi! link Define PreProc hi! link Delimiter Special @@ -43,9 +46,13 @@ if &background == 'dark' hi! link Include PreProc hi! link Keyword Statement hi! link Label Statement + hi! link LineNrAbove LineNr + hi! link LineNrBelow LineNr hi! link Macro PreProc hi! link Number Constant hi! link Operator Statement + hi! link PopupNotification WarningMsg + hi! link PopupSelected PmenuSel hi! link PreCondit PreProc hi! link QuickFixLine Search hi! link Repeat Statement @@ -59,6 +66,8 @@ if &background == 'dark' hi! link Tag Special hi! link TermCursor Cursor hi! link Typedef Type + hi! link debugBreakpoint SignColumn + hi! link debugPC SignColumn hi! link lCursor Cursor hi Normal guifg=#93a1a1 guibg=#002b36 guisp=NONE gui=NONE @@ -1310,6 +1319,9 @@ if &background == 'light' hi! link Boolean Constant hi! link Character Constant hi! link Conditional Statement + hi! link CurSearch Search + hi! link CursorLineFold FoldColumn + hi! link CursorLineSign SignColumn hi! link Debug Special hi! link Define PreProc hi! link Delimiter Special @@ -1319,9 +1331,13 @@ if &background == 'light' hi! link Include PreProc hi! link Keyword Statement hi! link Label Statement + hi! link LineNrAbove LineNr + hi! link LineNrBelow LineNr hi! link Macro PreProc hi! link Number Constant hi! link Operator Statement + hi! link PopupNotification WarningMsg + hi! link PopupSelected PmenuSel hi! link PreCondit PreProc hi! link QuickFixLine Search hi! link Repeat Statement @@ -1335,6 +1351,8 @@ if &background == 'light' hi! link Tag Special hi! link TermCursor Cursor hi! link Typedef Type + hi! link debugBreakpoint SignColumn + hi! link debugPC SignColumn hi! link lCursor Cursor hi Normal guifg=#586e75 guibg=#fdf6e3 guisp=NONE gui=NONE diff --git a/colors/solarized8_flat.vim b/colors/solarized8_flat.vim index 1ab6bc2..2e74c26 100644 --- a/colors/solarized8_flat.vim +++ b/colors/solarized8_flat.vim @@ -4,7 +4,7 @@ " Maintainers: Lifepillar " URLs: https://github.com/lifepillar/vim-solarized8 " License: OSI approved MIT license -" Last Updated: Fri Jun 2 13:03:52 2023 +" Last Updated: Fri Jun 2 13:13:23 2023 " Generated by Colortemplate v3.0.0-alpha0 @@ -34,6 +34,9 @@ if &background == 'dark' hi! link Boolean Constant hi! link Character Constant hi! link Conditional Statement + hi! link CurSearch Search + hi! link CursorLineFold FoldColumn + hi! link CursorLineSign SignColumn hi! link Debug Special hi! link Define PreProc hi! link Delimiter Special @@ -43,9 +46,13 @@ if &background == 'dark' hi! link Include PreProc hi! link Keyword Statement hi! link Label Statement + hi! link LineNrAbove LineNr + hi! link LineNrBelow LineNr hi! link Macro PreProc hi! link Number Constant hi! link Operator Statement + hi! link PopupNotification WarningMsg + hi! link PopupSelected PmenuSel hi! link PreCondit PreProc hi! link QuickFixLine Search hi! link Repeat Statement @@ -59,6 +66,8 @@ if &background == 'dark' hi! link Tag Special hi! link TermCursor Cursor hi! link Typedef Type + hi! link debugBreakpoint SignColumn + hi! link debugPC SignColumn hi! link lCursor Cursor hi Normal guifg=#839496 guibg=#002b36 guisp=NONE gui=NONE @@ -1216,6 +1225,9 @@ if &background == 'light' hi! link Boolean Constant hi! link Character Constant hi! link Conditional Statement + hi! link CurSearch Search + hi! link CursorLineFold FoldColumn + hi! link CursorLineSign SignColumn hi! link Debug Special hi! link Define PreProc hi! link Delimiter Special @@ -1225,9 +1237,13 @@ if &background == 'light' hi! link Include PreProc hi! link Keyword Statement hi! link Label Statement + hi! link LineNrAbove LineNr + hi! link LineNrBelow LineNr hi! link Macro PreProc hi! link Number Constant hi! link Operator Statement + hi! link PopupNotification WarningMsg + hi! link PopupSelected PmenuSel hi! link PreCondit PreProc hi! link QuickFixLine Search hi! link Repeat Statement @@ -1241,6 +1257,8 @@ if &background == 'light' hi! link Tag Special hi! link TermCursor Cursor hi! link Typedef Type + hi! link debugBreakpoint SignColumn + hi! link debugPC SignColumn hi! link lCursor Cursor hi Normal guifg=#657b83 guibg=#fdf6e3 guisp=NONE gui=NONE diff --git a/colors/solarized8_high.vim b/colors/solarized8_high.vim index 50c64d3..22b912c 100644 --- a/colors/solarized8_high.vim +++ b/colors/solarized8_high.vim @@ -4,7 +4,7 @@ " Maintainers: Lifepillar " URLs: https://github.com/lifepillar/vim-solarized8 " License: OSI approved MIT license -" Last Updated: Fri Jun 2 13:03:52 2023 +" Last Updated: Fri Jun 2 13:13:23 2023 " Generated by Colortemplate v3.0.0-alpha0 @@ -34,6 +34,9 @@ if &background == 'dark' hi! link Boolean Constant hi! link Character Constant hi! link Conditional Statement + hi! link CurSearch Search + hi! link CursorLineFold FoldColumn + hi! link CursorLineSign SignColumn hi! link Debug Special hi! link Define PreProc hi! link Delimiter Special @@ -43,9 +46,13 @@ if &background == 'dark' hi! link Include PreProc hi! link Keyword Statement hi! link Label Statement + hi! link LineNrAbove LineNr + hi! link LineNrBelow LineNr hi! link Macro PreProc hi! link Number Constant hi! link Operator Statement + hi! link PopupNotification WarningMsg + hi! link PopupSelected PmenuSel hi! link PreCondit PreProc hi! link QuickFixLine Search hi! link Repeat Statement @@ -59,6 +66,8 @@ if &background == 'dark' hi! link Tag Special hi! link TermCursor Cursor hi! link Typedef Type + hi! link debugBreakpoint SignColumn + hi! link debugPC SignColumn hi! link lCursor Cursor hi Normal guifg=#eee8d5 guibg=#002b36 guisp=NONE gui=NONE @@ -1276,6 +1285,9 @@ if &background == 'light' hi! link Boolean Constant hi! link Character Constant hi! link Conditional Statement + hi! link CurSearch Search + hi! link CursorLineFold FoldColumn + hi! link CursorLineSign SignColumn hi! link Debug Special hi! link Define PreProc hi! link Delimiter Special @@ -1285,9 +1297,13 @@ if &background == 'light' hi! link Include PreProc hi! link Keyword Statement hi! link Label Statement + hi! link LineNrAbove LineNr + hi! link LineNrBelow LineNr hi! link Macro PreProc hi! link Number Constant hi! link Operator Statement + hi! link PopupNotification WarningMsg + hi! link PopupSelected PmenuSel hi! link PreCondit PreProc hi! link QuickFixLine Search hi! link Repeat Statement @@ -1301,6 +1317,8 @@ if &background == 'light' hi! link Tag Special hi! link TermCursor Cursor hi! link Typedef Type + hi! link debugBreakpoint SignColumn + hi! link debugPC SignColumn hi! link lCursor Cursor hi Normal guifg=#073642 guibg=#fdf6e3 guisp=NONE gui=NONE diff --git a/colors/solarized8_low.vim b/colors/solarized8_low.vim index 16f4756..1c40f54 100644 --- a/colors/solarized8_low.vim +++ b/colors/solarized8_low.vim @@ -4,7 +4,7 @@ " Maintainers: Lifepillar " URLs: https://github.com/lifepillar/vim-solarized8 " License: OSI approved MIT license -" Last Updated: Fri Jun 2 13:03:53 2023 +" Last Updated: Fri Jun 2 13:13:24 2023 " Generated by Colortemplate v3.0.0-alpha0 @@ -34,6 +34,9 @@ if &background == 'dark' hi! link Boolean Constant hi! link Character Constant hi! link Conditional Statement + hi! link CurSearch Search + hi! link CursorLineFold FoldColumn + hi! link CursorLineSign SignColumn hi! link Debug Special hi! link Define PreProc hi! link Delimiter Special @@ -43,9 +46,13 @@ if &background == 'dark' hi! link Include PreProc hi! link Keyword Statement hi! link Label Statement + hi! link LineNrAbove LineNr + hi! link LineNrBelow LineNr hi! link Macro PreProc hi! link Number Constant hi! link Operator Statement + hi! link PopupNotification WarningMsg + hi! link PopupSelected PmenuSel hi! link PreCondit PreProc hi! link QuickFixLine Search hi! link Repeat Statement @@ -58,6 +65,8 @@ if &background == 'dark' hi! link Structure Type hi! link Tag Special hi! link Typedef Type + hi! link debugBreakpoint SignColumn + hi! link debugPC SignColumn hi! link lCursor Cursor hi Normal guifg=#839496 guibg=#073642 guisp=NONE gui=NONE @@ -1271,6 +1280,9 @@ if &background == 'light' hi! link Boolean Constant hi! link Character Constant hi! link Conditional Statement + hi! link CurSearch Search + hi! link CursorLineFold FoldColumn + hi! link CursorLineSign SignColumn hi! link Debug Special hi! link Define PreProc hi! link Delimiter Special @@ -1280,9 +1292,13 @@ if &background == 'light' hi! link Include PreProc hi! link Keyword Statement hi! link Label Statement + hi! link LineNrAbove LineNr + hi! link LineNrBelow LineNr hi! link Macro PreProc hi! link Number Constant hi! link Operator Statement + hi! link PopupNotification WarningMsg + hi! link PopupSelected PmenuSel hi! link PreCondit PreProc hi! link QuickFixLine Search hi! link Repeat Statement @@ -1296,6 +1312,8 @@ if &background == 'light' hi! link Tag Special hi! link TermCursor Cursor hi! link Typedef Type + hi! link debugBreakpoint SignColumn + hi! link debugPC SignColumn hi! link lCursor Cursor hi Normal guifg=#657b83 guibg=#eee8d5 guisp=NONE gui=NONE diff --git a/templates/_linked_groups.colortemplate b/templates/_linked_groups.colortemplate index e14c539..289e9dc 100644 --- a/templates/_linked_groups.colortemplate +++ b/templates/_linked_groups.colortemplate @@ -2,6 +2,9 @@ Boolean -> Constant Character -> Constant Conditional -> Statement +CurSearch -> Search +CursorLineFold -> FoldColumn +CursorLineSign -> SignColumn Debug -> Special Define -> PreProc Delimiter -> Special @@ -11,9 +14,13 @@ Function -> Identifier Include -> PreProc Keyword -> Statement Label -> Statement +LineNrAbove -> LineNr +LineNrBelow -> LineNr Macro -> PreProc Number -> Constant Operator -> Statement +PopupNotification -> WarningMsg +PopupSelected -> PmenuSel PreCondit -> PreProc QuickFixLine -> Search Repeat -> Statement @@ -26,5 +33,7 @@ String -> Constant Structure -> Type Tag -> Special Typedef -> Type +debugBreakpoint -> SignColumn +debugPC -> SignColumn lCursor -> Cursor