Adjust selection background color

This commit is contained in:
cybvik 2022-07-03 10:05:49 +02:00
parent ab96a63fea
commit 552fa03f32
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ static const char norm_fg[] = "#0abdc6";
static const char norm_bg[] = "#091833";
static const char norm_border[] = "#091833";
static const char sel_fg[] = "#ea00d9";
static const char sel_bg[] = "#091833";
static const char sel_bg[] = "#321959";
static const char sel_border[] = "#ea00d9";
static const char *colors[][3] = {
/* fg bg border */