From e75ad34da126549d67a0338945b28f64b0ff9946 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Thu, 4 May 2023 10:22:28 -0300 Subject: [PATCH] home/atlas: change colorscheme --- home/misterio/atlas.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/misterio/atlas.nix b/home/misterio/atlas.nix index 96405dd4..ca7d9e96 100644 --- a/home/misterio/atlas.nix +++ b/home/misterio/atlas.nix @@ -1,7 +1,7 @@ -{ inputs, pkgs, ... }: +{ inputs, ... }: let dark-mode = inputs.dark-mode.value; - inherit (inputs.nix-colors.colorSchemes) rose-pine-moon rose-pine-dawn; + inherit (inputs.nix-colors.colorSchemes) tokyo-city-terminal-dark tokyo-city-terminal-light; in { imports = [ @@ -15,7 +15,7 @@ in ]; wallpaper = (import ./wallpapers).towers-ice; - colorscheme = if dark-mode then rose-pine-moon else rose-pine-dawn; + colorscheme = if dark-mode then tokyo-city-terminal-dark else tokyo-city-terminal-light; # ------ ----- ------ # | DP-3 | | DP-1| | DP-2 |