39 lines
726 B
KDL
39 lines
726 B
KDL
layout {
|
|
gaps 2
|
|
// center-focused-column "always"
|
|
center-focused-column "on-overflow"
|
|
always-center-single-column
|
|
|
|
preset-column-widths {
|
|
proportion 0.5
|
|
proportion 0.66667
|
|
proportion 0.95
|
|
// fixed 2500
|
|
}
|
|
|
|
preset-window-heights {
|
|
proportion 0.33333
|
|
proportion 0.66667
|
|
proportion 1.0
|
|
}
|
|
|
|
default-column-width { proportion 1.0; }
|
|
|
|
focus-ring {
|
|
width 2
|
|
active-color "#4ABA4A" // 7fc8ff
|
|
inactive-color "#505050"
|
|
}
|
|
|
|
default-column-display "tabbed"
|
|
tab-indicator {
|
|
hide-when-single-tab
|
|
|
|
place-within-column
|
|
width 10
|
|
gaps-between-tabs 5
|
|
corner-radius 10
|
|
}
|
|
|
|
}
|