base16-onedark-256.Xresources 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ! Base16 OneDark
  2. ! Scheme: Lalit Magant (http://github.com/tilal6991)
  3. #define base00 #282c34
  4. #define base01 #353b45
  5. #define base02 #3e4451
  6. #define base03 #545862
  7. #define base04 #565c64
  8. #define base05 #abb2bf
  9. #define base06 #b6bdca
  10. #define base07 #c8ccd4
  11. #define base08 #e06c75
  12. #define base09 #d19a66
  13. #define base0A #e5c07b
  14. #define base0B #98c379
  15. #define base0C #56b6c2
  16. #define base0D #61afef
  17. #define base0E #c678dd
  18. #define base0F #be5046
  19. *.foreground: base05
  20. #ifdef background_opacity
  21. *.background: [background_opacity]base00
  22. #else
  23. *.background: base00
  24. #endif
  25. *.cursorColor: base05
  26. *.color0: base00
  27. *.color1: base08
  28. *.color2: base0B
  29. *.color3: base0A
  30. *.color4: base0D
  31. *.color5: base0E
  32. *.color6: base0C
  33. *.color7: base05
  34. *.color8: base03
  35. *.color9: base08
  36. *.color10: base0B
  37. *.color11: base0A
  38. *.color12: base0D
  39. *.color13: base0E
  40. *.color14: base0C
  41. *.color15: base07
  42. ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
  43. ! use 'shell' template to set these if necessary
  44. *.color16: base09
  45. *.color17: base0F
  46. *.color18: base01
  47. *.color19: base02
  48. *.color20: base04
  49. *.color21: base06