aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-tokyo-night-terminal-light.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-tokyo-night-terminal-light.vim')
-rw-r--r--colors/base16-tokyo-night-terminal-light.vim120
1 files changed, 60 insertions, 60 deletions
diff --git a/colors/base16-tokyo-night-terminal-light.vim b/colors/base16-tokyo-night-terminal-light.vim
index 5bc9e56..29c5d62 100644
--- a/colors/base16-tokyo-night-terminal-light.vim
+++ b/colors/base16-tokyo-night-terminal-light.vim
@@ -15,36 +15,36 @@ if !has("gui_running")
endif
" GUI color definitions
-let s:gui00 = "D5D6DB"
-let g:base16_gui00 = "D5D6DB"
-let s:gui01 = "CBCCD1"
-let g:base16_gui01 = "CBCCD1"
-let s:gui02 = "DFE0E5"
-let g:base16_gui02 = "DFE0E5"
-let s:gui03 = "9699A3"
-let g:base16_gui03 = "9699A3"
-let s:gui04 = "4C505E"
-let g:base16_gui04 = "4C505E"
-let s:gui05 = "4C505E"
-let g:base16_gui05 = "4C505E"
-let s:gui06 = "1A1B26"
-let g:base16_gui06 = "1A1B26"
-let s:gui07 = "1A1B26"
-let g:base16_gui07 = "1A1B26"
-let s:gui08 = "8C4351"
-let g:base16_gui08 = "8C4351"
+let s:gui00 = "d5d6db"
+let g:base16_gui00 = "d5d6db"
+let s:gui01 = "cbccd1"
+let g:base16_gui01 = "cbccd1"
+let s:gui02 = "dfe0e5"
+let g:base16_gui02 = "dfe0e5"
+let s:gui03 = "9699a3"
+let g:base16_gui03 = "9699a3"
+let s:gui04 = "4c505e"
+let g:base16_gui04 = "4c505e"
+let s:gui05 = "4c505e"
+let g:base16_gui05 = "4c505e"
+let s:gui06 = "1a1b26"
+let g:base16_gui06 = "1a1b26"
+let s:gui07 = "1a1b26"
+let g:base16_gui07 = "1a1b26"
+let s:gui08 = "8c4351"
+let g:base16_gui08 = "8c4351"
let s:gui09 = "965027"
let g:base16_gui09 = "965027"
-let s:gui0A = "8F5E15"
-let g:base16_gui0A = "8F5E15"
-let s:gui0B = "33635C"
-let g:base16_gui0B = "33635C"
-let s:gui0C = "0F4B6E"
-let g:base16_gui0C = "0F4B6E"
-let s:gui0D = "34548A"
-let g:base16_gui0D = "34548A"
-let s:gui0E = "5A4A78"
-let g:base16_gui0E = "5A4A78"
+let s:gui0A = "8f5e15"
+let g:base16_gui0A = "8f5e15"
+let s:gui0B = "33635c"
+let g:base16_gui0B = "33635c"
+let s:gui0C = "0f4b6e"
+let g:base16_gui0C = "0f4b6e"
+let s:gui0D = "34548a"
+let g:base16_gui0D = "34548a"
+let s:gui0E = "5a4a78"
+let g:base16_gui0E = "5a4a78"
let s:gui0F = "655259"
let g:base16_gui0F = "655259"
@@ -99,22 +99,22 @@ endif
" Neovim terminal colours
if has("nvim")
- let g:terminal_color_0 = "#D5D6DB"
- let g:terminal_color_1 = "#8C4351"
- let g:terminal_color_2 = "#33635C"
- let g:terminal_color_3 = "#8F5E15"
- let g:terminal_color_4 = "#34548A"
- let g:terminal_color_5 = "#5A4A78"
- let g:terminal_color_6 = "#0F4B6E"
- let g:terminal_color_7 = "#4C505E"
- let g:terminal_color_8 = "#9699A3"
- let g:terminal_color_9 = "#8C4351"
- let g:terminal_color_10 = "#33635C"
- let g:terminal_color_11 = "#8F5E15"
- let g:terminal_color_12 = "#34548A"
- let g:terminal_color_13 = "#5A4A78"
- let g:terminal_color_14 = "#0F4B6E"
- let g:terminal_color_15 = "#1A1B26"
+ let g:terminal_color_0 = "#d5d6db"
+ let g:terminal_color_1 = "#8c4351"
+ let g:terminal_color_2 = "#33635c"
+ let g:terminal_color_3 = "#8f5e15"
+ let g:terminal_color_4 = "#34548a"
+ let g:terminal_color_5 = "#5a4a78"
+ let g:terminal_color_6 = "#0f4b6e"
+ let g:terminal_color_7 = "#4c505e"
+ let g:terminal_color_8 = "#9699a3"
+ let g:terminal_color_9 = "#8c4351"
+ let g:terminal_color_10 = "#33635c"
+ let g:terminal_color_11 = "#8f5e15"
+ let g:terminal_color_12 = "#34548a"
+ let g:terminal_color_13 = "#5a4a78"
+ let g:terminal_color_14 = "#0f4b6e"
+ let g:terminal_color_15 = "#1a1b26"
let g:terminal_color_background = g:terminal_color_0
let g:terminal_color_foreground = g:terminal_color_5
if &background == "light"
@@ -123,22 +123,22 @@ if has("nvim")
endif
elseif has("terminal")
let g:terminal_ansi_colors = [
- \ "#D5D6DB",
- \ "#8C4351",
- \ "#33635C",
- \ "#8F5E15",
- \ "#34548A",
- \ "#5A4A78",
- \ "#0F4B6E",
- \ "#4C505E",
- \ "#9699A3",
- \ "#8C4351",
- \ "#33635C",
- \ "#8F5E15",
- \ "#34548A",
- \ "#5A4A78",
- \ "#0F4B6E",
- \ "#1A1B26",
+ \ "#d5d6db",
+ \ "#8c4351",
+ \ "#33635c",
+ \ "#8f5e15",
+ \ "#34548a",
+ \ "#5a4a78",
+ \ "#0f4b6e",
+ \ "#4c505e",
+ \ "#9699a3",
+ \ "#8c4351",
+ \ "#33635c",
+ \ "#8f5e15",
+ \ "#34548a",
+ \ "#5a4a78",
+ \ "#0f4b6e",
+ \ "#1a1b26",
\ ]
endif