feat: capytal as default theme

This commit is contained in:
Guz
2024-11-08 10:18:58 -03:00
parent f3d0cd9e12
commit f48490fe52
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ in {
templates = ./templates;
theme = {
"frappurccino" = frappurccino-theme;
"capytal-dark-b" = ./themes/theme-capytal-dark.css;
"capytal-dark" = ./themes/theme-capytal-dark.css;
"bthree-dark" = ./themes/theme-bthree-dark.css;
};
options.label."Default" = with config.scheme.withHashtag; {

View File

@@ -62,7 +62,7 @@ in {
DISABLE_REGISTRATION = true;
};
ui = {
DEFAULT_THEME = "frappurccino";
DEFAULT_THEME = "capytal-dark";
};
};
};

View File

@@ -1,5 +1,5 @@
/* capytal dark theme */
:root {
:root * {
--is-dark-theme: true;
/* Colors. */