add kitty conf
This commit is contained in:
parent
85fd99c6c7
commit
76dfc6af0f
1 changed files with 52 additions and 0 deletions
52
kitty/.config/kitty/kitty.conf
Normal file
52
kitty/.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,52 @@
|
|||
font_family Fira Code
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
|
||||
font_size 9
|
||||
|
||||
cursor_blink_interval -1
|
||||
|
||||
enable_audio_bell no
|
||||
window_alert_on_bell yes
|
||||
|
||||
foreground #839496
|
||||
background #002b36
|
||||
selection_foreground #93a1a1
|
||||
selection_background #073642
|
||||
|
||||
# # black
|
||||
color0 #073642
|
||||
color8 #002b36
|
||||
|
||||
# red
|
||||
color1 #dc322f
|
||||
color9 #cb4b16
|
||||
|
||||
# green
|
||||
color2 #859900
|
||||
color10 #586e75
|
||||
|
||||
# yellow
|
||||
color3 #b58900
|
||||
color11 #657b83
|
||||
|
||||
# blue
|
||||
color4 #268bd2
|
||||
color12 #839496
|
||||
|
||||
# magenta
|
||||
color5 #d33682
|
||||
color13 #6c71c4
|
||||
|
||||
# cyan
|
||||
color6 #2aa198
|
||||
color14 #93a1a1
|
||||
|
||||
# white
|
||||
color7 #839496
|
||||
color15 #fdf6e3
|
||||
|
||||
map ctrl+Tab next_window
|
||||
map ctrl+shift+Tab previous_window
|
Loading…
Add table
Reference in a new issue