mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
30 lines
757 B
Plaintext
30 lines
757 B
Plaintext
layout {
|
|
background-color "transparent"
|
|
|
|
focus-ring {
|
|
active-color "{{colors.primary.default.hex}}"
|
|
inactive-color "{{colors.outline.default.hex}}"
|
|
urgent-color "{{colors.error.default.hex}}"
|
|
}
|
|
|
|
border {
|
|
active-color "{{colors.primary.default.hex}}"
|
|
inactive-color "{{colors.outline.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.outline.default.hex}}"
|
|
urgent-color "{{colors.error.default.hex}}"
|
|
}
|
|
|
|
insert-hint {
|
|
color "{{colors.primary.default.hex}}80"
|
|
}
|
|
}
|