mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
21 lines
603 B
TOML
21 lines
603 B
TOML
[config]
|
|
|
|
[templates.gtk3]
|
|
input_path = './templates/gtk-colors.css'
|
|
output_path = '~/.config/gtk-3.0/dank-colors.css'
|
|
|
|
[templates.gtk4]
|
|
input_path = './templates/gtk-colors.css'
|
|
output_path = '~/.config/gtk-4.0/dank-colors.css'
|
|
|
|
[templates.qt5ct]
|
|
input_path = './templates/qtct-colors.conf'
|
|
output_path = '~/.config/qt5ct/colors/matugen.conf'
|
|
|
|
[templates.qt6ct]
|
|
input_path = './templates/qtct-colors.conf'
|
|
output_path = '~/.config/qt6ct/colors/matugen.conf'
|
|
|
|
[templates.kcolorscheme]
|
|
input_path = './templates/matugen-kcolorscheme.colors'
|
|
output_path = '~/.local/share/color-schemes/DankMatugen.colors' |