Advertisement
reaperhacknslash

kitty.conf

May 8th, 2024
1,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1.  
  2. # Tokyo Night color scheme for kitty terminal emulator
  3. # https://github.com/davidmathers/tokyo-night-kitty-theme
  4. #
  5. # Based on Tokyo Night color theme for Visual Studio Code
  6. # https: # - Font config
  7. font_family Hack Nerd Font
  8. font_size 11
  9. background_opacity 0.9
  10. dynamic_background_opacity yes
  11. linux_display_server x11
  12. cursor_shape beam
  13. cursor_beam_thickness 8.0
  14.  
  15. //github.com/enkia/tokyo-night-vscode-theme
  16.  
  17. foreground #a9b1d6
  18. background #1a1b26
  19.  
  20. # Black
  21. color0 #414868
  22. color8 #414868
  23.  
  24. # Red
  25. color1 #f7768e
  26. color9 #f7768e
  27.  
  28. # Green
  29. color2 #73daca
  30. color10 #73daca
  31.  
  32. # Yellow
  33. color3 #e0af68
  34. color11 #e0af68
  35.  
  36. # Blue
  37. color4 #7aa2f7
  38. color12 #7aa2f7
  39.  
  40. # Magenta
  41. color5 #bb9af7
  42. color13 #bb9af7
  43.  
  44. # Cyan
  45. color6 #7dcfff
  46. color14 #7dcfff
  47.  
  48. # White
  49. color7 #c0caf5
  50. color15 #c0caf5
  51.  
  52. # Cursor
  53. cursor #c0caf5
  54. cursor_text_color #1a1b26
  55.  
  56. # Selection highlight
  57. selection_foreground none
  58. selection_background #28344a
  59.  
  60. # The color for highlighting URLs on mouse-over
  61. url_color #9ece6a
  62.  
  63. # Window borders
  64. active_border_color #3d59a1
  65. inactive_border_color #101014
  66. bell_border_color #e0af68
  67.  
  68. # Tab bar
  69. tab_bar_style fade
  70. tab_fade 1
  71. active_tab_foreground #3d59a1
  72. active_tab_background #16161e
  73. active_tab_font_style bold
  74. inactive_tab_foreground #787c99
  75. inactive_tab_background #16161e
  76. inactive_tab_font_style bold
  77. tab_bar_background #101014
  78.  
  79. # Title bar
  80. macos_titlebar_color #16161e
  81.  
  82. # Storm
  83. # background #24283b
  84. # cursor_text_color #24283b
  85. # active_tab_background #1f2335
  86. # inactive_tab_background #1f2335
  87. # macos_titlebar_color #1f2335
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement