From a66a11c8ac31695c6a374f54e2ec07f91327b4b2 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 9 Feb 2021 03:37:54 +0000 Subject: [PATCH] Color scheme changes. Desktop profile stuff. Removed redshift, not supported under wayland afaik. Moved to Arc-Dark because ow my eyes. Added pcmanfm to desktop profile. Changed color scheme a bit to be less confusing. --- config/profiles/desktop/default.nix | 9 ++------- config/profiles/sway/default.nix | 8 ++++---- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/config/profiles/desktop/default.nix b/config/profiles/desktop/default.nix index 36216594..f8710ed3 100644 --- a/config/profiles/desktop/default.nix +++ b/config/profiles/desktop/default.nix @@ -48,6 +48,7 @@ in { pkgs.gimp-with-plugins pkgs.vscode pkgs.cryptsetup + pkgs.pcmanfm pkgs.neofetch pkgs.htop ]; @@ -61,12 +62,6 @@ in { indicator = true; }; - services.redshift = { - enable = true; - latitude = "51.5074"; - longitude = "0.1278"; - }; - gtk = { enable = true; iconTheme = { @@ -74,7 +69,7 @@ in { package = pkgs.numix-icon-theme-square; }; theme = { - name = "Arc"; + name = "Arc-Dark"; package = pkgs.arc-theme; }; }; diff --git a/config/profiles/sway/default.nix b/config/profiles/sway/default.nix index fdfe97de..95a8ced2 100644 --- a/config/profiles/sway/default.nix +++ b/config/profiles/sway/default.nix @@ -224,14 +224,14 @@ in { childBorder = colors.bright.black; }; focusedInactive = { - border = colors.bright.black; - background = colors.bright.green; - text = colors.black; + border = colors.base16.color0; + background = colors.base16.color11; + text = colors.base16.color12; indicator = colors.green; childBorder = colors.bright.black; }; unfocused = { - border = colors.bright.black; + border = colors.base16.color0; background = colors.base16.color8; text = colors.base16.color12; indicator = colors.bright.black;