From e7d0c6ac3ce002baba971c000725a0584defe8b2 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Wed, 13 May 2026 13:10:58 -0400 Subject: [PATCH] add default theme for sable --- clients/quadraticserver/matrix/cinny.nix | 4 +--- flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/clients/quadraticserver/matrix/cinny.nix b/clients/quadraticserver/matrix/cinny.nix index 253bb7a..c3937fa 100644 --- a/clients/quadraticserver/matrix/cinny.nix +++ b/clients/quadraticserver/matrix/cinny.nix @@ -15,8 +15,7 @@ }; settingsDefaults = { - themeId = "cinny-dark"; - darkThemeId = "cinny-dark-theme"; + themeRemoteDarkFullUrl = "https://raw.githubusercontent.com/SableClient/themes/main/themes/cinny-dark.sable.css"; themeCatalogOnboardingDone = true; themeRemoteCatalogEnabled = true; @@ -26,7 +25,6 @@ renderRoomFonts = false; hour24Clock = true; - }; }; mkCinny = package: extraConf: { diff --git a/flake.lock b/flake.lock index 1db3d4c..e595479 100644 --- a/flake.lock +++ b/flake.lock @@ -2882,17 +2882,17 @@ "treefmt-nix": "treefmt-nix_3" }, "locked": { - "lastModified": 1778652556, - "narHash": "sha256-IinpTWoUH/S3Hb9Sw667rNlyReNa60Tokj12e64GRbo=", + "lastModified": 1778691225, + "narHash": "sha256-hy5Os+EaZVOl4Ji22SBaPPC7ogKQKeZ28mQGxjl+Fxo=", "owner": "sableclient", "repo": "sable", - "rev": "c2bb68345a3feebd62ebff09993c10cbcd1dd941", + "rev": "6ab22b487c89a761800345d0a52e5aa1a24a2547", "type": "github" }, "original": { "owner": "sableclient", "repo": "sable", - "rev": "c2bb68345a3feebd62ebff09993c10cbcd1dd941", + "rev": "6ab22b487c89a761800345d0a52e5aa1a24a2547", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 3174ae2..e693ce3 100755 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; sable = { - url = "github:sableclient/sable?rev=c2bb68345a3feebd62ebff09993c10cbcd1dd941"; + url = "github:sableclient/sable?rev=6ab22b487c89a761800345d0a52e5aa1a24a2547"; inputs.nixpkgs.follows = "nixpkgs"; }; redlib = {