Update colors.lua
This commit is contained in:
@@ -4,14 +4,14 @@ local solarized = {
|
||||
gray = '#073642',
|
||||
black = '#002b36',
|
||||
red = '#dc322f',
|
||||
green = '#7d8d09',
|
||||
green = '#002b36',
|
||||
yellow = '#6c71c4',
|
||||
paleblue = '#586e75',
|
||||
cyan = '#7d8d09',
|
||||
blue = '#073642',
|
||||
purple = '#b58900',
|
||||
orange = '#cb4b16',
|
||||
pink = '#7d8d09',
|
||||
pink = '#002b36',
|
||||
|
||||
bg = '#eee8d5',
|
||||
bg_alt = '#fdf6e3',
|
||||
@@ -21,7 +21,7 @@ local solarized = {
|
||||
selection = '#d8ccc4',
|
||||
contrast = '#002b36',
|
||||
active = '#d8ccc4',
|
||||
border = '#839496',
|
||||
border = '#002b36',
|
||||
line_numbers = '#839496',
|
||||
highlight = '#d8ccc4',
|
||||
disabled = '#073642',
|
||||
|
||||
Reference in New Issue
Block a user