Added configurable scaling priorities in options. (#277)

This commit is contained in:
Jas Singh
2024-09-21 00:43:53 -07:00
committed by GitHub
parent afb245f8d6
commit 6be9030ac5
4 changed files with 21 additions and 1 deletions

View File

@@ -213,3 +213,5 @@ type MatugenTheme = 'light' | 'dark';
export type ColorMapKey = keyof typeof defaultColorMap;
export type ColorMapValue = (typeof defaultColorMap)[ColorMapKey];
export type ScalingPriority = 'gdk' | 'hyprland' | 'both';