From 9f52a37aed117c2fc16e8679f9e7cc4597bf7799 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Thu, 10 Dec 2020 23:53:24 -0500 Subject: [PATCH] ref(colors): various adjustments 1. Cyan and teal are now more distinguishable 2. Git messages are linked to 'Title' 3. Rust highlight groups use better defaults --- colors/highlite.vim | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index a8bfd6d..073a7d6 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -103,12 +103,12 @@ local yellow = {'#f0df33', 220, 'yellow'} local green_dark = {'#50de60', 83, 'darkgreen'} local green = {'#77ff00', 72, 'green'} local green_light = {'#a0ff70', 72, 'green'} +local turqoise = {'#2bff99', 33, 'green'} -local blue = {'#7090ff', 63, 'darkblue'} -local cyan = {'#33efff', 87, 'cyan'} -local ice = {'#49a0f0', 63, 'cyan'} -local teal = {'#00d0c0', 38, 'cyan'} -local turqoise = {'#2bff99', 33, 'blue'} +local blue = {'#7090ff', 63, 'blue'} +local cyan = {'#33f0ff', 87, 'darkblue'} +local ice = {'#49a0f0', 63, 'cyan'} +local teal = {'#00a5f0', 38, 'cyan'} local magenta = {'#d5508f', 126, 'magenta'} local magenta_dark = {'#bb0099', 126, 'darkmagenta'} @@ -588,7 +588,7 @@ local highlight_groups = { rustNoise = 'Delimiter', rustScopeDecl = 'Delimiter', rustStructure = 'Structure', - rustTrait = 'Typedef', + rustTrait = 'rustIdentifier', --[[ 4.3.23. Scala ]] scalaKeyword = 'Keyword', @@ -670,7 +670,8 @@ local highlight_groups = { gitrebaseReset = 'gitrebaseLabel', gitrebaseReword = 'gitrebasePick', gitrebaseSquash = 'Macro', - gitrebaseSummary = 'Normal', + gitrebaseSummary = 'Title', + gitcommitSummary = 'Title', --[[ 4.3.35. Vimtex ]] texMathRegion = 'Number',