an experiment: have solarized colors set from within a terminal

This commit is contained in:
Von Random 2017-05-26 20:10:30 +03:00
parent b54fcdd646
commit c768eeb5a8

View file

@ -112,6 +112,14 @@ COLOURS = {
('78', '#2aa889'), ('81', '#599cab'), ('122', '#99d1ce'),
('124', '#c23127'), ('194', '#d3ebe9'), ('214', '#edb443'),
('232', '#0c1014'), ('233', '#11151c')
),
'solarized': (
('00', '#073642'), ('01', '#dc322f'), ('02', '#859900'),
('03', '#b58900'), ('04', '#268bd2'), ('05', '#d33682'),
('06', '#2aa198'), ('07', '#eee8d5'), ('08', '#002b36'),
('09', '#cb4b16'), ('10', '#586e75'), ('11', '#657b83'),
('12', '#839496'), ('13', '#6c71c4'), ('14', '#93a1a1'),
('15', '#fdf6e3')
)
}