Cobalt2.conf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. ## name: Cobalt2
  2. ## author: Lalit Kumar(@laltimee)
  3. ## license: MIT
  4. ## upstream: https://github.com/lalitmee/kitty-cobalt2/blob/master/cobalt2.conf
  5. ## blurb: Don't stress your eyes now
  6. # The basic colors
  7. foreground #FFFFFF
  8. background #193549
  9. selection_foreground #FFFFFF
  10. selection_background #185294
  11. # Cursor colors
  12. cursor #FFC600
  13. cursor_text_color #1C1C1C
  14. # URL underline color when hovering with mouse
  15. url_color #00AAFF
  16. # Kitty window border colors
  17. active_border_color #00AAFF
  18. inactive_border_color #9E9E9E
  19. bell_border_color #F2ED7F
  20. # OS Window titlebar colors
  21. wayland_titlebar_color system
  22. macos_titlebar_color system
  23. # Tab bar colors
  24. active_tab_foreground #FFC600
  25. inactive_tab_background #185294
  26. inactive_tab_foreground #FFFFFF
  27. active_tab_background #0050A4
  28. tab_bar_background #193549
  29. # Colors for marks (marked text in the terminal)
  30. mark1_foreground #FFC600
  31. mark1_background #3AD900
  32. mark2_foreground #967EFB
  33. mark2_background #00AAFF
  34. mark3_foreground #FF628C
  35. mark3_background #FF9A00
  36. # The 16 terminal #88FF88#88FF88colors
  37. # black
  38. color0 #1C1C1C
  39. color8 #9E9E9E
  40. # red
  41. color1 #FF0000
  42. color9 #700009
  43. # green
  44. color2 #3AD900
  45. color10 #88FF88
  46. # yellow
  47. color3 #FFC600
  48. color11 #FF9A00
  49. # cyan
  50. color6 #80FCFF
  51. color14 #8fbfdc
  52. # magenta
  53. color5 #FF628C
  54. color13 #EE80E1
  55. # blue
  56. color4 #00AAFF
  57. color12 #0050A4
  58. # white
  59. color7 #FFFFFF
  60. color15 #BCBCBC