poetician

orange-rainbow Theme | Alacritty Default-256

Feb 12th, 2021
113
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-orange-rainbow 256 - alacritty color config
  2. # oomox-orange-rainbow
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0xfa8128'
  7. foreground: '0x804541'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0xfa8128'
  12. cursor: '0x804541'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0xfa8128'
  17. red: '0xffbc51'
  18. green: '0xfae300'
  19. yellow: '0xffcd00'
  20. blue: '0xfed3d7'
  21. magenta: '0xffb8d7'
  22. cyan: '0x72e981'
  23. white: '0x804541'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0xbd6234'
  28. red: '0xffbc51'
  29. green: '0xfae300'
  30. yellow: '0xffcd00'
  31. blue: '0xfed3d7'
  32. magenta: '0xffb8d7'
  33. cyan: '0x72e981'
  34. white: '0x804541'
  35.  
  36. indexed_colors:
  37. - { index: 16, color: '0xffc700' }
  38. - { index: 17, color: '0xebad14' }
  39. - { index: 18, color: '0x804541' }
  40. - { index: 19, color: '0x804541' }
  41. - { index: 20, color: '0xff953c' }
  42. - { index: 21, color: '0x642210' }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment