aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-sulphurpool-light.vim
diff options
context:
space:
mode:
authorDaniel Wennberg <daniel.wennberg@gmail.com>2018-09-05 05:58:36 -0700
committerDaniel Wennberg <daniel.wennberg@gmail.com>2018-10-25 18:49:46 -0700
commit83e8870e617b50c4e1284ccbbab82a517b6c97c1 (patch)
treef7b2c91ca0a7e28320ec2e93377cf2cec2c55b4c /colors/base16-atelier-sulphurpool-light.vim
parent7e9af12d680d81cc1277c07ef5acee8c83828f3f (diff)
Add ansi colors for vim terminal
Diffstat (limited to 'colors/base16-atelier-sulphurpool-light.vim')
-rw-r--r--colors/base16-atelier-sulphurpool-light.vim19
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-atelier-sulphurpool-light.vim b/colors/base16-atelier-sulphurpool-light.vim
index 60dee50..2f1366f 100644
--- a/colors/base16-atelier-sulphurpool-light.vim
+++ b/colors/base16-atelier-sulphurpool-light.vim
@@ -121,6 +121,25 @@ if has("nvim")
let g:terminal_color_background = g:terminal_color_7
let g:terminal_color_foreground = g:terminal_color_2
endif
+elseif has('terminal')
+ let g:terminal_ansi_colors = [
+ \ "#f5f7ff",
+ \ "#c94922",
+ \ "#ac9739",
+ \ "#c08b30",
+ \ "#3d8fd1",
+ \ "#6679cc",
+ \ "#22a2c9",
+ \ "#5e6687",
+ \ "#898ea4",
+ \ "#c94922",
+ \ "#ac9739",
+ \ "#c08b30",
+ \ "#3d8fd1",
+ \ "#6679cc",
+ \ "#22a2c9",
+ \ "#202746",
+ \ ]
endif
" Theme setup