feat: capytal as default theme
This commit is contained in:
@@ -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; {
|
||||
|
||||
@@ -62,7 +62,7 @@ in {
|
||||
DISABLE_REGISTRATION = true;
|
||||
};
|
||||
ui = {
|
||||
DEFAULT_THEME = "frappurccino";
|
||||
DEFAULT_THEME = "capytal-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* capytal dark theme */
|
||||
:root {
|
||||
:root * {
|
||||
--is-dark-theme: true;
|
||||
|
||||
/* Colors. */
|
||||
|
||||
Reference in New Issue
Block a user