mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
First attempt at setting new theme
This commit is contained in:
parent
63e084daa0
commit
6ac280f0a2
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
|
||||
settings = {
|
||||
|
||||
"ui" = {
|
||||
DEFAULT_THEME = "palenight";
|
||||
THEMES = "auto,palenight,gitea,arc-green";
|
||||
};
|
||||
|
||||
#ui.DEFAULT_THEME = "arc-green";
|
||||
# Enable this after the first user has been created
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
|
|
Loading…
Reference in a new issue