kitty.conf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. #font_family Unifont
  2. #bold_font auto
  3. #italic_font auto
  4. #bold_italic_font auto
  5. #font_features FiraCode-Retina +zero
  6. clear_all_shortcuts yes
  7. detect_urls no
  8. font_size 10.0
  9. map ctrl+shift+c copy_to_clipboard
  10. map ctrl+shift+v paste_from_clipboard
  11. # disable_ligatures cursor
  12. # scrollback_fill_enlarged_window yes
  13. # scrollback_pager_history_size 100
  14. # mouse_hide_wait -1
  15. # strip_trailing_spaces smart
  16. # enable_audio_bell no
  17. # visual_bell_duration 0.1
  18. # remember_window_size no
  19. # hide_window_decorations yes
  20. # color0 #21222c
  21. # color8 #6272a4
  22. # color1 #ff5555
  23. # color9 #ff6e6e
  24. # color2 #50fa7b
  25. # color10 #69ff94
  26. # color3 #f1fa8c
  27. # color11 #ffffa5
  28. # color4 #bd93f9
  29. # color12 #d6acff
  30. # color5 #ff79c6
  31. # color13 #ff92df
  32. # color6 #8be9fd
  33. # color14 #a4ffff
  34. # color7 #f8f8f2
  35. # color15 #ffffff
  36. # foreground #f8f8f2
  37. # background #282a36
  38. # url_color #8be9fd
  39. # cursor #f8f8f2
  40. # cursor_text_color background
  41. # active_tab_foreground #282a36
  42. # active_tab_background #f8f8f2
  43. # inactive_tab_foreground #282a36
  44. # inactive_tab_background #6272a4
  45. # mark1_foreground #282a36
  46. # mark1_background #ff5555
  47. # selection_foreground #ffffff
  48. # selection_background #44475a
  49. # background_opacity 0.9
  50. # rectangle_select_modifiers ctrl+shift