commit aaa7e6dae06cefae12ef0b8d0aca9131879feac9
parent ca6e50bafab8ba08ce369562b59e632ba33576e6
Author: Alex Balgavy <alex@balgavy.eu>
Date: Tue, 7 Dec 2021 21:35:53 +0100
vim: junipero better cursor color
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vim/colors/junipero.schemer b/vim/colors/junipero.schemer
@@ -19,7 +19,7 @@ Boolean #fca8ad, NONE. NONE
Comment #349d58, bg. italic
Conditional #d0688d, bg. NONE
Constant #5c78f0, NONE. NONE
-Cursor #0000aa, #cad5c0. NONE
+Cursor #0000aa, #aab5a0. NONE
CursorLinenr #ffb500, darkblue. bold
Cursorline NONE, #222222. NONE
Delimiter #aaaaca, NONE. NONE
diff --git a/vim/colors/junipero.vim b/vim/colors/junipero.vim
@@ -13,7 +13,7 @@ hi Boolean guifg=#fca8ad guibg=NONE ctermfg=217 ctermbg=NONE cterm=NONE gui=NONE
hi Comment guifg=#349d58 guibg=#11121A ctermfg=71 ctermbg=0 cterm=italic gui=italic
hi Conditional guifg=#d0688d guibg=#11121A ctermfg=168 ctermbg=0 cterm=NONE gui=NONE
hi Constant guifg=#5c78f0 guibg=NONE ctermfg=69 ctermbg=NONE cterm=NONE gui=NONE
-hi Cursor guifg=#0000aa guibg=#cad5c0 ctermfg=19 ctermbg=187 cterm=NONE gui=NONE
+hi Cursor guifg=#0000aa guibg=#aab5a0 ctermfg=19 ctermbg=145 cterm=NONE gui=NONE
hi CursorLinenr guifg=#ffb500 guibg=#101124 ctermfg=214 ctermbg=0 cterm=bold gui=bold
hi Cursorline guifg=NONE guibg=#222222 ctermfg=NONE ctermbg=234 cterm=NONE gui=NONE
hi Delimiter guifg=#aaaaca guibg=NONE ctermfg=146 ctermbg=NONE cterm=NONE gui=NONE