Back to old colors.
This commit is contained in:
parent
66656a3034
commit
fa4c936612
@ -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 *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
/* fg bg */
|
/* fg bg */
|
||||||
[SchemeNorm] = { "#e6e1cf", "#0f1419" },
|
[SchemeNorm] = { "#c7c7c7", "#272822" },
|
||||||
[SchemeSel] = { "#e6e1cf", "#005577" },
|
[SchemeSel] = { "#e6e1cf", "#005577" },
|
||||||
[SchemeOut] = { "#000000", "#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.
@ -123,7 +123,7 @@ screens = [
|
|||||||
disable_drag=True,
|
disable_drag=True,
|
||||||
highlight_method='block',
|
highlight_method='block',
|
||||||
rounded=False,
|
rounded=False,
|
||||||
this_current_screen_border='#0094d8',
|
this_current_screen_border='#005577',
|
||||||
urgent_alert_method='block',
|
urgent_alert_method='block',
|
||||||
urgent_border='#770000',
|
urgent_border='#770000',
|
||||||
),
|
),
|
||||||
@ -143,7 +143,7 @@ screens = [
|
|||||||
parse_text=yubikey_replace,
|
parse_text=yubikey_replace,
|
||||||
),
|
),
|
||||||
widget.GenPollCommand(
|
widget.GenPollCommand(
|
||||||
background='#0094d8',
|
background='#005577',
|
||||||
foreground='#ffffff',
|
foreground='#ffffff',
|
||||||
update_interval=1,
|
update_interval=1,
|
||||||
cmd="sb-mail",
|
cmd="sb-mail",
|
||||||
|
Loading…
Reference in New Issue
Block a user