fix: added missing dotfiles and removed unnecessary files/packages
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user