poetician

Alacritty | 0268 Forest Plains Peaks

Nov 21st, 2020
97
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-0268 Forest Plains Peaks - alacritty color config
  2. # oomox-0268 Forest Plains Peaks
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x1f2629'
  7. foreground: '0x88a8b8'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x1f2629'
  12. cursor: '0x88a8b8'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x1f2629'
  17. red: '0xdc6b25'
  18. green: '0x517369'
  19. yellow: '0xae7d40'
  20. blue: '0x3d94c2'
  21. magenta: '0xc5b5a2'
  22. cyan: '0x3077a2'
  23. white: '0x88a8b8'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x536770'
  28. red: '0x997936'
  29. green: '0x1f2629'
  30. yellow: '0x2a2b34'
  31. blue: '0x333a3d'
  32. magenta: '0x8f9391'
  33. cyan: '0xa65d19'
  34. white: '0x88a8b8'
  35.  
  36. draw_bold_text_with_bright_colors: false
  37.  
Advertisement
Add Comment
Please, Sign In to add comment