Change opacity

This commit is contained in:
Victor Timofei 2021-06-29 22:33:49 +03:00
parent 8ec54b397b
commit ff4c5e5b38
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
static const char col_pink_red[] = "#99000f";
static const unsigned int baralpha = 0xd0;
static const unsigned int baralpha = 0xb0;
static const unsigned int borderalpha = OPAQUE;
static const char *colors[][3] = {