poetician

Alacritty | 0137 Flower Gradient_02

Nov 21st, 2020 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. # Base16 oomox-0137 Flower Gradient_02 - alacritty color config
  2. # oomox-0137 Flower Gradient_02
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x000000'
  7. foreground: '0xfee6e7'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x000000'
  12. cursor: '0xfee6e7'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x000000'
  17. red: '0x6e4e91'
  18. green: '0x233d62'
  19. yellow: '0xcc6853'
  20. blue: '0x263268'
  21. magenta: '0xcc1579'
  22. cyan: '0xc793cf'
  23. white: '0xfee6e7'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x7f7373'
  28. red: '0xfec696'
  29. green: '0x1e1226'
  30. yellow: '0x817f99'
  31. blue: '0x000000'
  32. magenta: '0xffffff'
  33. cyan: '0xa2767f'
  34. white: '0xfee6e7'
  35.  
  36. draw_bold_text_with_bright_colors: false
  37.  
Add Comment
Please, Sign In to add comment