TomorrowNight.Xresources 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. !TomorrowNight
  2. #define t_background #1d1f21
  3. #define t_current_line #282a2e
  4. #define t_selection #373b41
  5. #define t_foreground #c5c8c6
  6. #define t_comment #969896
  7. #define t_red #cc6666
  8. #define t_orange #de935f
  9. #define t_yellow #f0c674
  10. #define t_green #b5bd68
  11. #define t_aqua #8abeb7
  12. #define t_blue #81a2be
  13. #define t_purple #b294bb
  14. *.foreground: t_foreground
  15. *.background: t_background
  16. *.cursorColor: #aeafad
  17. ! Black / Grey
  18. *.color0: #000000
  19. *.color8: #666666
  20. ! Red / Bright Red
  21. *.color1: t_red
  22. *.color9: #FF3334
  23. ! Green + Bright Green
  24. *.color2: t_green
  25. *.color10: #9ec400
  26. ! Yellow (Orange) + Bright Yellow (Yellow)
  27. *.color3: t_orange
  28. *.color11: t_yellow
  29. ! Blue + Bright Blue
  30. *.color4: t_blue
  31. *.color12: t_blue
  32. ! Magenta (Purple) + Bright Magenta
  33. *.color5: t_purple
  34. *.color13: #b777e0
  35. ! Cyan (Aqua) + Bright Cyan
  36. *.color6: t_aqua
  37. *.color14: #54ced6
  38. ! Light Grey (Selection) + White (Current Line)
  39. *.color7: t_selection
  40. *.color15: t_current_line