Files
dotfiles/dot_config/matugen/config.toml
2026-03-11 13:27:54 -04:00

44 lines
1.6 KiB
TOML

[config]
# If set to enabled, it will check for updates when you run the matugen command, notifying you that an update is avaiable.
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
version_check = false
[config.custom_colors]
neutral = { color = "#787878", blend = true }
neutral_variant = { color = "#7D747D", blend = true }
success = { color = "#B5CCBA", blend = true }
success_container = { color = "#374B3E", blend = true }
on_success = { color = "#213528", blend = true }
on_success_container = { color = "#D1E9D6", blend = true }
surface_tint = { color = "#C4C4C4", blend = true }
[templates.hyprland]
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
post_hook = 'hyprctl reload'
[templates.hyprtoolkit]
input_path = '~/.config/matugen/templates/hyprtoolkit.conf'
output_path = '~/.config/hypr/hyprtoolkit.conf'
[templates.kcolorscheme]
input_path = '~/.config/matugen/templates/kcolorscheme.colors'
output_path = '~/.local/share/color-schemes/matugen.colors'
[templates.gtk3]
input_path = '~/.config/matugen/templates/gtk-colors.css'
output_path = '~/.config/gtk-3.0/colors.css'
[templates.gtk4]
input_path = '~/.config/matugen/templates/gtk-colors.css'
output_path = '~/.config/gtk-4.0/colors.css'
[templates.kitty]
input_path = '~/.config/matugen/templates/kitty-colors.conf'
output_path = '~/.config/kitty/themes/hydro-os.conf'
post_hook = 'kitten themes --reload-in=all hydro-os'
[templates.output]
input_path = '~/.config/matugen/templates/output.css'
output_path = '~/Documents/color-scheme/output.css'