15 lines
332 B
Plaintext
15 lines
332 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
border_width: 1,
|
||
|
margin: 2,
|
||
|
workspace_margin: [3, 2, 3, 2],
|
||
|
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,
|
||
|
)
|