This commit is contained in:
2026-02-19 20:37:39 +00:00
parent d418f4eb67
commit 841d257757
16 changed files with 765 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
layout {
focus-ring {
// Color of the ring on the active monitor.
active-color "{{ colors.primary.default.hex }}"
// Color of the ring on inactive monitors.
inactive-color "{{ colors.outline.default.hex }}"
}
border {
active-color "{{ colors.secondary.default.hex }}"
inactive-color "{{ colors.outline.default.hex }}"
// Color of the border around windows that request your attention.
urgent-color "{{ colors.error.default.hex }}"
// active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
}
shadow {
// You can also change the shadow color and opacity.
color "{{ colors.shadow.default.hex }}"
}
}