From 0e5b9858241224be5a31f5dc592a1ab2f5f890f2 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 8 Mar 2026 11:03:00 +0100 Subject: [PATCH] Working on terminal / zsh --- Droidnix/README.org | 1 - Droidnix/assets/common/conf/kitty/kitty.conf | 39 +-------- .../conf/kitty/themes/Catppuccin-Mocha.conf | 84 +++++++++++++++++++ 3 files changed, 87 insertions(+), 37 deletions(-) create mode 100644 Droidnix/assets/common/conf/kitty/themes/Catppuccin-Mocha.conf diff --git a/Droidnix/README.org b/Droidnix/README.org index 44886dc6e..dddbfe433 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1117,7 +1117,6 @@ in # Copy the actual kitty.conf (not a symlink) xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [ (builtins.readFile "${flakeRoot}/assets/common/conf/kitty/kitty.conf") - "include ${kittyConfigDir}/themes/Catppuccin-Mocha.conf" ]; # Copy the theme file diff --git a/Droidnix/assets/common/conf/kitty/kitty.conf b/Droidnix/assets/common/conf/kitty/kitty.conf index 41872d777..92322c663 100644 --- a/Droidnix/assets/common/conf/kitty/kitty.conf +++ b/Droidnix/assets/common/conf/kitty/kitty.conf @@ -1,45 +1,12 @@ # Generated by Home Manager. # See https://sw.kovidgoyal.net/kitty/conf.html -include /nix/store/inyp0v9sjc28ndwjbd4lkh80zw2av0nc-kitty-themes-0-unstable-2026-02-01/share/kitty-themes/themes/Catppuccin-Mocha.conf -# Shell integration is sourced and configured manually shell_integration no-rc - - - - - - -# 1) Theme first (stable path) include themes/Catppuccin-Mocha.conf -# 2) Your repo config (may also include theme; harmless if duplicated) -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/henrovnix/assets/conf -# -# After that, run: -# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# NOTE: -# Make sure the lines starting with: cd ~/henrovnix -# are written as ONE single line. -############################################### -# Force transparency (comes from the conf file, as you want) -background_opacity 0.40 -dynamic_background_opacity yes - -# the rest… map ctrl+shift+v paste_from_clipboard map ctrl+shift+c copy_to_clipboard -# 3) Force transparency last (wins) -#background_opacity 0.60 -#dynamic_background_opacity yes +background_opacity 0.3 +background_blur 1 +dynamic_background_opacity yes diff --git a/Droidnix/assets/common/conf/kitty/themes/Catppuccin-Mocha.conf b/Droidnix/assets/common/conf/kitty/themes/Catppuccin-Mocha.conf new file mode 100644 index 000000000..6eb38becc --- /dev/null +++ b/Droidnix/assets/common/conf/kitty/themes/Catppuccin-Mocha.conf @@ -0,0 +1,84 @@ +# vim:ft=kitty + +## name: Catppuccin Kitty Mocha +## author: Catppuccin Org +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf +## blurb: Soothing pastel theme for the high-spirited! + + + +# The basic colors +foreground #cdd6f4 +background #1e1e2e +selection_foreground #1e1e2e +selection_background #f5e0dc + +# Cursor colors +cursor #f5e0dc +cursor_text_color #1e1e2e + +# Scrollbar colors +scrollbar_handle_color #9399b2 +scrollbar_track_color #45475a + +# URL color when hovering with mouse +url_color #f5e0dc + +# Kitty window border colors +active_border_color #b4befe +inactive_border_color #6c7086 +bell_border_color #f9e2af + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #11111b +active_tab_background #cba6f7 +inactive_tab_foreground #cdd6f4 +inactive_tab_background #181825 +tab_bar_background #11111b + +# Colors for marks (marked text in the terminal) +mark1_foreground #1e1e2e +mark1_background #b4befe +mark2_foreground #1e1e2e +mark2_background #cba6f7 +mark3_foreground #1e1e2e +mark3_background #74c7ec + +# The 16 terminal colors + +# black +color0 #45475a +color8 #585b70 + +# red +color1 #f38ba8 +color9 #f38ba8 + +# green +color2 #a6e3a1 +color10 #a6e3a1 + +# yellow +color3 #f9e2af +color11 #f9e2af + +# blue +color4 #89b4fa +color12 #89b4fa + +# magenta +color5 #f5c2e7 +color13 #f5c2e7 + +# cyan +color6 #94e2d5 +color14 #94e2d5 + +# white +color7 #bac2de +color15 #a6adc8