Update colors.lua

This commit is contained in:
shaunsingh
2021-06-01 12:58:47 -04:00
committed by GitHub
parent b5e07e58f1
commit a10a383f06

View File

@@ -5,13 +5,13 @@ local solarized = {
black = '#002b36',
red = '#dc322f',
green = '#859900',
yellow = '#b58900',
paleblue = '#586e75',
yellow = '#6c71c4',
paleblue = '#859900',
cyan = '#2aa198',
blue = '#268bd2',
purple = '#6c71c4',
purple = '#b58900',
orange = '#cb4b16',
pink = '#d33682',
pink = '#6c71c4',
bg = '#eee8d5',
bg_alt = '#fdf6e3',