poetician

Salon | Alacritty

Dec 24th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # Base16 oomox-Salon_Round - alacritty color config
  2. # oomox-Salon_Round
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x222222'
  7. foreground: '0xdcdcdc'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x222222'
  12. cursor: '0xdcdcdc'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x222222'
  17. red: '0x808080'
  18. green: '0xa6a6a6'
  19. yellow: '0x9e9e9e'
  20. blue: '0x7a7a7a'
  21. magenta: '0x7e7e7e'
  22. cyan: '0x969696'
  23. white: '0xdcdcdc'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x7f7f7f'
  28. red: '0x7c7c7c'
  29. green: '0x333333'
  30. yellow: '0x3d3d3d'
  31. blue: '0x0e0e0e'
  32. magenta: '0x9c9c9c'
  33. cyan: '0x6a6a6a'
  34. white: '0xc0c0c0'
  35.  
  36. draw_bold_text_with_bright_colors: false
  37.  
Advertisement
Add Comment
Please, Sign In to add comment