more accurate colors as per reddit request

This commit is contained in:
shaunsingh
2021-06-02 08:44:08 -04:00
committed by GitHub
parent e954befc30
commit e31393faf9

View File

@@ -13,9 +13,9 @@ local solarized = {
orange = '#cb4b16',
pink = '#073642',
bg = '#eee8d5',
bg_alt = '#fdf6e3',
fg = '#002b36',
bg = '#fdf6e3',
bg_alt = '#eee8d5',
fg = '#657b83',
text = '#586e75',
comments = '#657b83',
selection = '#d8ccc4',