dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit a1a32aa2515d4fb765ee74af17015a5baf8dc015
parent 4f24969fa0eed90eca84b58c9b657daa296c52eb
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 22 Jul 2019 23:11:12 +0200

vim: I actually like the gray more

Former-commit-id: 0d03e617ee55926da5fefef3bc6c22244b95a130
Diffstat:
Mvim/colors/junipero.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/colors/junipero.vim b/vim/colors/junipero.vim @@ -22,7 +22,7 @@ endfunction let g:colors_name = "junipero" let s:text_color = {"gui": "#969696", "cterm": "246"} -" let s:bg_color = {"gui": "#060009", "cterm": "53"} +let s:bg_color = {"gui": "#11121A", "cterm": "0"} call s:h("Normal", {"fg": s:text_color, "bg": s:bg_color}) call s:h("CursorLine", {"bg": {"gui":"#222222", "cterm": "0"}})