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:
parent
6b0e85b874
commit
858adbb4f2
|
@ -105,10 +105,10 @@ local green = {'#77ff00', 72, 'green'}
|
||||||
local green_light = {'#a0ff70', 72, 'green'}
|
local green_light = {'#a0ff70', 72, 'green'}
|
||||||
local turqoise = {'#2bff99', 33, 'green'}
|
local turqoise = {'#2bff99', 33, 'green'}
|
||||||
|
|
||||||
local blue = {'#7090ff', 63, 'blue'}
|
local blue = {'#7799dd', 63, 'blue'}
|
||||||
local cyan = {'#33f0ff', 87, 'darkblue'}
|
local cyan = {'#33f0c0', 87, 'cyan'}
|
||||||
local ice = {'#49a0f0', 63, 'cyan'}
|
local ice = {'#95c5ff', 63, 'cyan'}
|
||||||
local teal = {'#00a5f0', 38, 'cyan'}
|
local teal = {'#60afff', 38, 'darkblue'}
|
||||||
|
|
||||||
local magenta = {'#d5508f', 126, 'magenta'}
|
local magenta = {'#d5508f', 126, 'magenta'}
|
||||||
local magenta_dark = {'#bb0099', 126, 'darkmagenta'}
|
local magenta_dark = {'#bb0099', 126, 'darkmagenta'}
|
||||||
|
@ -586,6 +586,7 @@ local highlight_groups = {
|
||||||
rustKeyword = 'Keyword',
|
rustKeyword = 'Keyword',
|
||||||
rustModPath = 'Include',
|
rustModPath = 'Include',
|
||||||
rustNoise = 'Delimiter',
|
rustNoise = 'Delimiter',
|
||||||
|
rustRepeat = 'Repeat',
|
||||||
rustScopeDecl = 'Delimiter',
|
rustScopeDecl = 'Delimiter',
|
||||||
rustStructure = 'Structure',
|
rustStructure = 'Structure',
|
||||||
rustTrait = 'rustIdentifier',
|
rustTrait = 'rustIdentifier',
|
||||||
|
|
Loading…
Reference in New Issue