From ef21567b64d307df5fbdd9b5e162095ab8a15f8d Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 25 Mar 2025 17:18:47 +0100 Subject: [PATCH] style kitty smartly --- modules/home-manager/code.nix | 3 +++ modules/home-manager/kitty.nix | 34 ++++++++++++++++++++++++++-------- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/modules/home-manager/code.nix b/modules/home-manager/code.nix index 8efaf8f..4ff0efe 100644 --- a/modules/home-manager/code.nix +++ b/modules/home-manager/code.nix @@ -19,6 +19,9 @@ # Nix language jnoortheen.nix-ide + + # typst + myriad-dreamin.tinymist ]; # }; diff --git a/modules/home-manager/kitty.nix b/modules/home-manager/kitty.nix index 22af10b..7a7acc3 100644 --- a/modules/home-manager/kitty.nix +++ b/modules/home-manager/kitty.nix @@ -8,17 +8,35 @@ in shellIntegration.enableFishIntegration = true; settings = { # # import the colors from the stylix theme, but keep the background black - # color0 = stylix.colors.background; - # color1 = stylix.base16Scheme.base01; - # color2 = stylix.colors.green; - # color3 = stylix.colors.yellow; + # color0 = stylix.stylix.base16Scheme.base00; + # color8 = stylix.stylix.base16Scheme.base08; - # color0 = stylix.colors.background; - # color1 = stylix.colors.red; - # color2 = stylix.colors.green; - # color3 = stylix.colors.yellow; + # color1 = stylix.stylix.base16Scheme.base01; + # color9 = stylix.stylix.base16Scheme.base09; + + # color2 = stylix.stylix.base16Scheme.base02; + # color10 = stylix.stylix.base16Scheme.base0A; + + # color3 = stylix.stylix.base16Scheme.base03; + # color11 = stylix.stylix.base16Scheme.base0B; + + # color4 = stylix.stylix.base16Scheme.base04; + # color12 = stylix.stylix.base16Scheme.base0C; + + # color5 = stylix.stylix.base16Scheme.base05; + # color13 = stylix.stylix.base16Scheme.base0D; + + # color6 = stylix.stylix.base16Scheme.base06; + # color14 = stylix.stylix.base16Scheme.base0E; + + # color7 = stylix.stylix.base16Scheme.base07; + # color15 = stylix.stylix.base16Scheme.base0F; + + # also reuse the background opacity by stylix + background_opacity = stylix.stylix.opacity.terminal; background = "#000000"; + confirm_os_window_close = 0; enable_audio_bell = false; cursor_trail = 3;