sable default settings
This commit is contained in:
parent
1d87dce992
commit
d173975d25
1 changed files with 15 additions and 0 deletions
|
|
@ -13,6 +13,21 @@
|
|||
spaces = { };
|
||||
rooms = { };
|
||||
};
|
||||
|
||||
settingsDefaults = {
|
||||
themeId = "cinny-dark";
|
||||
darkThemeId = "cinny-dark-theme";
|
||||
themeCatalogOnboardingDone = true;
|
||||
themeRemoteCatalogEnabled = true;
|
||||
|
||||
renderGlobalNameColors = false;
|
||||
renderUserCards = "none";
|
||||
renderRoomColors = false;
|
||||
renderRoomFonts = false;
|
||||
|
||||
hour24Clock = true;
|
||||
|
||||
};
|
||||
};
|
||||
mkCinny = package: extraConf: {
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue