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",
|
"#fa7fac",
|
||||||
"#bde271",
|
"#bde271",
|
||||||
"#fff27f",
|
"#fff27f",
|
||||||
"#005577",
|
"#00bdff",
|
||||||
"#bd9eff",
|
"#bd9eff",
|
||||||
"#5ed6fe",
|
"#5ed6fe",
|
||||||
"#feffff",
|
"#feffff",
|
||||||
|
|
|
@ -94,7 +94,7 @@ dgroups_app_rules = [] # type: list
|
||||||
|
|
||||||
layouts = [
|
layouts = [
|
||||||
layout.Columns(
|
layout.Columns(
|
||||||
border_focus='#005577',
|
border_focus='#0094d8',
|
||||||
border_normal="#272822",
|
border_normal="#272822",
|
||||||
border_on_single = False,
|
border_on_single = False,
|
||||||
border_width=5,
|
border_width=5,
|
||||||
|
@ -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='#005577',
|
this_current_screen_border='#0094d8',
|
||||||
urgent_alert_method='block',
|
urgent_alert_method='block',
|
||||||
urgent_border='#770000',
|
urgent_border='#770000',
|
||||||
),
|
),
|
||||||
|
@ -143,8 +143,8 @@ screens = [
|
||||||
parse_text=yubikey_replace,
|
parse_text=yubikey_replace,
|
||||||
),
|
),
|
||||||
widget.GenPollCommand(
|
widget.GenPollCommand(
|
||||||
background='#005577',
|
background='#0094d8',
|
||||||
foreground='#ffffff',
|
foreground='#272822',
|
||||||
update_interval=1,
|
update_interval=1,
|
||||||
cmd="sb-mail",
|
cmd="sb-mail",
|
||||||
),
|
),
|
||||||
|
|
|
@ -29,4 +29,4 @@ set -g status-left ""
|
||||||
set -g status-right "#[fg=brightblue] #h "
|
set -g status-right "#[fg=brightblue] #h "
|
||||||
setw -g window-status-separator ""
|
setw -g window-status-separator ""
|
||||||
setw -g window-status-format "#[fg=default,bg=default] #W "
|
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 "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue