From 72c37af6fe17a757b8f9cbdf85a29f2618741b07 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 8 Jun 2024 07:17:19 +0100 Subject: [PATCH] Switch to base16 one light (atom) theme Change papirus-folder colours, switch cursor to volantes-cursors --- flake.nix | 2 +- programs/desktop/default.nix | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 8398dab..c312fdd 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ ./home/${hostname}.nix ({lib, ...}: { home = {inherit username;}; - scheme = "${tt-schemes}/base16/catppuccin-${lib.strings.toLower catppuccinVariant}.yaml"; + scheme = "${tt-schemes}/base16/one-light.yaml"; }) ]; in { diff --git a/programs/desktop/default.nix b/programs/desktop/default.nix index ae71688..440e4f9 100644 --- a/programs/desktop/default.nix +++ b/programs/desktop/default.nix @@ -70,15 +70,12 @@ in { enable = true; iconTheme = { - package = pkgs.catppuccin-papirus-folders.override { - accent = toLower accent; - flavor = toLower variant; - }; - name = "Papirus-Dark"; + package = pkgs.papirus-icon-theme.override {color = "violet";}; + name = "Papirus-${type}"; }; cursorTheme = { - package = pkgs.catppuccin-cursors."${toLower variant}${inverseType}"; - name = "Catppuccin-${variant}-${inverseType}-Cursors"; + package = pkgs.volantes-cursors; + name = "volantes_cursors"; size = 32; }; theme = let