poetician

Alacritty | 006 Piano Hall

Nov 21st, 2020
85
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-0006 Piano Hall - alacritty color config
  2. # oomox-0006 Piano Hall
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x212427'
  7. foreground: '0x9ea0b0'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x212427'
  12. cursor: '0x9ea0b0'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x212427'
  17. red: '0xb07959'
  18. green: '0x65695d'
  19. yellow: '0xb07959'
  20. blue: '0x8d9ba1'
  21. magenta: '0xc3c1c1'
  22. cyan: '0x8d9ba1'
  23. white: '0x9ea0b0'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x5f616b'
  28. red: '0x997758'
  29. green: '0x212427'
  30. yellow: '0x2a2b34'
  31. blue: '0x35383b'
  32. magenta: '0x909293'
  33. cyan: '0x906444'
  34. white: '0x9ea0b0'
  35.  
  36. draw_bold_text_with_bright_colors: false
Advertisement
Add Comment
Please, Sign In to add comment