blob: 7b434b96fd16f01c9adad25aaec5d9b55f0c2d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
layout {
gaps 4
center-focused-column "never"
preset-column-widths {
proportion 0.33333
proportion 0.5
proportion 0.66667
}
default-column-width { proportion 0.5; }
focus-ring {
width 4
// active-color "#7fc8ff"
// inactive-color "#505050"
active-gradient from="#80c8ff" to="#c7ff7f" angle=45
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
}
border {
off
}
}
|