From b649716aff746bb1e790e784f11ab78310fc3744 Mon Sep 17 00:00:00 2001 From: swy7ch Date: Tue, 12 May 2020 17:47:43 +0200 Subject: [PATCH] feat: tweak nvim colorscheme SpeciaKey is now green (was cyan) --- .config/nvim/colors/polyjuice.vim | 8 ++++---- .config/nvim/polyjuice.colortemplate | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/nvim/colors/polyjuice.vim b/.config/nvim/colors/polyjuice.vim index efe36f1..39252f6 100644 --- a/.config/nvim/colors/polyjuice.vim +++ b/.config/nvim/colors/polyjuice.vim @@ -4,7 +4,7 @@ " Maintainer: David JULIEN " Website: https://github.com/vim/vim/blob/master/src/syntax.c " License: Vim License (see `:help license`) -" Last Updated: Fri 08 May 2020 06:50:58 PM CEST +" Last Updated: Sun 10 May 2020 12:25:20 PM CEST " Generated by Colortemplate v2.0.0 @@ -86,7 +86,7 @@ if (has('termguicolors') && &termguicolors) || has('gui_running') hi Question guifg=#89b594 guibg=NONE guisp=NONE gui=bold cterm=bold hi Search guifg=#1d2021 guibg=#f7a583 guisp=NONE gui=NONE cterm=NONE hi SignColumn guifg=NONE guibg=NONE guisp=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE - hi SpecialKey guifg=#ace5d7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + hi SpecialKey guifg=#89b594 guibg=NONE guisp=NONE gui=NONE cterm=NONE hi TabLineFill guifg=NONE guibg=NONE guisp=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE hi TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold ctermfg=NONE ctermbg=NONE cterm=bold hi Title guifg=#f7a583 guibg=NONE guisp=NONE gui=bold cterm=bold @@ -161,7 +161,7 @@ if s:t_Co >= 256 hi Question ctermfg=71 ctermbg=NONE cterm=NONE hi Search ctermbg=216 cterm=NONE hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE - hi SpecialKey ctermfg=81 ctermbg=NONE cterm=NONE + hi SpecialKey ctermfg=71 ctermbg=NONE cterm=NONE hi TabLineFill ctermfg=NONE ctermbg=NONE cterm=NONE hi TabLineSel ctermfg=NONE ctermbg=NONE cterm=bold hi Title ctermfg=216 ctermbg=NONE cterm=NONE @@ -236,7 +236,7 @@ if s:t_Co >= 8 hi Question ctermfg=Green ctermbg=NONE cterm=NONE hi Search ctermfg=Black ctermbg=LightRed cterm=NONE hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE - hi SpecialKey ctermfg=LightBlue ctermbg=NONE cterm=NONE + hi SpecialKey ctermfg=Green ctermbg=NONE cterm=NONE hi TabLineFill ctermfg=NONE ctermbg=NONE cterm=NONE hi TabLineSel ctermfg=NONE ctermbg=NONE cterm=bold hi Title ctermfg=LightRed ctermbg=NONE cterm=NONE diff --git a/.config/nvim/polyjuice.colortemplate b/.config/nvim/polyjuice.colortemplate index 932ad1a..5d34f3c 100644 --- a/.config/nvim/polyjuice.colortemplate +++ b/.config/nvim/polyjuice.colortemplate @@ -110,7 +110,7 @@ PmenuThumb white black Question green none g=bold Search black orange SignColumn none none -SpecialKey cyan none +SpecialKey green none TabLineFill none none TabLineSel none none bold Title orange none g=bold