mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 22:15:38 -05:00
Custom py ghostty generator
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"display": {
|
||||
"color": {
|
||||
"keys": "{{colors.primary.default.hex}}",
|
||||
"title": "{{colors.on_surface.default.hex}}",
|
||||
"separator": "{{colors.outline.default.hex}}",
|
||||
"output": "{{colors.secondary.default.hex}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
background = {{colors.surface.default.hex}}
|
||||
foreground = {{colors.on_surface.default.hex}}
|
||||
cursor-color = {{colors.primary.default.hex}}
|
||||
selection-background = {{colors.surface_container.default.hex}}
|
||||
selection-foreground = {{colors.on_surface.default.hex}}
|
||||
palette = 0={{colors.surface.default.hex}}
|
||||
palette = 1={{colors.inverse_primary.default.hex}}
|
||||
palette = 2={{colors.primary_container.default.hex}}
|
||||
palette = 3={{colors.secondary_container.default.hex}}
|
||||
palette = 4={{colors.primary.default.hex}}
|
||||
palette = 5={{colors.secondary.default.hex}}
|
||||
palette = 6={{colors.secondary_container.default.hex}}
|
||||
palette = 7={{colors.on_surface.default.hex}}
|
||||
palette = 8={{colors.outline.default.hex}}
|
||||
palette = 9={{colors.error_container.default.hex}}
|
||||
palette = 10={{colors.primary_fixed.default.hex}}
|
||||
palette = 11={{colors.secondary_fixed.default.hex}}
|
||||
palette = 12={{colors.surface_variant.default.hex}}
|
||||
palette = 13={{colors.primary_fixed_dim.default.hex}}
|
||||
palette = 14={{colors.inverse_surface.default.hex}}
|
||||
palette = 15={{colors.on_background.default.hex}}
|
||||
@@ -1,21 +0,0 @@
|
||||
background = {{colors.surface.default.hex}}
|
||||
foreground = {{colors.on_surface.default.hex}}
|
||||
cursor-color = {{colors.primary.default.hex}}
|
||||
selection-background = {{colors.surface_container.default.hex}}
|
||||
selection-foreground = {{colors.on_surface.default.hex}}
|
||||
palette = 0={{colors.surface.default.hex}}
|
||||
palette = 1={{colors.error.default.hex}}
|
||||
palette = 2={{colors.primary.default.hex}}
|
||||
palette = 3={{colors.secondary.default.hex}}
|
||||
palette = 4={{colors.tertiary.default.hex}}
|
||||
palette = 5={{colors.primary_container.default.hex}}
|
||||
palette = 6={{colors.secondary_container.default.hex}}
|
||||
palette = 7={{colors.on_surface.default.hex}}
|
||||
palette = 8={{colors.outline.default.hex}}
|
||||
palette = 9={{colors.error_container.default.hex}}
|
||||
palette = 10={{colors.tertiary_container.default.hex}}
|
||||
palette = 11={{colors.outline_variant.default.hex}}
|
||||
palette = 12={{colors.on_surface_variant.default.hex}}
|
||||
palette = 13={{colors.shadow.default.hex}}
|
||||
palette = 14={{colors.inverse_surface.default.hex}}
|
||||
palette = 15={{colors.on_background.default.hex}}
|
||||
@@ -1,21 +0,0 @@
|
||||
background = {{colors.surface.default.hex}}
|
||||
foreground = {{colors.on_surface.default.hex}}
|
||||
cursor-color = {{colors.primary.default.hex}}
|
||||
selection-background = {{colors.surface_container.default.hex}}
|
||||
selection-foreground = {{colors.on_surface.default.hex}}
|
||||
palette = 0={{colors.surface.default.hex}}
|
||||
palette = 1={{colors.error.default.hex}}
|
||||
palette = 2={{colors.primary.default.hex}}
|
||||
palette = 3={{colors.secondary.default.hex}}
|
||||
palette = 4={{colors.tertiary.default.hex}}
|
||||
palette = 5={{colors.on_primary_fixed.default.hex}}
|
||||
palette = 6={{colors.secondary_container.default.hex}}
|
||||
palette = 7={{colors.on_surface.default.hex}}
|
||||
palette = 8={{colors.outline.default.hex}}
|
||||
palette = 9={{colors.error_container.default.hex}}
|
||||
palette = 10={{colors.tertiary_fixed.default.hex}}
|
||||
palette = 11={{colors.secondary_fixed.default.hex}}
|
||||
palette = 12={{colors.tertiary_fixed.default.hex}}
|
||||
palette = 13={{colors.primary_fixed_dim.default.hex}}
|
||||
palette = 14={{colors.inverse_surface.default.hex}}
|
||||
palette = 15={{colors.on_background.default.hex}}
|
||||
5
matugen/templates/ghostty.conf
Normal file
5
matugen/templates/ghostty.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
background = {{colors.surface.default.hex}}
|
||||
foreground = {{colors.on_surface.default.hex}}
|
||||
cursor-color = {{colors.primary.default.hex}}
|
||||
selection-background = {{colors.surface_container.default.hex}}
|
||||
selection-foreground = {{colors.on_surface.default.hex}}
|
||||
Reference in New Issue
Block a user