More vivid blue.
This commit is contained in:
parent
db6fee8a36
commit
7901f23ccd
3 changed files with 6 additions and 6 deletions
|
@ -108,7 +108,7 @@ static const char *colorname[] = {
|
|||
"#fa7fac",
|
||||
"#bde271",
|
||||
"#fff27f",
|
||||
"#005577",
|
||||
"#00bdff",
|
||||
"#bd9eff",
|
||||
"#5ed6fe",
|
||||
"#feffff",
|
||||
|
|
|
@ -94,7 +94,7 @@ dgroups_app_rules = [] # type: list
|
|||
|
||||
layouts = [
|
||||
layout.Columns(
|
||||
border_focus='#005577',
|
||||
border_focus='#0094d8',
|
||||
border_normal="#272822",
|
||||
border_on_single = False,
|
||||
border_width=5,
|
||||
|
@ -123,7 +123,7 @@ screens = [
|
|||
disable_drag=True,
|
||||
highlight_method='block',
|
||||
rounded=False,
|
||||
this_current_screen_border='#005577',
|
||||
this_current_screen_border='#0094d8',
|
||||
urgent_alert_method='block',
|
||||
urgent_border='#770000',
|
||||
),
|
||||
|
@ -143,8 +143,8 @@ screens = [
|
|||
parse_text=yubikey_replace,
|
||||
),
|
||||
widget.GenPollCommand(
|
||||
background='#005577',
|
||||
foreground='#ffffff',
|
||||
background='#0094d8',
|
||||
foreground='#272822',
|
||||
update_interval=1,
|
||||
cmd="sb-mail",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue