fix: added missing dotfiles and removed unnecessary files/packages

This commit is contained in:
2026-07-30 22:53:44 +02:00
parent 73fe6b87a9
commit 9d260af0c6
59 changed files with 3565 additions and 185 deletions
+6
View File
@@ -0,0 +1,6 @@
[config]
version_check = false
[templates.feishin_dms]
input_path = '~/.config/matugen/templates/feishin/dms-theme.json'
output_path = '~/.config/feishin/Themes/dms-theme.json'
@@ -0,0 +1,19 @@
{
"mode": "dark",
"extends": "defaultDark",
"colors": {
"background": "{{colors.background.default.hex}}",
"background-alternate": "{{colors.surface_container_low.default.hex}}",
"surface": "{{colors.surface_container.default.hex}}",
"surface-foreground": "{{colors.on_surface.default.hex}}",
"foreground": "{{colors.on_background.default.hex}}",
"foreground-muted": "{{colors.on_surface_variant.default.hex}}",
"primary": "{{colors.primary.default.hex}}",
"black": "{{colors.background.default.hex}}",
"white": "{{colors.surface.default.hex}}",
"state-error": "{{colors.error.default.hex}}",
"state-info": "{{colors.tertiary.default.hex}}",
"state-warning": "{{colors.secondary.default.hex}}",
"state-success": "#4caf50"
}
}