Switch to Solarized Dark
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
local solarized = {
|
||||
|
||||
white = '#eee8d5',
|
||||
gray = '#073642',
|
||||
black = '#002b36',
|
||||
white = '#073642',
|
||||
gray = '#93a1a1',
|
||||
black = '#839496',
|
||||
red = '#dc322f',
|
||||
green = '#7d8d09',
|
||||
yellow = '#6c71c4',
|
||||
paleblue = '#586e75',
|
||||
cyan = '#7d8d09',
|
||||
blue = '#073642',
|
||||
purple = '#b58900',
|
||||
green = '#859900',
|
||||
yellow = '#b58900',
|
||||
paleblue = '#839496',
|
||||
cyan = '#2aa198',
|
||||
blue = '#268bd2',
|
||||
purple = '#6c71c4',
|
||||
orange = '#cb4b16',
|
||||
pink = '#073642',
|
||||
pink = '#d33682',
|
||||
|
||||
bg = '#fdf6e3',
|
||||
bg_alt = '#eee8d5',
|
||||
fg = '#657b83',
|
||||
text = '#586e75',
|
||||
comments = '#657b83',
|
||||
selection = '#d3cfc1',
|
||||
contrast = '#002b36',
|
||||
bg = '#002b36',
|
||||
bg_alt = '#073642',
|
||||
fg = '#839496',
|
||||
text = '#93a1a1',
|
||||
comments = '#839496',
|
||||
selection = '#073642',
|
||||
contrast = '#073642',
|
||||
active = '#d8ccc4',
|
||||
border = '#002b36',
|
||||
line_numbers = '#839496',
|
||||
border = '#073642',
|
||||
line_numbers = '#657b83',
|
||||
highlight = '#d8ccc4',
|
||||
disabled = '#073642',
|
||||
disabled = '#586e75',
|
||||
cursor = '#268bd2',
|
||||
accent = '#073642',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user