From 7af4be32af224c3b6a80127613d1c491e8c8a7fd Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 1 Dec 2022 16:32:35 +0100 Subject: [PATCH] Kitty colors. --- _unused/kitty/kitty.conf | 49 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/_unused/kitty/kitty.conf b/_unused/kitty/kitty.conf index eec2286..0dd372b 100644 --- a/_unused/kitty/kitty.conf +++ b/_unused/kitty/kitty.conf @@ -1,11 +1,11 @@ -font_family Roboto Mono Medium Nerd Font Complete -bold_font Roboto Mono Bold Nerd Font Complete -italic_font Roboto Mono Medium Italic Nerd Font Complete -bold_italic_font Roboto Mono Bold Italic Nerd Font Complete +font_family JetBrains Mono NL Medium +bold_font auto +italic_font auto +bold_italic_font auto font_size 11 adjust_column_width -1 background_opacity 1.0 -cursor #c7c7c7 +cursor #f29718 cursor_text_color #272822 cursor_shape beam cursor_beam_thickness 1.5 @@ -33,26 +33,27 @@ hide_window_decorations yes update_check_interval 0 term xterm-256color -foreground #c7c7c7 -background #272822 +foreground #e6e1cf +background #0f1419 selection_foreground #000000 -selection_background #fffacd -color0 #161616 -color1 #fd4285 -color2 #a6e22d -color3 #e5da72 -color4 #0094d8 -color5 #9a37ff -color6 #50b6d8 -color7 #c7c7c7 -color8 #676767 -color9 #fa7fac -color10 #bde271 -color11 #fff27f -color12 #005577 -color13 #bd9eff -color14 #5ed6fe -color15 #feffff +selection_background #c1ddff + +color0 #000000 +color1 #ff3333 +color2 #b8cc52 +color3 #e7c547 +color4 #36a3d9 +color5 #f07178 +color6 #95e6cb +color7 #ffffff +color8 #323232 +color9 #ff6565 +color10 #eafe84 +color11 #fff779 +color12 #68d5ff +color13 #ffa3aa +color14 #c7fffd +color15 #ffffff kitty_mod ctrl clear_all_shortcuts yes