poetician

Pasture | Alacritty 256

Jan 24th, 2022
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # Base16 oomox-Pasture FSCN6916 Barbouillage 256 - alacritty color config
  2. # oomox-Pasture FSCN6916 Barbouillage
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0xfffefc'
  7. foreground: '0x0e1d19'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0xfffefc'
  12. cursor: '0x0e1d19'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0xfffefc'
  17. red: '0xbd5340'
  18. green: '0x9bb489'
  19. yellow: '0xe7a43a'
  20. blue: '0x5188cb'
  21. magenta: '0xeb8287'
  22. cyan: '0x8fb3f4'
  23. white: '0x0e1d19'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x868d8a'
  28. red: '0xbd5340'
  29. green: '0x9bb489'
  30. yellow: '0xe7a43a'
  31. blue: '0x5188cb'
  32. magenta: '0xeb8287'
  33. cyan: '0x8fb3f4'
  34. white: '0xf0f0ed'
  35.  
  36. indexed_colors:
  37. - { index: 16, color: '0xdb8935' }
  38. - { index: 17, color: '0xb85a26' }
  39. - { index: 18, color: '0x3e3d3b' }
  40. - { index: 19, color: '0x4e4c4b' }
  41. - { index: 20, color: '0xffffff' }
  42. - { index: 21, color: '0xd7d6db' }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment