mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
12 lines
330 B
TOML
12 lines
330 B
TOML
[colors.primary]
|
|
background = '{{colors.surface.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.surface.default.hex}}'
|
|
cursor = '{{colors.primary.default.hex}}'
|