add default theme for sable

This commit is contained in:
Henry Hiles 2026-05-13 13:10:58 -04:00
commit e7d0c6ac3c
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
3 changed files with 6 additions and 8 deletions

View file

@ -15,8 +15,7 @@
}; };
settingsDefaults = { settingsDefaults = {
themeId = "cinny-dark"; themeRemoteDarkFullUrl = "https://raw.githubusercontent.com/SableClient/themes/main/themes/cinny-dark.sable.css";
darkThemeId = "cinny-dark-theme";
themeCatalogOnboardingDone = true; themeCatalogOnboardingDone = true;
themeRemoteCatalogEnabled = true; themeRemoteCatalogEnabled = true;
@ -26,7 +25,6 @@
renderRoomFonts = false; renderRoomFonts = false;
hour24Clock = true; hour24Clock = true;
}; };
}; };
mkCinny = package: extraConf: { mkCinny = package: extraConf: {

8
flake.lock generated
View file

@ -2882,17 +2882,17 @@
"treefmt-nix": "treefmt-nix_3" "treefmt-nix": "treefmt-nix_3"
}, },
"locked": { "locked": {
"lastModified": 1778652556, "lastModified": 1778691225,
"narHash": "sha256-IinpTWoUH/S3Hb9Sw667rNlyReNa60Tokj12e64GRbo=", "narHash": "sha256-hy5Os+EaZVOl4Ji22SBaPPC7ogKQKeZ28mQGxjl+Fxo=",
"owner": "sableclient", "owner": "sableclient",
"repo": "sable", "repo": "sable",
"rev": "c2bb68345a3feebd62ebff09993c10cbcd1dd941", "rev": "6ab22b487c89a761800345d0a52e5aa1a24a2547",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sableclient", "owner": "sableclient",
"repo": "sable", "repo": "sable",
"rev": "c2bb68345a3feebd62ebff09993c10cbcd1dd941", "rev": "6ab22b487c89a761800345d0a52e5aa1a24a2547",
"type": "github" "type": "github"
} }
}, },

View file

@ -19,7 +19,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
sable = { sable = {
url = "github:sableclient/sable?rev=c2bb68345a3feebd62ebff09993c10cbcd1dd941"; url = "github:sableclient/sable?rev=6ab22b487c89a761800345d0a52e5aa1a24a2547";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
redlib = { redlib = {