dotfiles_LeftWM/themes/candy/theme.ron

15 lines
332 B
Plaintext
Raw Permalink Normal View History

2024-12-08 11:14:13 +00:00
#![enable(implicit_some)]
(
border_width: 1,
margin: 2,
2024-12-29 08:50:32 +00:00
workspace_margin: [1, 1, 1, 1],
2024-12-08 11:14:13 +00:00
default_width: None,
default_height: None,
always_float: None,
gutter: None,
default_border_color: "#232323",
floating_border_color: "#550000",
focused_border_color: "#356f7c",
on_new_window: None,
)