aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2017-11-04 11:45:20 +0100
committerJosé Luis Lafuente <jl@lafuente.me>2017-11-04 11:45:20 +0100
commit133beab3f3a4ed2aa034f5e0c7bfd4ad8d3738fc (patch)
tree64735625b9eae85d82d0e6082acdde268c5168f0 /templates/default.mustache
parent59b2e235e694b4ff750eef177a8be04612d758b2 (diff)
Fixes nvim terminal colors
Some colors were not correct. Colors updated based on base16-shell: https://github.com/chriskempson/base16-shell/blob/d2ca2dc81c427a9e03ec0ade8254af9743611972/templates/default.mustache#L6-L29
Diffstat (limited to 'templates/default.mustache')
-rw-r--r--templates/default.mustache14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/default.mustache b/templates/default.mustache
index 71b9f93..73c144d 100644
--- a/templates/default.mustache
+++ b/templates/default.mustache
@@ -70,15 +70,15 @@ if has("nvim")
let g:terminal_color_6 = "#{{base0C-hex}}"
let g:terminal_color_7 = "#{{base05-hex}}"
let g:terminal_color_8 = "#{{base03-hex}}"
- let g:terminal_color_9 = "#{{base09-hex}}"
- let g:terminal_color_10 = "#{{base01-hex}}"
- let g:terminal_color_11 = "#{{base02-hex}}"
- let g:terminal_color_12 = "#{{base04-hex}}"
- let g:terminal_color_13 = "#{{base06-hex}}"
- let g:terminal_color_14 = "#{{base0F-hex}}"
+ let g:terminal_color_9 = "#{{base08-hex}}"
+ let g:terminal_color_10 = "#{{base0B-hex}}"
+ let g:terminal_color_11 = "#{{base0A-hex}}"
+ let g:terminal_color_12 = "#{{base0D-hex}}"
+ let g:terminal_color_13 = "#{{base0E-hex}}"
+ let g:terminal_color_14 = "#{{base0C-hex}}"
let g:terminal_color_15 = "#{{base07-hex}}"
let g:terminal_color_background = g:terminal_color_0
- let g:terminal_color_foreground = g:terminal_color_7
+ let g:terminal_color_foreground = g:terminal_color_5
if &background == "light"
let g:terminal_color_background = g:terminal_color_7
let g:terminal_color_foreground = g:terminal_color_2