-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only for gui/256
- Loading branch information
Showing
8 changed files
with
41 additions
and
13 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/habamax/vim-nod | ||
" License: Same as Vim | ||
" Last Updated: Sat 01 Jun 2024 10:12:35 | ||
" Last Updated: Sat 15 Jun 2024 19:38:35 | ||
|
||
" Generated by Colortemplate v2.2.3 | ||
|
||
|
@@ -88,9 +88,11 @@ hi PmenuSel guifg=#1c1c26 guibg=#ffaf5f gui=NONE cterm=NONE | |
hi PmenuThumb guifg=NONE guibg=#d0d0d0 gui=NONE cterm=NONE | ||
hi PmenuSbar guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi PmenuKind guifg=#ff5f87 guibg=#3a3a44 gui=NONE cterm=NONE | ||
hi PmenuKindSel guifg=#d75f87 guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuKindSel guifg=#ff5f87 guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuExtra guifg=#767676 guibg=#3a3a44 gui=NONE cterm=NONE | ||
hi PmenuExtraSel guifg=#1c1c26 guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuMatch guifg=#d75fd7 guibg=#3a3a44 gui=NONE cterm=NONE | ||
hi PmenuMatchSel guifg=#ff00af guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi SignColumn guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error guifg=#d75f87 guibg=#1c1c26 gui=reverse cterm=reverse | ||
hi ErrorMsg guifg=#d75f87 guibg=#1c1c26 gui=reverse cterm=reverse | ||
|
@@ -161,9 +163,11 @@ if s:t_Co >= 256 | |
hi PmenuThumb ctermfg=NONE ctermbg=252 cterm=NONE | ||
hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi PmenuKind ctermfg=204 ctermbg=237 cterm=NONE | ||
hi PmenuKindSel ctermfg=168 ctermbg=215 cterm=NONE | ||
hi PmenuKindSel ctermfg=204 ctermbg=215 cterm=NONE | ||
hi PmenuExtra ctermfg=243 ctermbg=237 cterm=NONE | ||
hi PmenuExtraSel ctermfg=234 ctermbg=215 cterm=NONE | ||
hi PmenuMatch ctermfg=170 ctermbg=237 cterm=NONE | ||
hi PmenuMatchSel ctermfg=199 ctermbg=215 cterm=NONE | ||
hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error ctermfg=168 ctermbg=234 cterm=reverse | ||
hi ErrorMsg ctermfg=168 ctermbg=234 cterm=reverse | ||
|
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/habamax/vim-nod | ||
" License: Same as Vim | ||
" Last Updated: Sat 01 Jun 2024 10:12:35 | ||
" Last Updated: Sat 15 Jun 2024 19:38:35 | ||
|
||
" Generated by Colortemplate v2.2.3 | ||
|
||
|
@@ -88,9 +88,11 @@ hi PmenuSel guifg=#1c1c1c guibg=#ffaf5f gui=NONE cterm=NONE | |
hi PmenuThumb guifg=NONE guibg=#d0d0d0 gui=NONE cterm=NONE | ||
hi PmenuSbar guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi PmenuKind guifg=#ff5f87 guibg=#3a3a3a gui=NONE cterm=NONE | ||
hi PmenuKindSel guifg=#d75f87 guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuKindSel guifg=#ff5f87 guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuExtra guifg=#767676 guibg=#3a3a3a gui=NONE cterm=NONE | ||
hi PmenuExtraSel guifg=#1c1c1c guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuMatch guifg=#d75fd7 guibg=#3a3a3a gui=NONE cterm=NONE | ||
hi PmenuMatchSel guifg=#ff00af guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi SignColumn guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error guifg=#d75f87 guibg=#1c1c1c gui=reverse cterm=reverse | ||
hi ErrorMsg guifg=#d75f87 guibg=#1c1c1c gui=reverse cterm=reverse | ||
|
@@ -161,9 +163,11 @@ if s:t_Co >= 256 | |
hi PmenuThumb ctermfg=NONE ctermbg=252 cterm=NONE | ||
hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi PmenuKind ctermfg=204 ctermbg=237 cterm=NONE | ||
hi PmenuKindSel ctermfg=168 ctermbg=215 cterm=NONE | ||
hi PmenuKindSel ctermfg=204 ctermbg=215 cterm=NONE | ||
hi PmenuExtra ctermfg=243 ctermbg=237 cterm=NONE | ||
hi PmenuExtraSel ctermfg=234 ctermbg=215 cterm=NONE | ||
hi PmenuMatch ctermfg=170 ctermbg=237 cterm=NONE | ||
hi PmenuMatchSel ctermfg=199 ctermbg=215 cterm=NONE | ||
hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error ctermfg=168 ctermbg=234 cterm=reverse | ||
hi ErrorMsg ctermfg=168 ctermbg=234 cterm=reverse | ||
|
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/habamax/vim-nod | ||
" License: Same as Vim | ||
" Last Updated: Sat 01 Jun 2024 10:12:35 | ||
" Last Updated: Sat 15 Jun 2024 19:38:36 | ||
|
||
" Generated by Colortemplate v2.2.3 | ||
|
||
|
@@ -88,9 +88,11 @@ hi PmenuSel guifg=#000000 guibg=#ffaf5f gui=NONE cterm=NONE | |
hi PmenuThumb guifg=NONE guibg=#d0d0d0 gui=NONE cterm=NONE | ||
hi PmenuSbar guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi PmenuKind guifg=#ff5f87 guibg=#3a3a3a gui=NONE cterm=NONE | ||
hi PmenuKindSel guifg=#d75f87 guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuKindSel guifg=#ff5f87 guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuExtra guifg=#767676 guibg=#3a3a3a gui=NONE cterm=NONE | ||
hi PmenuExtraSel guifg=#000000 guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi PmenuMatch guifg=#d75fd7 guibg=#3a3a3a gui=NONE cterm=NONE | ||
hi PmenuMatchSel guifg=#ff00af guibg=#ffaf5f gui=NONE cterm=NONE | ||
hi SignColumn guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error guifg=#d75f87 guibg=#000000 gui=reverse cterm=reverse | ||
hi ErrorMsg guifg=#d75f87 guibg=#000000 gui=reverse cterm=reverse | ||
|
@@ -161,9 +163,11 @@ if s:t_Co >= 256 | |
hi PmenuThumb ctermfg=NONE ctermbg=252 cterm=NONE | ||
hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi PmenuKind ctermfg=204 ctermbg=237 cterm=NONE | ||
hi PmenuKindSel ctermfg=168 ctermbg=215 cterm=NONE | ||
hi PmenuKindSel ctermfg=204 ctermbg=215 cterm=NONE | ||
hi PmenuExtra ctermfg=243 ctermbg=237 cterm=NONE | ||
hi PmenuExtraSel ctermfg=16 ctermbg=215 cterm=NONE | ||
hi PmenuMatch ctermfg=170 ctermbg=237 cterm=NONE | ||
hi PmenuMatchSel ctermfg=199 ctermbg=215 cterm=NONE | ||
hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error ctermfg=168 ctermbg=16 cterm=reverse | ||
hi ErrorMsg ctermfg=168 ctermbg=16 cterm=reverse | ||
|
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/habamax/vim-nod | ||
" License: Same as Vim | ||
" Last Updated: Sat 01 Jun 2024 10:12:36 | ||
" Last Updated: Sat 15 Jun 2024 19:38:36 | ||
|
||
" Generated by Colortemplate v2.2.3 | ||
|
||
|
@@ -91,6 +91,8 @@ hi PmenuKind guifg=#ff0087 guibg=#cdd0c9 gui=NONE cterm=NONE | |
hi PmenuKindSel guifg=#d7005f guibg=#c56a4a gui=NONE cterm=NONE | ||
hi PmenuExtra guifg=#8a8a8a guibg=#cdd0c9 gui=NONE cterm=NONE | ||
hi PmenuExtraSel guifg=#ffffff guibg=#c56a4a gui=NONE cterm=NONE | ||
hi PmenuMatch guifg=#af00af guibg=#cdd0c9 gui=NONE cterm=NONE | ||
hi PmenuMatchSel guifg=#000000 guibg=#c56a4a gui=NONE cterm=NONE | ||
hi SignColumn guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error guifg=#d7005f guibg=#e0e7e0 gui=reverse cterm=reverse | ||
hi ErrorMsg guifg=#d7005f guibg=#e0e7e0 gui=reverse cterm=reverse | ||
|
@@ -164,6 +166,8 @@ if s:t_Co >= 256 | |
hi PmenuKindSel ctermfg=161 ctermbg=173 cterm=NONE | ||
hi PmenuExtra ctermfg=245 ctermbg=254 cterm=NONE | ||
hi PmenuExtraSel ctermfg=231 ctermbg=173 cterm=NONE | ||
hi PmenuMatch ctermfg=127 ctermbg=254 cterm=NONE | ||
hi PmenuMatchSel ctermfg=16 ctermbg=173 cterm=NONE | ||
hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error ctermfg=161 ctermbg=254 cterm=reverse | ||
hi ErrorMsg ctermfg=161 ctermbg=254 cterm=reverse | ||
|
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/habamax/vim-nod | ||
" License: Same as Vim | ||
" Last Updated: Sat 01 Jun 2024 10:12:36 | ||
" Last Updated: Sat 15 Jun 2024 19:38:36 | ||
|
||
" Generated by Colortemplate v2.2.3 | ||
|
||
|
@@ -91,6 +91,8 @@ hi PmenuKind guifg=#ff0087 guibg=#d0d0c9 gui=NONE cterm=NONE | |
hi PmenuKindSel guifg=#d7005f guibg=#c56a4a gui=NONE cterm=NONE | ||
hi PmenuExtra guifg=#8a8a8a guibg=#d0d0c9 gui=NONE cterm=NONE | ||
hi PmenuExtraSel guifg=#ffffff guibg=#c56a4a gui=NONE cterm=NONE | ||
hi PmenuMatch guifg=#af00af guibg=#d0d0c9 gui=NONE cterm=NONE | ||
hi PmenuMatchSel guifg=#000000 guibg=#c56a4a gui=NONE cterm=NONE | ||
hi SignColumn guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error guifg=#d7005f guibg=#e4e4e0 gui=reverse cterm=reverse | ||
hi ErrorMsg guifg=#d7005f guibg=#e4e4e0 gui=reverse cterm=reverse | ||
|
@@ -164,6 +166,8 @@ if s:t_Co >= 256 | |
hi PmenuKindSel ctermfg=161 ctermbg=173 cterm=NONE | ||
hi PmenuExtra ctermfg=245 ctermbg=254 cterm=NONE | ||
hi PmenuExtraSel ctermfg=231 ctermbg=173 cterm=NONE | ||
hi PmenuMatch ctermfg=127 ctermbg=254 cterm=NONE | ||
hi PmenuMatchSel ctermfg=16 ctermbg=173 cterm=NONE | ||
hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error ctermfg=161 ctermbg=254 cterm=reverse | ||
hi ErrorMsg ctermfg=161 ctermbg=254 cterm=reverse | ||
|
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/habamax/vim-nod | ||
" License: Same as Vim | ||
" Last Updated: Sat 01 Jun 2024 10:12:37 | ||
" Last Updated: Sat 15 Jun 2024 19:38:37 | ||
|
||
" Generated by Colortemplate v2.2.3 | ||
|
||
|
@@ -91,6 +91,8 @@ hi PmenuKind guifg=#ff0087 guibg=#dfdfdf gui=NONE cterm=NONE | |
hi PmenuKindSel guifg=#d7005f guibg=#d7875f gui=NONE cterm=NONE | ||
hi PmenuExtra guifg=#8a8a8a guibg=#dfdfdf gui=NONE cterm=NONE | ||
hi PmenuExtraSel guifg=#ffffff guibg=#d7875f gui=NONE cterm=NONE | ||
hi PmenuMatch guifg=#af00af guibg=#dfdfdf gui=NONE cterm=NONE | ||
hi PmenuMatchSel guifg=#000000 guibg=#d7875f gui=NONE cterm=NONE | ||
hi SignColumn guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error guifg=#d7005f guibg=#ffffff gui=reverse cterm=reverse | ||
hi ErrorMsg guifg=#d7005f guibg=#ffffff gui=reverse cterm=reverse | ||
|
@@ -164,6 +166,8 @@ if s:t_Co >= 256 | |
hi PmenuKindSel ctermfg=161 ctermbg=173 cterm=NONE | ||
hi PmenuExtra ctermfg=245 ctermbg=253 cterm=NONE | ||
hi PmenuExtraSel ctermfg=231 ctermbg=173 cterm=NONE | ||
hi PmenuMatch ctermfg=127 ctermbg=253 cterm=NONE | ||
hi PmenuMatchSel ctermfg=16 ctermbg=173 cterm=NONE | ||
hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE | ||
hi Error ctermfg=161 ctermbg=231 cterm=reverse | ||
hi ErrorMsg ctermfg=161 ctermbg=231 cterm=reverse | ||
|
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