From 66539a80c645bf6da8f19f3ebb944403aa849d02 Mon Sep 17 00:00:00 2001 From: maralorn Date: Mon, 2 Jan 2023 01:02:25 +0100 Subject: [PATCH] More theming --- home-manager/roles/desktop.nix | 12 ++++++++---- home-manager/roles/gnome.nix | 8 ++++---- home-manager/roles/helix.nix | 4 ++-- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/home-manager/roles/desktop.nix b/home-manager/roles/desktop.nix index cee78da8..1b8fefc3 100644 --- a/home-manager/roles/desktop.nix +++ b/home-manager/roles/desktop.nix @@ -91,12 +91,16 @@ in { gtk = { enable = true; iconTheme = { - name = "Arc"; - package = pkgs.arc-icon-theme; + name = "Tela-circle"; + package = pkgs.tela-circle-icon-theme; + }; + cursorTheme = { + name = "Catppuccin-Latte-Blue-Cursors"; + package = pkgs.catppuccin-cursors.latteBlue; }; theme = { - name = "Arc"; - package = pkgs.arc-theme; + name = "Catppuccin-Light"; + package = pkgs.catppuccin-gtk; }; gtk3.bookmarks = [ "ftp://fluffy.lo.m-0.eu" diff --git a/home-manager/roles/gnome.nix b/home-manager/roles/gnome.nix index c429d492..5a6b1aed 100644 --- a/home-manager/roles/gnome.nix +++ b/home-manager/roles/gnome.nix @@ -14,6 +14,7 @@ window-is-ready-remover nothing-to-say windownavigator + user-themes dash-to-panel removable-drive-menu mouse-follows-focus @@ -74,8 +75,7 @@ in { }; "org/gnome/desktop/interface" = { - gtk-theme = "Arc"; - icon-theme = "Arc"; + gtk-theme = "Catppuccin-Light"; document-font-name = "B612 9"; font-antialiasing = "rgba"; font-hinting = "slight"; @@ -111,7 +111,7 @@ in { }; "org/gnome/shell/extensions/user-theme" = { - name = "Arc"; + name = "Catppuccin-Light"; }; "system/locale" = { @@ -150,7 +150,7 @@ in { snap-to-grid = true; tile-by-default = true; active-hint = true; - hint-color-rgba = "rgba(30,102,245,1)"; + hint-color-rgba = "rgba(114,135,253,1)"; tile-enter = ["t"]; tile-move-left-global = ["Left"]; tile-move-right-global = ["Right"]; diff --git a/home-manager/roles/helix.nix b/home-manager/roles/helix.nix index 7b76c61f..c23c27e3 100644 --- a/home-manager/roles/helix.nix +++ b/home-manager/roles/helix.nix @@ -51,11 +51,11 @@ in { style = "curl"; }; "diagnostic.warning".underline = { - color = "yellow"; + color = "peach"; style = "curl"; }; "diagnostic.error".underline = { - color = "red"; + color = "maroon"; style = "curl"; }; };