aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atlas.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-atlas.vim')
-rw-r--r--colors/base16-atlas.vim12
1 files changed, 6 insertions, 6 deletions
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",