colorschem change

This commit is contained in:
Sakooooo 2023-09-11 11:44:46 +04:00
parent f6bbcf30ab
commit 7a0f8e6873
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 6 additions and 6 deletions

View file

@ -19,8 +19,8 @@ static const char col_red2[] = "#830202";
static const char col_red3[] = "#aa1212";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_white1, col_black1, col_red2},
[SchemeSel] = { col_white1, col_red, col_red3},
[SchemeNorm] = { col_white1, col_black1, col_red1},
[SchemeSel] = { col_white1, col_red2, col_red3},
};
static const char *const autostart[] = {

View file

@ -2,11 +2,11 @@
# colors
black=#060606
black=#000000
green=#7eca9c
white=#DBDBDB
white=#ffffff
grey=#9C8B8C
blue=#7aa2f7
red=#4D1111
lightred=#BD2D2D
red=#830202
lightred=#ff0000
darkblue=#668ee3