Guest User

kitty conf

a guest
Jun 14th, 2025
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. font_size 14
  2.  
  3. background_opacity 1
  4. window_padding_width 5
  5. window_padding_height 0
  6.  
  7. cursor_shape underline
  8. shell_integration no-cursor
  9. shell fish
  10.  
  11. font_family family="UbuntuMono Nerd Font Mono"
  12. bold_font auto
  13. italic_font auto
  14. bold_italic_font auto
  15.  
  16. map alt+1 goto_tab 1
  17. map alt+2 goto_tab 2
  18. map alt+3 goto_tab 3
  19. map alt+4 goto_tab 4
  20. map alt+5 goto_tab 5
  21. map alt+6 goto_tab 6
  22. map alt+7 goto_tab 7
  23. map alt+8 goto_tab 8
  24. map alt+9 goto_tab 9
  25.  
  26. tab_title_template "{index}: {title.split('/')[-1]}"
  27.  
  28. foreground #e0def4
  29. background #191724
  30. selection_foreground #e0def4
  31. selection_background #403d52
  32.  
  33. cursor #e0def4
  34. cursor_text_color #e0def4
  35.  
  36. url_color #c4a7e7
  37.  
  38. active_tab_foreground #e0def4
  39. active_tab_background #26233a
  40. inactive_tab_foreground #6e6a86
  41. inactive_tab_background #191724
  42.  
  43. # black
  44. color0 #26233a
  45. color8 #6e6a86
  46.  
  47. # red
  48. color1 #eb6f92
  49. color9 #eb6f92
  50.  
  51. # green
  52. color2 #31748f
  53. color10 #31748f
  54.  
  55. # yellow
  56. color3 #f6c177
  57. color11 #f6c177
  58.  
  59. # blue
  60. color4 #9ccfd8
  61. color12 #9ccfd8
  62.  
  63. # magenta
  64. color5 #c4a7e7
  65. color13 #c4a7e7
  66.  
  67. # cyan
  68. color6 #ebbcba
  69. color14 #ebbcba
  70.  
  71. # white
  72. color7 #e0def4
  73. color15 #e0def4
Advertisement
Add Comment
Please, Sign In to add comment