[bim] Use darker gray for comments in ansi theme

This commit is contained in:
K. Lange 2018-08-20 21:48:00 +09:00
parent 4be0d6cafb
commit 1b06c0f8bc
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ void load_colorscheme_ansi(void) {
COLOR_TAB_BG = "@0";
COLOR_KEYWORD = "@12";
COLOR_STRING = "@2";
COLOR_COMMENT = "@7";
COLOR_COMMENT = "@8";
COLOR_TYPE = "@6";
COLOR_PRAGMA = "@1";
COLOR_NUMERAL = "@5";