mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 22:15:38 -05:00
12 lines
336 B
TOML
12 lines
336 B
TOML
[colors.primary]
|
|
background = '{{colors.background.default.hex}}'
|
|
foreground = '{{colors.on_surface.default.hex}}'
|
|
|
|
[colors.selection]
|
|
text = '{{colors.on_surface.default.hex}}'
|
|
background = '{{colors.primary_container.default.hex}}'
|
|
|
|
[colors.cursor]
|
|
text = '{{colors.background.default.hex}}'
|
|
cursor = '{{colors.primary.default.hex}}'
|