Update colors.lua

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

View File

@@ -4,14 +4,14 @@ local solarized = {
gray = '#073642', gray = '#073642',
black = '#002b36', black = '#002b36',
red = '#dc322f', red = '#dc322f',
green = '#002b36', green = '#7d8d09',
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 = '#002b36', pink = '#073642',
bg = '#eee8d5', bg = '#eee8d5',
bg_alt = '#fdf6e3', bg_alt = '#fdf6e3',