Back to molokai.

This commit is contained in:
Bartek Stalewski 2023-01-27 17:04:59 +01:00
parent d448012f61
commit c85628c5d7
4 changed files with 34 additions and 37 deletions

View file

@ -94,18 +94,18 @@ dgroups_app_rules = [] # type: list
layouts = [
layout.Columns(
border_focus='#ffffff',
border_normal='#0f1419',
border_focus='#005577',
border_normal="#272822",
border_on_single = False,
border_width=2,
border_width=5,
insert_position=1,
margin=[5, 5, 5, 5]
),
]
widget_defaults = dict(
background='#0f1419',
foreground='#e6e1cf',
foreground="#f8f8f2",
background="#272822",
font="RobotoMono Nerd Font Medium",
fontsize=14,
)
@ -119,7 +119,7 @@ screens = [
top=bar.Bar(
[
widget.GroupBox(
active='#e6e1cf',
active='#f8f8f2',
disable_drag=True,
highlight_method='block',
rounded=False,