|
|
|
@ -28,8 +28,8 @@ static const char col_gray4[] = "#eeeeee"; |
|
|
|
|
static const char col_cyan[] = "#005577"; |
|
|
|
|
static const char *colors[][3] = { |
|
|
|
|
/* fg bg border */ |
|
|
|
|
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, |
|
|
|
|
[SchemeSel] = { col_gray4, col_cyan, col_cyan }, |
|
|
|
|
[SchemeNorm] = { col_gray3, col_gray1, col_gray1 }, |
|
|
|
|
[SchemeSel] = { col_gray4, col_cyan, col_gray3 }, |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
/* static const char *colors[][3] = { */ |
|
|
|
|