TomorrowNightBlue.Xresources 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. !TomorrowNightBlue
  2. #define t_background #002451
  3. #define t_current_line #00346e
  4. #define t_selection #003f8e
  5. #define t_foreground #ffffff
  6. #define t_comment #7285b7
  7. #define t_red #ff9da4
  8. #define t_orange #ffc58f
  9. #define t_yellow #ffeead
  10. #define t_green #d1f1a9
  11. #define t_aqua #99ffff
  12. #define t_blue #bbdaff
  13. #define t_purple #ebbbff
  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