From 858adbb4f2336dda28ab0b42a6a87877b35042d8 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Fri, 11 Dec 2020 16:30:20 -0500 Subject: [PATCH] ref(colors): readability improvements One of this template's goals is to be visible in any range of blue light. The other goal of the template is to be distinguishable semantically. This commit brings us closer to that goal. --- colors/highlite.vim | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index 25607fa..ac48742 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -105,10 +105,10 @@ local green = {'#77ff00', 72, 'green'} local green_light = {'#a0ff70', 72, 'green'} local turqoise = {'#2bff99', 33, 'green'} -local blue = {'#7090ff', 63, 'blue'} -local cyan = {'#33f0ff', 87, 'darkblue'} -local ice = {'#49a0f0', 63, 'cyan'} -local teal = {'#00a5f0', 38, 'cyan'} +local blue = {'#7799dd', 63, 'blue'} +local cyan = {'#33f0c0', 87, 'cyan'} +local ice = {'#95c5ff', 63, 'cyan'} +local teal = {'#60afff', 38, 'darkblue'} local magenta = {'#d5508f', 126, 'magenta'} local magenta_dark = {'#bb0099', 126, 'darkmagenta'} @@ -586,6 +586,7 @@ local highlight_groups = { rustKeyword = 'Keyword', rustModPath = 'Include', rustNoise = 'Delimiter', + rustRepeat = 'Repeat', rustScopeDecl = 'Delimiter', rustStructure = 'Structure', rustTrait = 'rustIdentifier',