-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into tabsidebar
- Loading branch information
Showing
9 changed files
with
159 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
" Maintainer: Maxim Kim <[email protected]> | ||
" Website: https://github.com/vim/colorschemes | ||
" License: Same as Vim | ||
" Last Updated: Tue 30 Jul 2024 11:07:38 AM AEST | ||
" Last Updated: 2024 Aug 02 | ||
|
||
" Generated by Colortemplate v2.2.3 | ||
|
||
|
@@ -22,7 +22,6 @@ hi! link Terminal Normal | |
hi! link StatuslineTerm Statusline | ||
hi! link StatuslineTermNC StatuslineNC | ||
hi! link MessageWindow Pmenu | ||
hi! link PopupNotification Todo | ||
hi! link javaScriptFunction Statement | ||
hi! link javaScriptIdentifier Statement | ||
hi! link sqlKeyword Statement | ||
|
@@ -73,7 +72,7 @@ hi ModeMsg guifg=NONE guibg=NONE gui=bold ctermfg=NONE ctermbg=NONE cterm=bold | |
hi MoreMsg guifg=#5faf5f guibg=NONE gui=NONE cterm=NONE | ||
hi Question guifg=#d7af87 guibg=NONE gui=NONE cterm=NONE | ||
hi WarningMsg guifg=#d75f87 guibg=NONE gui=NONE cterm=NONE | ||
hi Todo guifg=#d787d7 guibg=#1c1c1c gui=reverse cterm=reverse | ||
hi Todo guifg=#dadada guibg=NONE gui=bold cterm=bold | ||
hi MatchParen guifg=#ff00af guibg=NONE gui=bold cterm=bold | ||
hi Search guifg=#5fafd7 guibg=#1c1c1c gui=reverse cterm=reverse | ||
hi IncSearch guifg=#ffaf5f guibg=#1c1c1c gui=reverse cterm=reverse | ||
|
@@ -119,7 +118,6 @@ if s:t_Co >= 256 | |
hi! link StatuslineTerm Statusline | ||
hi! link StatuslineTermNC StatuslineNC | ||
hi! link MessageWindow Pmenu | ||
hi! link PopupNotification Todo | ||
hi! link javaScriptFunction Statement | ||
hi! link javaScriptIdentifier Statement | ||
hi! link sqlKeyword Statement | ||
|
@@ -170,7 +168,7 @@ if s:t_Co >= 256 | |
hi MoreMsg ctermfg=71 ctermbg=NONE cterm=NONE | ||
hi Question ctermfg=180 ctermbg=NONE cterm=NONE | ||
hi WarningMsg ctermfg=168 ctermbg=NONE cterm=NONE | ||
hi Todo ctermfg=176 ctermbg=234 cterm=reverse | ||
hi Todo ctermfg=253 ctermbg=NONE cterm=bold | ||
hi MatchParen ctermfg=199 ctermbg=NONE cterm=bold | ||
hi Search ctermfg=74 ctermbg=234 cterm=reverse | ||
hi IncSearch ctermfg=215 ctermbg=234 cterm=reverse | ||
|
@@ -248,7 +246,7 @@ if s:t_Co >= 16 | |
hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=NONE | ||
hi Question ctermfg=yellow ctermbg=NONE cterm=NONE | ||
hi WarningMsg ctermfg=red ctermbg=NONE cterm=NONE | ||
hi Todo ctermfg=magenta ctermbg=black cterm=reverse | ||
hi Todo ctermfg=white ctermbg=NONE cterm=bold | ||
hi MatchParen ctermfg=magenta ctermbg=NONE cterm=bold | ||
hi Search ctermfg=blue ctermbg=black cterm=reverse | ||
hi IncSearch ctermfg=red ctermbg=black cterm=reverse | ||
|
@@ -326,7 +324,7 @@ if s:t_Co >= 8 | |
hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=NONE | ||
hi Question ctermfg=darkyellow ctermbg=NONE cterm=NONE | ||
hi WarningMsg ctermfg=darkred ctermbg=NONE cterm=NONE | ||
hi Todo ctermfg=darkmagenta ctermbg=black cterm=reverse | ||
hi Todo ctermfg=gray ctermbg=NONE cterm=bold | ||
hi MatchParen ctermfg=magenta ctermbg=NONE cterm=bold | ||
hi Search ctermfg=black ctermbg=darkblue cterm=NONE | ||
hi IncSearch ctermfg=black ctermbg=darkyellow cterm=NONE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.