From 5697a00b60ceaa34d44c0931f45176ef8c80fc09 Mon Sep 17 00:00:00 2001 From: "Agatha V. Lovelace" Date: Thu, 9 Nov 2023 20:07:58 +0100 Subject: [PATCH] Update gtk theme --- common/fragments/graphical/theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/fragments/graphical/theme.nix b/common/fragments/graphical/theme.nix index e81da0f..2b80c9e 100644 --- a/common/fragments/graphical/theme.nix +++ b/common/fragments/graphical/theme.nix @@ -36,8 +36,8 @@ recursive = true; source = pkgs.fetchgit { url = "https://github.com/ZorinOS/zorin-desktop-themes.git"; - rev = "4edec9606ee60d40d6cebae9a5cf5ca52a9b694c"; - sha256 = "sha256-onsQeEuideN8dikcVNnq8v22ccln6I2hXP3jFPg8Hr0="; + rev = "05ab7360d33ab6e510cebceccc4d2b3e1baa7276"; + sha256 = "sha256-nU2V6PZepi5c7zorF6dZYNSF8jliE8+VObzbzrU+ADo="; sparseCheckout = [ "ZorinPurple-Dark" "ZorinPurple-Light" ]; }; };