diff --git a/home-manager/common/desktops/hyprland/default.nix b/home-manager/common/desktops/hyprland/default.nix index 8684d153..94931620 100644 --- a/home-manager/common/desktops/hyprland/default.nix +++ b/home-manager/common/desktops/hyprland/default.nix @@ -25,6 +25,11 @@ base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night-eighties.yaml"; polarity = "dark"; targets = { + vscode.enable = true; + kitty = { + enable = true; + variant256colors = true; + }; waybar = { enable = true; enableCenterBackColors = true; diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 86491a6d..f84ecf53 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -12,7 +12,7 @@ cwd-max-depth = 1; condensed = true; # valid choices: default, low-contrast, gruvbox, solarized-dark16, solarized-light16 - theme = "gruvbox"; + # theme = "gruvbox"; }; modules = [ "venv" diff --git a/home-manager/common/software/cli/themes/stylix/btop.nix b/home-manager/common/software/cli/themes/stylix/btop.nix index b7b818d9..a99c667b 100644 --- a/home-manager/common/software/cli/themes/stylix/btop.nix +++ b/home-manager/common/software/cli/themes/stylix/btop.nix @@ -1,7 +1,7 @@ { ... }: { home.file.".config/btop/btop.conf".text = '' #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "everforest-dark-hard" +color_theme = "tty" theme_background = True truecolor = True force_tty = False