update kitty configs

This commit is contained in:
cool-mist
2025-08-31 19:25:30 +05:30
parent 5c43b86914
commit c0c947c548
3 changed files with 119 additions and 65 deletions
+47 -53
View File
@@ -1,79 +1,73 @@
# vim:ft=kitty # vim:ft=kitty
## name: Nord
## author: Eric N. Vander Weele
## upstream: https://www.nordtheme.com/
## blurb: Nord theme utilizing the full Frost and Aurora palette.
## name: Catppuccin-Macchiato # Basic colors
## author: Pocco81 (https://github.com/Pocco81) foreground #d8dee9
## license: MIT background #2e3440
## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf selection_foreground #d8dee9
## blurb: Soothing pastel theme for the high-spirited! selection_background #434c5e
# The basic colors
foreground #CAD3F5
background #24273A
selection_foreground #24273A
selection_background #F4DBD6
# Cursor colors # Cursor colors
cursor #F4DBD6 cursor #d8dee9
cursor_text_color #24273A cursor_text_color #3b4252
# URL underline color when hovering with mouse # URL underline color when hovering with mouse
url_color #F4DBD6 url_color #0087bd
# Kitty window border colors # Window border colors and terminal bell colors
active_border_color #B7BDF8 active_border_color #81a1c1
inactive_border_color #6E738D inactive_border_color #4c566a
bell_border_color #EED49F bell_border_color #88c0d0
visual_bell_color none
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors # Tab bar colors
active_tab_foreground #181926 active_tab_foreground #3b4252
active_tab_background #C6A0F6 active_tab_background #88c0d0
inactive_tab_foreground #CAD3F5 inactive_tab_foreground #e5e9f0
inactive_tab_background #1E2030 inactive_tab_background #4c566a
tab_bar_background #181926 tab_bar_background #3b4252
tab_bar_margin_color none
# Colors for marks (marked text in the terminal) # Mark colors (marked text in the terminal)
mark1_foreground #24273A mark1_foreground #3b4252
mark1_background #B7BDF8 mark1_background #88c0d0
mark2_foreground #24273A mark2_foreground #3b4252
mark2_background #C6A0F6 mark2_background #bf616a
mark3_foreground #24273A mark3_foreground #3b4252
mark3_background #7DC4E4 mark3_background #ebcb8b
# The 16 terminal colors
# The basic 16 colors
# black # black
color0 #494D64 color0 #3b4252
color8 #5B6078 color8 #4c566a
# red # red
color1 #ED8796 color1 #bf616a
color9 #ED8796 color9 #bf616a
# green # green
color2 #A6DA95 color2 #a3be8c
color10 #A6DA95 color10 #a3be8c
# yellow # yellow
color3 #EED49F color3 #ebcb8b
color11 #EED49F color11 #d08770
# blue # blue
color4 #8AADF4 color4 #81a1c1
color12 #8AADF4 color12 #5e81ac
# magenta # magenta
color5 #F5BDE6 color5 #b48ead
color13 #F5BDE6 color13 #b48ead
# cyan # cyan
color6 #8BD5CA color6 #88c0d0
color14 #8BD5CA color14 #8fbcbb
# white # white
color7 #B8C0E0 color7 #e5e9f0
color15 #A5ADCB color15 #eceff4
+22 -8
View File
@@ -1,19 +1,17 @@
# BEGIN_KITTY_THEME
# Catppuccin-Macchiato
include current-theme.conf
# END_KITTY_THEME
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS
font_family family="JetBrainsMono Nerd Font Mono" font_family family="JetBrainsMono Nerd Font Mono"
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
# END_KITTY_FONTS
enable_audio_bell no enable_audio_bell no
inactive_text_alpha 0.5 inactive_text_alpha 0.5
tab_bar_edge bottom tab_bar_edge bottom
tab_bar_style slant tab_bar_style slant
tab_powerline_style angled
tab_bar_min_tabs 1
active_tab_font_style bold
inactive_tab_font_style normal
# Layout management # Layout management
enabled_layouts splits, stack enabled_layouts splits, stack
@@ -33,6 +31,22 @@ map ctrl+shift+w close_window
map ctrl+shift+= resize_window wider 10 map ctrl+shift+= resize_window wider 10
map ctrl+shift+- resize_window narrower 10 map ctrl+shift+- resize_window narrower 10
map ctrl+shift+up resize_window taller 10 map ctrl+= slant taller 10
map ctrl+shift+down resize_window shorter 10 map ctrl+- resize_window shorter 10
map ctrl+shift+1 goto_tab 1
map ctrl+shift+2 goto_tab 2
map ctrl+shift+3 goto_tab 3
map ctrl+shift+4 goto_tab 4
map ctrl+shift+5 goto_tab 5
map ctrl+shift+6 goto_tab 6
map ctrl+shift+7 goto_tab 7
map ctrl+shift+8 goto_tab 8
map ctrl+shift+9 goto_tab 9
# BEGIN_KITTY_THEME
# Nord
include current-theme.conf
# END_KITTY_THEME
@@ -1,4 +1,50 @@
# BEGIN_KITTY_THEME # BEGIN_KITTY_FONTS
# Catppuccin-Macchiato font_family family="JetBrainsMono Nerd Font Mono"
include current-theme.conf bold_font auto
# END_KITTY_THEME italic_font auto
bold_italic_font auto
enable_audio_bell no
inactive_text_alpha 0.5
tab_bar_edge bottom
tab_bar_style slant
tab_powerline_style angled
tab_bar_min_tabs 1
active_tab_foreground #ff2
active_tab_background #000
active_tab_font_style bold
inactive_tab_foreground #444
inactive_tab_background #999
inactive_tab_font_style normal
# Layout management
enabled_layouts splits, stack
map ctrl+shift+z toggle_layout stack
map ctrl+shift+\ launch --location=vsplit --cwd=current
map ctrl+shift+p launch --location=hsplit --cwd=current
map ctrl+shift+h neighboring_window left
map ctrl+shift+l neighboring_window right
map ctrl+shift+j neighboring_window down
map ctrl+shift+k neighboring_window up
map ctrl+shift+up move_window up
map ctrl+shift+left move_window left
map ctrl+shift+right move_window right
map ctrl+shift+down move_window down
map ctrl+shift+w close_window
map ctrl+shift+= resize_window wider 10
map ctrl+shift+- resize_window narrower 10
map ctrl+= slant taller 10
map ctrl+- resize_window shorter 10
map ctrl+shift+1 goto_tab 1
map ctrl+shift+2 goto_tab 2
map ctrl+shift+3 goto_tab 3
map ctrl+shift+4 goto_tab 4
map ctrl+shift+5 goto_tab 5
map ctrl+shift+6 goto_tab 6
map ctrl+shift+7 goto_tab 7
map ctrl+shift+8 goto_tab 8
map ctrl+shift+9 goto_tab 9