diff --git a/src/config.h b/src/config.h index ab0ef99..ffde7ba 100644 --- a/src/config.h +++ b/src/config.h @@ -33,13 +33,6 @@ static const char *colors[][3] = { [SchemeSel] = { col_gray4, col_cyan, selected_color }, }; -/* static const char *colors[][3] = { */ -/* /\* fg bg border *\/ */ -/* [SchemeNorm] = { text_color, bg_color_bar, bg_color }, */ -/* [SchemeSel] = { text_color, col_cyan, col_cyan }, */ -/* }; */ - - /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };