From c65a7997e206bcc3c2cf369a6b7713532fa06aa1 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Mon, 7 Jul 2025 11:55:57 +0300 Subject: [PATCH] change colorscheme Signed-off-by: unexplrd --- hosts/eldrid/configuration.nix | 2 +- hosts/legion/configuration.nix | 2 +- hosts/morphius/configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/eldrid/configuration.nix b/hosts/eldrid/configuration.nix index 0331b45..0ddffbb 100644 --- a/hosts/eldrid/configuration.nix +++ b/hosts/eldrid/configuration.nix @@ -40,7 +40,7 @@ }; stylix = { enable = true; - theme = "vesper"; + theme = "sandcastle"; }; locale = "uk_UA.UTF-8"; misc = { diff --git a/hosts/legion/configuration.nix b/hosts/legion/configuration.nix index fb06add..6e26afb 100644 --- a/hosts/legion/configuration.nix +++ b/hosts/legion/configuration.nix @@ -33,7 +33,7 @@ }; stylix = { enable = true; - theme = "gruvbox-dark-pale"; + theme = "sandcastle"; }; locale = "uk_UA.UTF-8"; virt.libvirt.enable = true; diff --git a/hosts/morphius/configuration.nix b/hosts/morphius/configuration.nix index 8c2f727..df74812 100644 --- a/hosts/morphius/configuration.nix +++ b/hosts/morphius/configuration.nix @@ -40,7 +40,7 @@ }; stylix = { enable = true; - theme = "vesper"; + theme = "sandcastle"; }; locale = "uk_UA.UTF-8"; };