feat: kitty config included as new temrinal
This commit is contained in:
84
kitty/kitty.conf
Normal file
84
kitty/kitty.conf
Normal file
@@ -0,0 +1,84 @@
|
||||
# font_family SauceCodePro Nerd Font Mono Medium
|
||||
font_size 11
|
||||
# bold_font auto
|
||||
# italic_font auto
|
||||
# bold_italic_font auto
|
||||
|
||||
macos_option_as_alt no
|
||||
|
||||
background_opacity 1
|
||||
|
||||
background #d5c4a1
|
||||
foreground #665c54
|
||||
cursor #7c6f64
|
||||
cursor_text_color #111111
|
||||
color0 #3c3836
|
||||
color1 #cc241d
|
||||
color2 #98971a
|
||||
color3 #d79921
|
||||
color4 #458588
|
||||
color5 #b16286
|
||||
color6 #689d6a
|
||||
color7 #fbf1c7
|
||||
color8 #3c3836
|
||||
color9 #9d0006
|
||||
color10 #79740e
|
||||
color11 #b57614
|
||||
color12 #076678
|
||||
color13 #8f3f71
|
||||
color14 #427b58
|
||||
color15 #928374
|
||||
|
||||
# The foreground for selections
|
||||
selection_foreground #fbf1c7
|
||||
# The background for selections
|
||||
selection_background #3c3836
|
||||
|
||||
# Emacs terminal background
|
||||
color17 #323F4E
|
||||
# Emacs terminal modeline
|
||||
color23 #3D4C5F
|
||||
|
||||
# The color for the border of the active window
|
||||
active_border_color #b57614
|
||||
|
||||
# The color for the border of inactive windows
|
||||
inactive_border_color #56687E
|
||||
|
||||
url_color #6498EF
|
||||
|
||||
active_tab_foreground #d5c4a1
|
||||
active_tab_background #076678
|
||||
inactive_tab_foreground #665c54
|
||||
inactive_tab_background #d5c4a1
|
||||
|
||||
tab_bar_style powerline
|
||||
hide_window_decorations yes
|
||||
|
||||
cursor_shape block
|
||||
cursor_blink_interval 0
|
||||
|
||||
mouse_hide_wait 3.5
|
||||
enable_audio_bell no
|
||||
|
||||
confirm_os_window_close 0
|
||||
|
||||
detect_urls yes
|
||||
url_prefixes http https file ftp gemini irc gopher mailto news git
|
||||
|
||||
input_delay 1
|
||||
|
||||
window_margin_width 14 14
|
||||
|
||||
tab_bar_edge bottom
|
||||
tab_bar_margin_height 0.0 0.0
|
||||
|
||||
allow_remote_control yes
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="JetBrainsMono Nerd Font Mono"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
text_composition_strategy legacy
|
||||
# END_KITTY_FONTS
|
||||
Reference in New Issue
Block a user