Advertisement
poetician

seal-brown | Alacritty

Apr 24th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # Base16 oomox-seal brown 256 - alacritty color config
  2. # oomox-seal brown
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x190134'
  7. foreground: '0xbdb6c5'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x190134'
  12. cursor: '0xbdb6c5'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x190134'
  17. red: '0x27d9d5'
  18. green: '0xc33678'
  19. yellow: '0x8f6c97'
  20. blue: '0xbd0152'
  21. magenta: '0x82034c'
  22. cyan: '0xf80059'
  23. white: '0xbdb6c5'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x6b5b7c'
  28. red: '0x27d9d5'
  29. green: '0xc33678'
  30. yellow: '0x8f6c97'
  31. blue: '0xbd0152'
  32. magenta: '0x82034c'
  33. cyan: '0xf80059'
  34. white: '0xfeffff'
  35.  
  36. indexed_colors:
  37. - { index: 16, color: '0x5ba2b6' }
  38. - { index: 17, color: '0x2da9b1' }
  39. - { index: 18, color: '0x392551' }
  40. - { index: 19, color: '0x5a496e' }
  41. - { index: 20, color: '0x050020' }
  42. - { index: 21, color: '0xdedae2' }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement