You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.1 KiB

  1. colors:
  2. primary:
  3. background: "#1E1E2E" # base
  4. foreground: "#CDD6F4" # text
  5. # Bright and dim foreground colors
  6. dim_foreground: "#CDD6F4" # text
  7. bright_foreground: "#CDD6F4" # text
  8. # Cursor colors
  9. cursor:
  10. text: "#1E1E2E" # base
  11. cursor: "#F5E0DC" # rosewater
  12. vi_mode_cursor:
  13. text: "#1E1E2E" # base
  14. cursor: "#B4BEFE" # lavender
  15. # Search colors
  16. search:
  17. matches:
  18. foreground: "#1E1E2E" # base
  19. background: "#A6ADC8" # subtext0
  20. focused_match:
  21. foreground: "#1E1E2E" # base
  22. background: "#A6E3A1" # green
  23. footer_bar:
  24. foreground: "#1E1E2E" # base
  25. background: "#A6ADC8" # subtext0
  26. # Keyboard regex hints
  27. hints:
  28. start:
  29. foreground: "#1E1E2E" # base
  30. background: "#F9E2AF" # yellow
  31. end:
  32. foreground: "#1E1E2E" # base
  33. background: "#A6ADC8" # subtext0
  34. # Selection colors
  35. selection:
  36. text: "#1E1E2E" # base
  37. background: "#F5E0DC" # rosewater
  38. # Normal colors
  39. normal:
  40. black: "#45475A" # surface1
  41. red: "#F38BA8" # red
  42. green: "#A6E3A1" # green
  43. yellow: "#F9E2AF" # yellow
  44. blue: "#89B4FA" # blue
  45. magenta: "#F5C2E7" # pink
  46. cyan: "#94E2D5" # teal
  47. white: "#BAC2DE" # subtext1
  48. # Bright colors
  49. bright:
  50. black: "#585B70" # surface2
  51. red: "#F38BA8" # red
  52. green: "#A6E3A1" # green
  53. yellow: "#F9E2AF" # yellow
  54. blue: "#89B4FA" # blue
  55. magenta: "#F5C2E7" # pink
  56. cyan: "#94E2D5" # teal
  57. white: "#A6ADC8" # subtext0
  58. # Dim colors
  59. dim:
  60. black: "#45475A" # surface1
  61. red: "#F38BA8" # red
  62. green: "#A6E3A1" # green
  63. yellow: "#F9E2AF" # yellow
  64. blue: "#89B4FA" # blue
  65. magenta: "#F5C2E7" # pink
  66. cyan: "#94E2D5" # teal
  67. white: "#BAC2DE" # subtext1
  68. indexed_colors:
  69. - { index: 16, color: "#FAB387" }
  70. - { index: 17, color: "#F5E0DC" }