Base16-Gruvbox-Light.yml 1020 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Base16 Gruvbox light, soft 256 - alacritty color config
  2. # Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '#f2e5bc'
  7. foreground: '#504945'
  8. # Colors the cursor will use if `custom_cursor_colors` is true
  9. cursor:
  10. text: '#f2e5bc'
  11. cursor: '#504945'
  12. # Normal colors
  13. normal:
  14. black: '#f2e5bc'
  15. red: '#9d0006'
  16. green: '#79740e'
  17. yellow: '#b57614'
  18. blue: '#076678'
  19. magenta: '#8f3f71'
  20. cyan: '#427b58'
  21. white: '#504945'
  22. # Bright colors
  23. bright:
  24. black: '#bdae93'
  25. red: '#9d0006'
  26. green: '#79740e'
  27. yellow: '#b57614'
  28. blue: '#076678'
  29. magenta: '#8f3f71'
  30. cyan: '#427b58'
  31. white: '#282828'
  32. indexed_colors:
  33. - { index: 16, color: '#af3a03' }
  34. - { index: 17, color: '#d65d0e' }
  35. - { index: 18, color: '#ebdbb2' }
  36. - { index: 19, color: '#d5c4a1' }
  37. - { index: 20, color: '#665c54' }
  38. - { index: 21, color: '#3c3836' }