1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

aggressive colors

This commit is contained in:
bbedward
2025-08-21 01:34:45 -04:00
parent be264df572
commit 32e9f481bc
3 changed files with 34 additions and 34 deletions

View File

@@ -201,7 +201,7 @@ elif [ "$MODE" = "generate-color" ]; then
echo "Generating system themes from color: $INPUT_SOURCE" echo "Generating system themes from color: $INPUT_SOURCE"
echo "Using config: $SHELL_DIR/matugen-config.toml" echo "Using config: $SHELL_DIR/matugen-config.toml"
if ! matugen -v -c matugen-config.toml color hex "$INPUT_SOURCE"; then if ! matugen -v -c matugen-config.toml color hex "$INPUT_SOURCE" --type scheme-fidelity; then
echo "Failed to generate system themes with matugen" >&2 echo "Failed to generate system themes with matugen" >&2
exit 1 exit 1
fi fi

View File

@@ -1,49 +1,49 @@
{ {
"ui": { "ui": {
"border_primary": "{{colors.primary.default.hex}}", "border_primary": "{{colors.primary_container.default.hex}}",
"border_secondary": "{{colors.secondary.default.hex}}", "border_secondary": "{{colors.secondary.default.hex}}",
"header_background": "{{colors.primary.default.hex}}", "header_background": "{{colors.primary_container.default.hex}}",
"header_text": "{{colors.on_primary.default.hex}}", "header_text": "{{colors.on_primary_container.default.hex}}",
"footer_background": "{{colors.surface_container.default.hex}}", "footer_background": "{{colors.surface_container.default.hex}}",
"footer_text": "{{colors.on_surface_variant.default.hex}}", "footer_text": "{{colors.on_surface_variant.default.hex}}",
"text_primary": "{{colors.on_surface.default.hex}}", "text_primary": "{{colors.on_surface.default.hex}}",
"text_secondary": "{{colors.on_surface_variant.default.hex}}", "text_secondary": "{{colors.on_surface_variant.default.hex}}",
"text_accent": "{{colors.primary.default.hex}}", "text_accent": "{{colors.primary_container.default.hex}}",
"selection_background": "{{colors.primary.default.hex}}", "selection_background": "{{colors.primary_container.default.hex}}",
"selection_text": "{{colors.on_primary.default.hex}}" "selection_text": "{{colors.on_primary_container.default.hex}}"
}, },
"charts": { "charts": {
"network_download": "{{colors.primary.default.hex}}", "network_download": "{{colors.primary_container.default.hex}}",
"network_upload": "{{colors.primary_container.default.hex}}", "network_upload": "{{colors.primary.default.hex}}",
"network_line": "{{colors.secondary.default.hex}}", "network_line": "{{colors.primary_container.default.hex}}",
"cpu_core_low": "{{colors.primary_container.default.hex}}", "cpu_core_low": "{{colors.primary.default.hex}}",
"cpu_core_medium": "{{colors.primary.default.hex}}", "cpu_core_medium": "{{colors.primary_container.default.hex}}",
"cpu_core_high": "{{colors.tertiary.default.hex}}", "cpu_core_high": "{{colors.primary_container.default.hex}}",
"disk_read": "{{colors.primary.default.hex}}", "disk_read": "{{colors.primary_container.default.hex}}",
"disk_write": "{{colors.primary_container.default.hex}}" "disk_write": "{{colors.primary.default.hex}}"
}, },
"progress_bars": { "progress_bars": {
"memory_low": "{{colors.primary_container.default.hex}}", "memory_low": "{{colors.primary.default.hex}}",
"memory_medium": "{{colors.primary.default.hex}}", "memory_medium": "{{colors.primary_container.default.hex}}",
"memory_high": "{{colors.tertiary.default.hex}}", "memory_high": "{{colors.primary_container.default.hex}}",
"disk_low": "{{colors.primary_container.default.hex}}", "disk_low": "{{colors.primary.default.hex}}",
"disk_medium": "{{colors.primary.default.hex}}", "disk_medium": "{{colors.primary_container.default.hex}}",
"disk_high": "{{colors.tertiary.default.hex}}", "disk_high": "{{colors.primary_container.default.hex}}",
"cpu_low": "{{colors.primary_container.default.hex}}", "cpu_low": "{{colors.primary.default.hex}}",
"cpu_medium": "{{colors.primary.default.hex}}", "cpu_medium": "{{colors.primary_container.default.hex}}",
"cpu_high": "{{colors.tertiary.default.hex}}", "cpu_high": "{{colors.primary_container.default.hex}}",
"progress_background": "{{colors.surface_container_high.default.hex}}" "progress_background": "{{colors.surface_container_high.default.hex}}"
}, },
"temperature": { "temperature": {
"cold": "{{colors.primary_container.default.hex}}", "cold": "{{colors.primary.default.hex}}",
"warm": "{{colors.primary.default.hex}}", "warm": "{{colors.primary_container.default.hex}}",
"hot": "{{colors.tertiary.default.hex}}", "hot": "{{colors.primary_container.default.hex}}",
"danger": "{{colors.error.default.hex}}" "danger": "{{colors.error.default.hex}}"
}, },
"status": { "status": {
"success": "#22C55E", "success": "#22C55E",
"warning": "#F59E0B", "warning": "#F59E0B",
"error": "{{colors.error.default.hex}}", "error": "{{colors.error.default.hex}}",
"info": "{{colors.primary.default.hex}}" "info": "{{colors.primary_container.default.hex}}"
} }
} }

View File

@@ -1,20 +1,20 @@
background = {{colors.background.default.hex}} background = {{colors.background.default.hex}}
foreground = {{colors.on_background.default.hex}} foreground = {{colors.on_background.default.hex}}
cursor-color = {{colors.inverse_primary.default.hex}} cursor-color = {{colors.inverse_primary.default.hex}}
selection-background = {{colors.secondary.default.hex}} selection-background = {{colors.primary.default.hex}}
selection-foreground = #ffffff selection-foreground = #ffffff
palette = 0={{colors.background.default.hex}} palette = 0={{colors.background.default.hex}}
palette = 1={{colors.error.default.hex}} palette = 1={{colors.error.default.hex}}
palette = 2={{colors.tertiary.default.hex}} palette = 2={{colors.primary.default.hex}}
palette = 3={{colors.secondary.default.hex}} palette = 3={{colors.primary.default.hex}}
palette = 4={{colors.primary.default.hex}} palette = 4={{colors.primary.default.hex}}
palette = 5={{colors.tertiary_container.default.hex}} palette = 5={{colors.primary_container.default.hex}}
palette = 6={{colors.inverse_primary.default.hex}} palette = 6={{colors.inverse_primary.default.hex}}
palette = 7={{colors.on_background.default.hex}} palette = 7={{colors.on_background.default.hex}}
palette = 8={{colors.on_surface_variant.default.hex}} palette = 8={{colors.on_surface_variant.default.hex}}
palette = 9={{colors.error.default.hex}} palette = 9={{colors.error.default.hex}}
palette = 10={{colors.tertiary.default.hex}} palette = 10={{colors.primary.default.hex}}
palette = 11={{colors.secondary.default.hex}} palette = 11={{colors.primary.default.hex}}
palette = 12={{colors.primary.default.hex}} palette = 12={{colors.primary.default.hex}}
palette = 13={{colors.outline.default.hex}} palette = 13={{colors.outline.default.hex}}
palette = 14={{colors.inverse_primary.default.hex}} palette = 14={{colors.inverse_primary.default.hex}}