Back to old colors.

This commit is contained in:
Bartek Stalewski 2023-02-09 01:36:36 +01:00
parent 66656a3034
commit fa4c936612
8 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ static const char *fonts[] = {
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#e6e1cf", "#0f1419" },
[SchemeNorm] = { "#c7c7c7", "#272822" },
[SchemeSel] = { "#e6e1cf", "#005577" },
[SchemeOut] = { "#000000", "#005577" },
};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -123,7 +123,7 @@ screens = [
disable_drag=True,
highlight_method='block',
rounded=False,
this_current_screen_border='#0094d8',
this_current_screen_border='#005577',
urgent_alert_method='block',
urgent_border='#770000',
),
@ -143,7 +143,7 @@ screens = [
parse_text=yubikey_replace,
),
widget.GenPollCommand(
background='#0094d8',
background='#005577',
foreground='#ffffff',
update_interval=1,
cmd="sb-mail",