More vivid blue.

This commit is contained in:
Bartek Stalewski 2023-01-27 17:21:48 +01:00
parent db6fee8a36
commit 7901f23ccd
3 changed files with 6 additions and 6 deletions

View File

@ -108,7 +108,7 @@ static const char *colorname[] = {
"#fa7fac",
"#bde271",
"#fff27f",
"#005577",
"#00bdff",
"#bd9eff",
"#5ed6fe",
"#feffff",

View File

@ -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",
),

View File

@ -29,4 +29,4 @@ set -g status-left ""
set -g status-right "#[fg=brightblue] #h "
setw -g window-status-separator ""
setw -g window-status-format "#[fg=default,bg=default] #W "
setw -g window-status-current-format "#[fg=brightwhite,bg=brightblue] #W "
setw -g window-status-current-format "#[fg=black,bg=blue] #W "