kitty.conf 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. font_size 9.0
  2. # font_family Fira Code
  3. # bold_font Fira Code SemiBold
  4. # italic_font Fira Code Italic
  5. font_family DejaVu Sans
  6. disable_ligatures always
  7. box_drawing_scale 0.1, 0.5, 1, 1
  8. cursor orangered2
  9. cursor_text_color #111111
  10. cursor_shape block
  11. cursor_blink_interval 0
  12. cursor_stop_blinking_after 15.0
  13. # scrollback_lines 2000
  14. scrollback_lines 0
  15. scrollback_pager less +G -R
  16. wheel_scroll_multiplier 5.0
  17. url_color #0087BD
  18. url_style curl
  19. detect_urls no
  20. copy_on_select yes
  21. select_by_word_characters :@-./_~?&=%+#
  22. click_interval 0.5
  23. mouse_hide_wait 1.0
  24. focus_follows_mouse no
  25. input_delay 3
  26. sync_to_monitor yes
  27. visual_bell_duration 0.2
  28. window_alert_on_bell yes
  29. enable_audio_bell no
  30. remember_window_size yes
  31. initial_window_width 640
  32. initial_window_height 400
  33. enabled_layouts *
  34. window_border_width 1
  35. window_margin_width 1
  36. window_padding_width 0
  37. active_border_color #00ff00
  38. inactive_border_color #cccccc
  39. inactive_text_alpha 1.0
  40. foreground #000000
  41. background #ffffff
  42. background_opacity 0.9
  43. selection_background #efebe7
  44. selection_foreground #101010
  45. # black
  46. color0 #000000
  47. color8 #000000
  48. # red
  49. color1 OrangeRed1
  50. color9 OrangeRed2
  51. # green
  52. color2 DarkSeaGreen4
  53. color10 DarkSeaGreen3
  54. # yellow
  55. color3 lightgoldenrod3
  56. color11 lightyellow4
  57. # blue
  58. color4 steelblue4
  59. color12 steelblue3
  60. # magenta
  61. color5 lightpink2
  62. color13 lightpink3
  63. # cyan
  64. color6 cyan4
  65. color14 cyan4
  66. # white
  67. color7 #ffffff
  68. color15 #ffffff
  69. map ctrl+enter send_text all \x1b[27;5;13~
  70. map ctrl+. send_text all \x1b[27;5;46~
  71. map ctrl+; send_text all \x1b[27;5;59~
  72. map ctrl+' send_text all \x1b[27;5;39~
  73. map ctrl+( send_text all \x1b[27;5;40~
  74. map ctrl+) send_text all \x1b[27;5;41~