1
0
Fork 0

solarized: Modify dark colors to Aaron's liking

This commit is contained in:
Aaron Lindsay 2016-12-21 15:46:11 -05:00 committed by Aaron Lindsay
parent e0a759f6be
commit 15fdf1f027
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* solarized dark */
"#073642", /* 0: black */
"#03171d", /* 0: black */
"#dc322f", /* 1: red */
"#859900", /* 2: green */
"#b58900", /* 3: yellow */
@ -93,7 +93,7 @@ static const char *colorname[] = {
"#d33682", /* 5: magenta */
"#2aa198", /* 6: cyan */
"#eee8d5", /* 7: white */
"#002b36", /* 8: brblack */
"#001014", /* 8: brblack */
"#cb4b16", /* 9: brred */
"#586e75", /* 10: brgreen */
"#657b83", /* 11: bryellow */