dotfiles/leftwm/themes/current/theme.ron

14 lines
331 B
Plaintext

#![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,
)