poetician

Turquoise | Alacritty

Apr 3rd, 2021 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Base16 oomox-Turquoise - alacritty color config
  2. # oomox-Turquoise
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x2aa1b7'
  7. foreground: '0x073351'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x2aa1b7'
  12. cursor: '0x073351'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x2aa1b7'
  17. red: '0xc73202'
  18. green: '0x586442'
  19. yellow: '0x7e5c02'
  20. blue: '0x1b58cb'
  21. magenta: '0x8e47ac'
  22. cyan: '0x416289'
  23. white: '0x073351'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x186983'
  28. red: '0x8e5202'
  29. green: '0x000012'
  30. yellow: '0x000f4f'
  31. blue: '0x3eb5cb'
  32. magenta: '0xabd9ee'
  33. cyan: '0x962e00'
  34. white: '0xb9e2f6'
  35.  
  36. draw_bold_text_with_bright_colors: false
Add Comment
Please, Sign In to add comment