forked from Shinonome/caelestia-cli
bca7b12072
* feat: GTK app theming system
- Implemented custom.css import for user-managed app themes
- process_app_themes() to dynamically update colors in imported CSS files
- Inline comment markers for color replacement (e.g, /* accent-color */)
- Papirus icon color syncing with weighted hue/saturation algorithm
This allows users to create modular app themes that automatically update when the scheme/wallpaper changes
Example usage:
.app .element { color: #24BD5C; /* accent-color */ }
.app .element:hover { background: rgba(36, 189, 92, 0.15); /* accent-color with 15% opacity */ }
* feat: atomic theme changes with locking and mode-specific CSS
- Implemented locking to prevent concurrent theme changes
- Added mode-light/mode-dark CSS markers for dynamic property reordering
- Made terminal writes and Papirus sync non-blocking to prevent hangs
- Only save scheme.json after successful theme application
Fixes race conditions during rapid theme switching and ensures Shell and GTK apps scheme stay in sync.
* theme: added to color mapping for custom theming, new schemes
* theme: quick fixes, cleanup
* theme: include thunar.css as template, with new theming system
* theme: modified GTK theming approach
- Dropped comment targeted theming in favor for existing {{ }} replacement
- [app].css.template file created for customization, bypassing built in default if present
- Handling *.template for added templates to be parsed and added to import
* theme: fixes for thunar.css
* theme: remove .template file use
* theme: path button color adjustment, non-active hover
* fixes & cleanup
* thunar css fixes
* more css fixes
* format
* fix tab vert spacing
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
111 lines
2.1 KiB
Plaintext
111 lines
2.1 KiB
Plaintext
primary_paletteKeyColor 88C0D0
|
|
secondary_paletteKeyColor 81A1C1
|
|
tertiary_paletteKeyColor 5E81AC
|
|
neutral_paletteKeyColor 3B4252
|
|
neutral_variant_paletteKeyColor 434C5E
|
|
background 2E3440
|
|
onBackground ECEFF4
|
|
surface 3B4252
|
|
surfaceDim 242933
|
|
surfaceBright 4C566A
|
|
surfaceContainerLowest 1F232C
|
|
surfaceContainerLow 424A5E
|
|
surfaceContainer 434C5E
|
|
surfaceContainerHigh 4C566A
|
|
surfaceContainerHighest 55606E
|
|
onSurface ECEFF4
|
|
surfaceVariant 434C5E
|
|
onSurfaceVariant D8DEE9
|
|
inverseSurface ECEFF4
|
|
inverseOnSurface 2E3440
|
|
outline 616E88
|
|
outlineVariant 4C566A
|
|
shadow 000000
|
|
scrim 000000
|
|
surfaceTint 88C0D0
|
|
primary 88C0D0
|
|
onPrimary 2E3440
|
|
primaryContainer 4C566A
|
|
onPrimaryContainer 88C0D0
|
|
inversePrimary 6FA3B3
|
|
secondary 81A1C1
|
|
onSecondary 2E3440
|
|
secondaryContainer 4C566A
|
|
onSecondaryContainer 81A1C1
|
|
tertiary 5E81AC
|
|
onTertiary 2E3440
|
|
tertiaryContainer 4C566A
|
|
onTertiaryContainer 5E81AC
|
|
error BF616A
|
|
onError 2E3440
|
|
errorContainer 4C3743
|
|
onErrorContainer BF616A
|
|
primaryFixed 88C0D0
|
|
primaryFixedDim 6FA3B3
|
|
onPrimaryFixed 2E3440
|
|
onPrimaryFixedVariant 434C5E
|
|
secondaryFixed 81A1C1
|
|
secondaryFixedDim 6A84A4
|
|
onSecondaryFixed 2E3440
|
|
onSecondaryFixedVariant 434C5E
|
|
tertiaryFixed 5E81AC
|
|
tertiaryFixedDim 4A6A8F
|
|
onTertiaryFixed 2E3440
|
|
onTertiaryFixedVariant 434C5E
|
|
term0 3B4252
|
|
term1 BF616A
|
|
term2 A3BE8C
|
|
term3 EBCB8B
|
|
term4 81A1C1
|
|
term5 B48EAD
|
|
term6 88C0D0
|
|
term7 E5E9F0
|
|
term8 4C566A
|
|
term9 BF616A
|
|
term10 A3BE8C
|
|
term11 EBCB8B
|
|
term12 81A1C1
|
|
term13 B48EAD
|
|
term14 8FBCBB
|
|
term15 ECEFF4
|
|
rosewater ECEFF4
|
|
flamingo B48EAD
|
|
pink B48EAD
|
|
mauve B48EAD
|
|
red BF616A
|
|
maroon BF616A
|
|
peach D08770
|
|
yellow EBCB8B
|
|
green A3BE8C
|
|
teal 8FBCBB
|
|
sky 88C0D0
|
|
sapphire 81A1C1
|
|
blue 5E81AC
|
|
lavender 5E81AC
|
|
klink 88C0D0
|
|
klinkSelection 88C0D0
|
|
kvisited 81A1C1
|
|
kvisitedSelection 81A1C1
|
|
knegative BF616A
|
|
knegativeSelection BF616A
|
|
kneutral EBCB8B
|
|
kneutralSelection EBCB8B
|
|
kpositive A3BE8C
|
|
kpositiveSelection A3BE8C
|
|
text ECEFF4
|
|
subtext1 D8DEE9
|
|
subtext0 616E88
|
|
overlay2 5A677E
|
|
overlay1 4F5B73
|
|
overlay0 434C5E
|
|
surface2 434C5E
|
|
surface1 3B4252
|
|
surface0 2E3440
|
|
base 2E3440
|
|
mantle 242933
|
|
crust 1F232C
|
|
success A3BE8C
|
|
onSuccess 2E3440
|
|
successContainer 4C566A
|
|
onSuccessContainer ECEFF4
|