poetician

0153-blue-rainbow | Alacritty default-256

Feb 13th, 2021
97
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-0153-blue-rainbow 256 - alacritty color config
  2. # oomox-0153-blue-rainbow
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x000000'
  7. foreground: '0xffffff'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x000000'
  12. cursor: '0xffffff'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x000000'
  17. red: '0xb3530b'
  18. green: '0x03bdfd'
  19. yellow: '0xe9b055'
  20. blue: '0x62b2f7'
  21. magenta: '0xa7cdf8'
  22. cyan: '0x03bdfd'
  23. white: '0xffffff'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x7f7f7f'
  28. red: '0xb3530b'
  29. green: '0x03bdfd'
  30. yellow: '0xe9b055'
  31. blue: '0x62b2f7'
  32. magenta: '0xa7cdf8'
  33. cyan: '0x03bdfd'
  34. white: '0xffffff'
  35.  
  36. indexed_colors:
  37. - { index: 16, color: '0xcbae59' }
  38. - { index: 17, color: '0xab6c1e' }
  39. - { index: 18, color: '0x000000' }
  40. - { index: 19, color: '0x767b82' }
  41. - { index: 20, color: '0x141414' }
  42. - { index: 21, color: '0xdcd9dc' }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment