poetician

Turquoise | Alacritty 256

Apr 3rd, 2021 (edited)
69
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-Turquoise 02 256 - alacritty color config
  2. # oomox-Turquoise 02
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x073351'
  7. foreground: '0x2aa1b7'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x073351'
  12. cursor: '0x2aa1b7'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x073351'
  17. red: '0xed3900'
  18. green: '0xed9f00'
  19. yellow: '0xedd263'
  20. blue: '0x879ffc'
  21. magenta: '0xba9fc9'
  22. cyan: '0x87d2fc'
  23. white: '0x2aa1b7'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x186983'
  28. red: '0xed3900'
  29. green: '0xed9f00'
  30. yellow: '0xedd263'
  31. blue: '0x879ffc'
  32. magenta: '0xba9fc9'
  33. cyan: '0x87d2fc'
  34. white: '0xbad2fc'
  35.  
  36. indexed_colors:
  37. - { index: 16, color: '0xba9f63' }
  38. - { index: 17, color: '0xbf581d' }
  39. - { index: 18, color: '0x000600' }
  40. - { index: 19, color: '0x546c96' }
  41. - { index: 20, color: '0x1b4765' }
  42. - { index: 21, color: '0xedd296' }
Add Comment
Please, Sign In to add comment