TokyoNight-Day.yml 696 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Colors (TokyoNight-Day)
  2. colors:
  3. name: TokyoNight Day
  4. author: Folke
  5. # Default colors
  6. primary:
  7. background: '0xe1e2e7'
  8. foreground: '0x3760bf'
  9. # Normal colors
  10. normal:
  11. black: '0xe9e9ed'
  12. red: '0xf52a65'
  13. green: '0x587539'
  14. yellow: '0x8c6c3e'
  15. blue: '0x2e7de9'
  16. magenta: '0x9854f1'
  17. cyan: '0x007197'
  18. white: '0x6172b0'
  19. # Bright colors
  20. bright:
  21. black: '0xa1a6c5'
  22. red: '0xf52a65'
  23. green: '0x587539'
  24. yellow: '0x8c6c3e'
  25. blue: '0x2e7de9'
  26. magenta: '0x9854f1'
  27. cyan: '0x007197'
  28. white: '0x3760bf'
  29. indexed_colors:
  30. - { index: 16, color: '0xb15c00' }
  31. - { index: 17, color: '0xc64343' }