From 9e95ad7e150efb0c7dbceeccf84f5f21eb5b11a5 Mon Sep 17 00:00:00 2001
From: iFargle <albert@sysctl.io>
Date: Thu, 4 Jan 2024 19:41:36 +0900
Subject: [PATCH] Test

---
 home-manager/common/desktops/hyprland/default.nix       | 5 +++++
 home-manager/common/software/cli/bash.nix               | 2 +-
 home-manager/common/software/cli/themes/stylix/btop.nix | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

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