Add leftwm/themes/current/theme.ron
This commit is contained in:
parent
a0436db7ae
commit
5bff48cfd8
14
leftwm/themes/current/theme.ron
Normal file
14
leftwm/themes/current/theme.ron
Normal file
@ -0,0 +1,14 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
border_width: 1,
|
||||
margin: 2,
|
||||
workspace_margin: [3, 3, 3, 3],
|
||||
default_width: None,
|
||||
default_height: None,
|
||||
always_float: None,
|
||||
gutter: None,
|
||||
default_border_color: "#9E9E9E",
|
||||
floating_border_color: "#550000",
|
||||
focused_border_color: "#007575",
|
||||
on_new_window: None,
|
||||
)
|
Loading…
Reference in New Issue
Block a user