Update colors.lua

This commit is contained in:
shaunsingh
2021-06-01 16:00:43 -04:00
committed by GitHub
parent a8f31ce3ab
commit 2723b4c5fd

View File

@@ -4,14 +4,14 @@ local solarized = {
gray = '#073642', gray = '#073642',
black = '#002b36', black = '#002b36',
red = '#dc322f', red = '#dc322f',
green = '#7d8d09', green = '#002b36',
yellow = '#6c71c4', yellow = '#6c71c4',
paleblue = '#586e75', paleblue = '#586e75',
cyan = '#7d8d09', cyan = '#7d8d09',
blue = '#073642', blue = '#073642',
purple = '#b58900', purple = '#b58900',
orange = '#cb4b16', orange = '#cb4b16',
pink = '#7d8d09', pink = '#002b36',
bg = '#eee8d5', bg = '#eee8d5',
bg_alt = '#fdf6e3', bg_alt = '#fdf6e3',
@@ -21,7 +21,7 @@ local solarized = {
selection = '#d8ccc4', selection = '#d8ccc4',
contrast = '#002b36', contrast = '#002b36',
active = '#d8ccc4', active = '#d8ccc4',
border = '#839496', border = '#002b36',
line_numbers = '#839496', line_numbers = '#839496',
highlight = '#d8ccc4', highlight = '#d8ccc4',
disabled = '#073642', disabled = '#073642',