From 3890dd461c5e9cdeb1818ff3697578f18d55b6d0 Mon Sep 17 00:00:00 2001 From: base16-project-bot Date: Sat, 25 Jun 2022 00:15:21 +0000 Subject: Update with the latest base16-project colorschemes --- colors/base16-atlas.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'colors/base16-atlas.vim') diff --git a/colors/base16-atlas.vim b/colors/base16-atlas.vim index 2048c0f..148f851 100644 --- a/colors/base16-atlas.vim +++ b/colors/base16-atlas.vim @@ -19,10 +19,10 @@ let s:gui00 = "002635" let g:base16_gui00 = "002635" let s:gui01 = "00384d" let g:base16_gui01 = "00384d" -let s:gui02 = "517F8D" -let g:base16_gui02 = "517F8D" -let s:gui03 = "6C8B91" -let g:base16_gui03 = "6C8B91" +let s:gui02 = "517f8d" +let g:base16_gui02 = "517f8d" +let s:gui03 = "6c8b91" +let g:base16_gui03 = "6c8b91" let s:gui04 = "869696" let g:base16_gui04 = "869696" let s:gui05 = "a1a19a" @@ -107,7 +107,7 @@ if has("nvim") let g:terminal_color_5 = "#9a70a4" let g:terminal_color_6 = "#14747e" let g:terminal_color_7 = "#a1a19a" - let g:terminal_color_8 = "#6C8B91" + let g:terminal_color_8 = "#6c8b91" let g:terminal_color_9 = "#ff5a67" let g:terminal_color_10 = "#7fc06e" let g:terminal_color_11 = "#ffcc1b" @@ -131,7 +131,7 @@ elseif has("terminal") \ "#9a70a4", \ "#14747e", \ "#a1a19a", - \ "#6C8B91", + \ "#6c8b91", \ "#ff5a67", \ "#7fc06e", \ "#ffcc1b", -- cgit v1.2.3