mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
36 lines
880 B
KDL
36 lines
880 B
KDL
layout {
|
|
|
|
focus-ring {
|
|
active-color "{{colors.primary.default.hex}}"
|
|
inactive-color "{{colors.surface.default.hex}}"
|
|
urgent-color "{{colors.error.default.hex}}"
|
|
}
|
|
|
|
border {
|
|
active-color "{{colors.primary.default.hex}}"
|
|
inactive-color "{{colors.surface.default.hex}}"
|
|
urgent-color "{{colors.error.default.hex}}"
|
|
}
|
|
|
|
shadow {
|
|
color "{{colors.shadow.default.hex}}70"
|
|
}
|
|
|
|
tab-indicator {
|
|
active-color "{{colors.primary.default.hex}}"
|
|
inactive-color "{{colors.primary_container.default.hex}}"
|
|
urgent-color "{{colors.error.default.hex}}"
|
|
}
|
|
|
|
insert-hint {
|
|
color "{{colors.primary.default.hex}}80"
|
|
}
|
|
}
|
|
|
|
recent-windows {
|
|
highlight {
|
|
active-color "{{colors.primary.default.hex}}"
|
|
urgent-color "{{colors.error.default.hex}}"
|
|
}
|
|
}
|