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.

74 lines
1.2 KiB

  1. [colors.primary]
  2. background = "#1e1e2e"
  3. foreground = "#cdd6f4"
  4. dim_foreground = "#7f849c"
  5. bright_foreground = "#cdd6f4"
  6. [colors.cursor]
  7. text = "#1e1e2e"
  8. cursor = "#f5e0dc"
  9. [colors.vi_mode_cursor]
  10. text = "#1e1e2e"
  11. cursor = "#b4befe"
  12. [colors.search.matches]
  13. foreground = "#1e1e2e"
  14. background = "#a6adc8"
  15. [colors.search.focused_match]
  16. foreground = "#1e1e2e"
  17. background = "#a6e3a1"
  18. [colors.footer_bar]
  19. foreground = "#1e1e2e"
  20. background = "#a6adc8"
  21. [colors.hints.start]
  22. foreground = "#1e1e2e"
  23. background = "#f9e2af"
  24. [colors.hints.end]
  25. foreground = "#1e1e2e"
  26. background = "#a6adc8"
  27. [colors.selection]
  28. text = "#1e1e2e"
  29. background = "#f5e0dc"
  30. [colors.normal]
  31. black = "#45475a"
  32. red = "#f38ba8"
  33. green = "#a6e3a1"
  34. yellow = "#f9e2af"
  35. blue = "#89b4fa"
  36. magenta = "#f5c2e7"
  37. cyan = "#94e2d5"
  38. white = "#bac2de"
  39. [colors.bright]
  40. black = "#585b70"
  41. red = "#f38ba8"
  42. green = "#a6e3a1"
  43. yellow = "#f9e2af"
  44. blue = "#89b4fa"
  45. magenta = "#f5c2e7"
  46. cyan = "#94e2d5"
  47. white = "#a6adc8"
  48. [colors.dim]
  49. black = "#45475a"
  50. red = "#f38ba8"
  51. green = "#a6e3a1"
  52. yellow = "#f9e2af"
  53. blue = "#89b4fa"
  54. magenta = "#f5c2e7"
  55. cyan = "#94e2d5"
  56. white = "#bac2de"
  57. [[colors.indexed_colors]]
  58. index = 16
  59. color = "#fab387"
  60. [[colors.indexed_colors]]
  61. index = 17
  62. color = "#f5e0dc"