mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
* ci: change to prek for pre-commit * refactor: fix shellcheck warnings for the scripts * chore: unify whitespace formatting * nix: add prek to dev shell
37 lines
916 B
Plaintext
37 lines
916 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"
|
|
}
|
|
}
|
|
|
|
recent-windows {
|
|
highlight {
|
|
active-color "{{colors.primary_container.dark.hex}}"
|
|
urgent-color "{{colors.error.default.hex}}"
|
|
}
|
|
}
|