Back to molokai.
This commit is contained in:
parent
d448012f61
commit
c85628c5d7
4 changed files with 34 additions and 37 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue