user config round 2 (#271)

This commit is contained in:
end-4
2024-03-01 23:49:18 +07:00
parent e1bb1c9790
commit b1b4fd4394
15 changed files with 71 additions and 56 deletions
+29 -1
View File
@@ -1 +1,29 @@
$darkmode: true;
$primary: #8ccdff;
$onPrimary: #003350;
$primaryContainer: #004b73;
$onPrimaryContainer: #cae6ff;
$secondary: #b7c8d9;
$onSecondary: #22323f;
$secondaryContainer: #394856;
$onSecondaryContainer: #d3e4f6;
$tertiary: #d0bfe8;
$onTertiary: #362b4a;
$tertiaryContainer: #4e4162;
$onTertiaryContainer: #eddcff;
$error: #ffb4a9;
$onError: #680003;
$errorContainer: #930006;
$onErrorContainer: #ffb4a9;
$colorbarbg: #0F1012;
$background: #0F1012;
$onBackground: #e2e2e5;
$surface: #1a1c1e;
$onSurface: #e2e2e5;
$surfaceVariant: #41474d;
$onSurfaceVariant: #c2c7ce;
$outline: #8b9198;
$shadow: #000000;
$inverseSurface: #e2e2e5;
$inverseOnSurface: #2f3032;
$inversePrimary: #006497;