ags: add config option for gtk anim duration

This commit is contained in:
end-4
2024-03-04 22:35:07 +07:00
parent 132bc97c83
commit f5885e444c
26 changed files with 60 additions and 87 deletions
+1 -29
View File
@@ -1,29 +1 @@
$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;