first commit
This commit is contained in:
commit
f25967827c
1 changed files with 92 additions and 0 deletions
92
kitty.conf
Normal file
92
kitty.conf
Normal file
|
@ -0,0 +1,92 @@
|
|||
linux_display_server auto
|
||||
|
||||
# mouse
|
||||
url_style curly
|
||||
detect_urls yes
|
||||
copy_on_select clipboard
|
||||
strip_trailing_spaces smart
|
||||
default_pointer_shape beam
|
||||
pointer_shape_when_grabbed beam
|
||||
|
||||
# performance
|
||||
sync_to_monitor no
|
||||
|
||||
# layout
|
||||
resize_draw_strategy size
|
||||
window_border_width 0pt
|
||||
window_margin_width 0
|
||||
window_padding_width 0
|
||||
hide_window_decorations no
|
||||
|
||||
# foreground background
|
||||
foreground #f8f8f2
|
||||
background #282a36
|
||||
selection_foreground #ffffff
|
||||
selection_background #44475a
|
||||
background_opacity 1
|
||||
url_color #50fa7b
|
||||
|
||||
# bell
|
||||
enable_audio_bell yes
|
||||
visual_bell_duration 0
|
||||
bell_on_tab yes
|
||||
tab_bar_style powerline
|
||||
# font
|
||||
font_family rec mono casual
|
||||
font_size 12
|
||||
|
||||
map ctrl+shift+plus change_font_size all +2.0
|
||||
|
||||
# resize
|
||||
resize_in_steps no
|
||||
|
||||
# black
|
||||
color0 #21222c
|
||||
color8 #6272a4
|
||||
|
||||
# red
|
||||
color1 #ff5555
|
||||
color9 #ff6e6e
|
||||
|
||||
# green
|
||||
color2 #50fa7b
|
||||
color10 #69ff94
|
||||
|
||||
# yellow
|
||||
color3 #f1fa8c
|
||||
color11 #ffffa5
|
||||
|
||||
# blue
|
||||
color4 #bd93f9
|
||||
color12 #d6acff
|
||||
|
||||
# magenta
|
||||
color5 #ff79c6
|
||||
color13 #ff92df
|
||||
|
||||
# cyan
|
||||
color6 #8be9fd
|
||||
color14 #a4ffff
|
||||
|
||||
# white
|
||||
color7 #f8f8f2
|
||||
color15 #ffffff
|
||||
|
||||
|
||||
# Cursor
|
||||
cursor #50fa7b
|
||||
cursor_text_color background
|
||||
cursor_shape block
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #282a36
|
||||
active_tab_background #bd93f9
|
||||
inactive_tab_foreground #f8f8f2
|
||||
inactive_tab_background #6272a4
|
||||
|
||||
# Marks
|
||||
mark1_foreground #282a36
|
||||
mark1_background #ff5555
|
||||
|
||||
# advanced
|
||||
update_check_interval 0
|
Loading…
Reference in a new issue