Compare commits

...

2 Commits

Author SHA1 Message Date
Kiko
eb54d8531d
Update wiki/Configuration:-Layout.md
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-07-12 11:25:13 +00:00
Kiko
02d95f0373
Update wiki/Configuration:-Layout.md
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-07-12 11:24:59 +00:00

View File

@ -32,7 +32,7 @@ layout {
active-color "#ffc87f" active-color "#ffc87f"
inactive-color "#505050" inactive-color "#505050"
// active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view" // active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" gradient-type="linear" // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" in="srgb-linear"
} }
struts { struts {
@ -169,7 +169,7 @@ layout {
inactive-color "#505050" inactive-color "#505050"
// active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view" // active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" gradient-type="linear" // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" in="srgb-linear"
} }
} }
``` ```