poetician

brown-rainbow-long | Alacritty default-256

Feb 15th, 2021 (edited)
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # Base16 oomox-brown-rainbow-long 256 - alacritty color config
  2. # oomox-brown-rainbow-long
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0xd7c68d'
  7. foreground: '0xe7ebde'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0xd7c68d'
  12. cursor: '0xe7ebde'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0xd7c68d'
  17. red: '0x6c5010'
  18. green: '0x80471c'
  19. yellow: '0x8e7161'
  20. blue: '0x652a0e'
  21. magenta: '0xA67B5B'
  22. cyan: '0x4a2511'
  23. white: '0xe7ebde'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0xdfd8b5'
  28. red: '0x6c5010'
  29. green: '0x80471c'
  30. yellow: '0x8e7161'
  31. blue: '0x652a0e'
  32. magenta: '0xA67B5B'
  33. cyan: '0x4a2511'
  34. white: '0xe7ebde'
  35.  
  36. indexed_colors:
  37. - { index: 16, color: '0x8e7161' }
  38. - { index: 17, color: '0x694c24' }
  39. - { index: 18, color: '0x231709' }
  40. - { index: 19, color: '0x231709' }
  41. - { index: 20, color: '0xebdaa1' }
  42. - { index: 21, color: '0xeeeeee' }
  43.  
Add Comment
Please, Sign In to add comment