mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
13 lines
338 B
TOML
13 lines
338 B
TOML
[config]
|
|
|
|
[templates.gtk3]
|
|
input_path = './templates/gtk-colors.css'
|
|
output_path = '~/.config/gtk-3.0/colors.css'
|
|
|
|
[templates.gtk4]
|
|
input_path = './templates/gtk-colors.css'
|
|
output_path = '~/.config/gtk-4.0/colors.css'
|
|
|
|
[templates.qt]
|
|
input_path = './templates/qt-colors.colors'
|
|
output_path = '~/.local/share/color-schemes/Matugen.colors' |