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.
This commit is contained in:
Iron-E 2020-12-11 16:30:20 -05:00
parent 6b0e85b874
commit 858adbb4f2
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 5 additions and 4 deletions

View File

@ -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',