poetician

salon-rainbow | Alacritty

Feb 14th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Base16 oomox-Salon - alacritty color config
  2. # oomox-Salon
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0xbcbcbc'
  7. foreground: '0x000000'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0xbcbcbc'
  12. cursor: '0x000000'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0xbcbcbc'
  17. red: '0x963000'
  18. green: '0x1d6703'
  19. yellow: '0x714d00'
  20. blue: '0x214dc2'
  21. magenta: '0x7d28a3'
  22. cyan: '0x00684d'
  23. white: '0x000000'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x5e5e5e'
  28. red: '0x5b4e00'
  29. green: '0x0a2028'
  30. yellow: '0x382b3a'
  31. blue: '0xd0d0d0'
  32. magenta: '0xa5928a'
  33. cyan: '0x642b00'
  34. white: '0xb29c94'
  35.  
  36. draw_bold_text_with_bright_colors: false
  37.  
Advertisement
Add Comment
Please, Sign In to add comment