From 2ebcc12fcd5c74a4258dd0c517cf9182db6f7abc Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Sun, 21 Nov 2021 16:12:33 +0000 Subject: Add updated themes --- colors/base16-horizon-dark.vim | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) (limited to 'colors/base16-horizon-dark.vim') diff --git a/colors/base16-horizon-dark.vim b/colors/base16-horizon-dark.vim index 639e59e..0f1c527 100644 --- a/colors/base16-horizon-dark.vim +++ b/colors/base16-horizon-dark.vim @@ -21,10 +21,10 @@ let s:gui01 = "232530" let g:base16_gui01 = "232530" let s:gui02 = "2E303E" let g:base16_gui02 = "2E303E" -let s:gui03 = "676A8D" -let g:base16_gui03 = "676A8D" -let s:gui04 = "CED1D0" -let g:base16_gui04 = "CED1D0" +let s:gui03 = "6F6F70" +let g:base16_gui03 = "6F6F70" +let s:gui04 = "9DA0A2" +let g:base16_gui04 = "9DA0A2" let s:gui05 = "CBCED0" let g:base16_gui05 = "CBCED0" let s:gui06 = "DCDFE4" @@ -107,7 +107,7 @@ if has("nvim") let g:terminal_color_5 = "#B072D1" let g:terminal_color_6 = "#24A8B4" let g:terminal_color_7 = "#CBCED0" - let g:terminal_color_8 = "#676A8D" + let g:terminal_color_8 = "#6F6F70" let g:terminal_color_9 = "#E93C58" let g:terminal_color_10 = "#EFAF8E" let g:terminal_color_11 = "#EFB993" @@ -131,7 +131,7 @@ elseif has("terminal") \ "#B072D1", \ "#24A8B4", \ "#CBCED0", - \ "#676A8D", + \ "#6F6F70", \ "#E93C58", \ "#EFAF8E", \ "#EFB993", @@ -405,6 +405,27 @@ call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") " Java highlighting call hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") +" Treesitter +call hi("TSNote", s:gui00, s:gui0D, s:cterm00, s:cterm0D, "", "") +call hi("TSWarning", s:gui00, s:gui0A, s:cterm00, s:cterm0A, "", "") +call hi("TSWarning", s:gui00, s:gui08, s:cterm00, s:cterm08, "", "") +call hi("TSConstructor", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSField", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSKeyword", s:gui0E, "", s:cterm0E, "", "", "") +call hi("TSKeywordFunction", s:gui0E, "", s:cterm0E, "", "", "") +call hi("TSLabel", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSOperator", s:gui05, "", s:cterm05, "", "", "") +call hi("TSParameter", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSProperty", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSPunctDelimiter", s:gui05, "", s:cterm05, "", "", "") +call hi("TSPunctBracket", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSPunctSpecial", s:gui05, "", s:cterm05, "", "", "") +call hi("TSStringRegex", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSStringEscape", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSVariable", s:gui08, "", s:cterm08, "", "", "") +call hi("TSVariableBuiltin", s:gui08, "", s:cterm08, "", "", "") +call hi("TSTextReference", s:gui0C, "", s:cterm0C, "", "", "") + " Remove functions delf hi -- cgit v1.2.3