forked from Shinonome/dots-hyprland
Added color Schemes support. Added settings GUI in colorscheme-osd
This commit is contained in:
@@ -1,30 +1,56 @@
|
||||
$darkmode: true;
|
||||
$primary: #e2e2e2;
|
||||
$onPrimary: #000000;
|
||||
$primaryContainer: #6b6b6b;
|
||||
$onPrimaryContainer: #e2e2e2;
|
||||
$secondary: #e2e2e2;
|
||||
$onSecondary: #000000;
|
||||
$secondaryContainer: #313131;
|
||||
$onSecondaryContainer: #e2e2e2;
|
||||
$tertiary: #e2e2e2;
|
||||
$onTertiary: #000000;
|
||||
$tertiaryContainer: #000000;
|
||||
$onTertiaryContainer: #e2e2e2;
|
||||
$error: #e2e2e2;
|
||||
$onError: #000000;
|
||||
$errorContainer: #000000;
|
||||
$onErrorContainer: #e2e2e2;
|
||||
$colorbarbg: #000000;
|
||||
$background: #000000;
|
||||
$onBackground: #e2e2e2;
|
||||
$surface: #161616;
|
||||
$onSurface: #e2e2e2;
|
||||
$surfaceVariant: #242424;
|
||||
$onSurfaceVariant: #e2e2e2;
|
||||
$outline: #a1a1a1;
|
||||
$darkmode: True;
|
||||
$transparent: False;
|
||||
$primary_paletteKeyColor: #977126;
|
||||
$secondary_paletteKeyColor: #877456;
|
||||
$tertiary_paletteKeyColor: #657E5B;
|
||||
$neutral_paletteKeyColor: #7E766B;
|
||||
$neutral_variant_paletteKeyColor: #807667;
|
||||
$background: #17130B;
|
||||
$onBackground: #ECE1D4;
|
||||
$surface: #17130B;
|
||||
$surfaceDim: #17130B;
|
||||
$surfaceBright: #3E382F;
|
||||
$surfaceContainerLowest: #FFFFFF;
|
||||
$surfaceContainerLow: #201B13;
|
||||
$surfaceContainer: #241F17;
|
||||
$surfaceContainerHigh: #2F2921;
|
||||
$surfaceContainerHighest: #3A342B;
|
||||
$onSurface: #ECE1D4;
|
||||
$surfaceVariant: #4E4639;
|
||||
$onSurfaceVariant: #D1C5B4;
|
||||
$inverseSurface: #ECE1D4;
|
||||
$inverseOnSurface: #353027;
|
||||
$outline: #9A8F80;
|
||||
$outlineVariant: #4E4639;
|
||||
$shadow: #000000;
|
||||
$inverseSurface: #e2e2e2;
|
||||
$inverseOnSurface: #000000;
|
||||
$inversePrimary: #e2e2e2;
|
||||
|
||||
$scrim: #000000;
|
||||
$surfaceTint: #EEBF6D;
|
||||
$primary: #EEBF6D;
|
||||
$onPrimary: #422C00;
|
||||
$primaryContainer: #5E4100;
|
||||
$onPrimaryContainer: #FFDEA9;
|
||||
$inversePrimary: #7B580D;
|
||||
$secondary: #DAC3A1;
|
||||
$onSecondary: #3C2E16;
|
||||
$secondaryContainer: #57472C;
|
||||
$onSecondaryContainer: #F9E1BC;
|
||||
$tertiary: #B4CEA6;
|
||||
$onTertiary: #203619;
|
||||
$tertiaryContainer: #7F9873;
|
||||
$onTertiaryContainer: #000000;
|
||||
$error: #FFB4AB;
|
||||
$onError: #690005;
|
||||
$errorContainer: #93000A;
|
||||
$onErrorContainer: #FFDAD6;
|
||||
$primaryFixed: #FFDEA9;
|
||||
$primaryFixedDim: #EEBF6D;
|
||||
$onPrimaryFixed: #271900;
|
||||
$onPrimaryFixedVariant: #5E4100;
|
||||
$secondaryFixed: #F7DFBB;
|
||||
$secondaryFixedDim: #DAC3A1;
|
||||
$onSecondaryFixed: #251A04;
|
||||
$onSecondaryFixedVariant: #54442A;
|
||||
$tertiaryFixed: #CFEBC0;
|
||||
$tertiaryFixedDim: #B4CEA6;
|
||||
$onTertiaryFixed: #0B2006;
|
||||
$onTertiaryFixedVariant: #364D2D;
|
||||
|
||||
Reference in New Issue
Block a user