Switched to Material3 colors principle
- works with matugen only for now - need to restore rosepine
This commit is contained in:
parent
7fced5df95
commit
73c7ba8cdc
55 changed files with 519 additions and 583 deletions
|
|
@ -1,28 +1,7 @@
|
|||
# matugen configuration for Noctalia
|
||||
# This file configures how matugen generates colors from wallpapers
|
||||
|
||||
# This file configures how matugen generates colors from wallpapers for Noctalia
|
||||
[config]
|
||||
# Color scheme type for generation
|
||||
scheme = "dark"
|
||||
|
||||
# Color space for color extraction
|
||||
color_space = "oklch"
|
||||
|
||||
# Algorithm for color extraction
|
||||
algorithm = "kmeans"
|
||||
|
||||
# Number of colors to extract
|
||||
color_count = 16
|
||||
|
||||
# Use source image colors
|
||||
use_source_colors = true
|
||||
|
||||
# Generate dark theme variant
|
||||
generate_dark = true
|
||||
|
||||
# Generate light theme variant
|
||||
generate_light = false
|
||||
|
||||
[templates.noctalia]
|
||||
input_path = "templates/noctalia.json"
|
||||
output_path = "~/.config/noctalia/theme.json"
|
||||
output_path = "~/.config/noctalia/colors.json"
|
||||
|
|
@ -1,26 +1,31 @@
|
|||
{
|
||||
"backgroundPrimary": "{{colors.surface_dim.default.hex}}",
|
||||
"backgroundSecondary": "{{colors.surface.default.hex}}",
|
||||
"backgroundTertiary": "{{colors.surface_bright.default.hex}}",
|
||||
"colorPrimary": "{{colors.primary.default.hex}}",
|
||||
"colorOnPrimary": "{{colors.on_primary.default.hex}}",
|
||||
"colorPrimaryContainer": "{{colors.primary_container.default.hex}}",
|
||||
"colorOnPrimaryContainer": "{{colors.on_primary_container.default.hex}}",
|
||||
|
||||
"colorSecondary": "{{colors.secondary.default.hex}}",
|
||||
"colorOnSecondary": "{{colors.on_secondary.default.hex}}",
|
||||
"colorSecondaryContainer": "{{colors.secondary_container.default.hex}}",
|
||||
"colorOnSecondaryContainer": "{{colors.on_secondary_container.default.hex}}",
|
||||
|
||||
"colorTertiary": "{{colors.tertiary.default.hex}}",
|
||||
"colorOnTertiary": "{{colors.on_tertiary.default.hex}}",
|
||||
"colorTertiaryContainer": "{{colors.tertiary_container.default.hex}}",
|
||||
"colorOnTertiaryContainer": "{{colors.on_tertiary_container.default.hex}}",
|
||||
|
||||
"colorError": "{{colors.error.default.hex}}",
|
||||
"colorOnError": "{{colors.on_error.default.hex}}",
|
||||
"colorErrorContainer": "{{colors.error_container.default.hex}}",
|
||||
"colorOnErrorContainer": "{{colors.on_error_container.default.hex}}",
|
||||
|
||||
"colorSurface": "{{colors.surface.default.hex}}",
|
||||
"colorOnSurface": "{{colors.on_surface.default.hex}}",
|
||||
"colorSurfaceVariant": "{{colors.surface_variant.default.hex}}",
|
||||
"colorOnSurfaceVariant": "{{colors.on_surface_variant.default.hex}}",
|
||||
|
||||
"surface": "{{colors.surface.default.hex}}",
|
||||
"surfaceVariant": "{{colors.surface_variant.default.hex}}",
|
||||
|
||||
"textPrimary": "{{colors.on_surface.default.hex}}",
|
||||
"textSecondary": "{{colors.on_surface_variant.default.hex}}",
|
||||
"textDisabled": "{{colors.on_surface_variant.default.hex}}",
|
||||
|
||||
"accentPrimary": "{{colors.primary.default.hex}}",
|
||||
"accentSecondary": "{{colors.secondary.default.hex}}",
|
||||
"accentTertiary": "{{colors.tertiary.default.hex}}",
|
||||
|
||||
"error": "{{colors.error.default.hex}}",
|
||||
"warning": "{{colors.error_container.default.hex}}",
|
||||
|
||||
"hover": "{{colors.primary_container.default.hex}}",
|
||||
"onAccent": "{{colors.on_primary.default.hex}}",
|
||||
"outline": "{{colors.outline.default.hex}}",
|
||||
|
||||
"shadow": "{{colors.shadow.default.hex}}",
|
||||
"overlay": "{{colors.scrim.default.hex}}"
|
||||
"colorInversePrimary": "{{colors.inverse_primary.default.hex}}",
|
||||
"colorOutline": "{{colors.outline.default.hex}}",
|
||||
"colorOutlineVariant": "{{colors.outline_variant.default.hex}}",
|
||||
"colorShadow": "{{colors.shadow.default.hex}}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue