poetician

0043 Misty Road 03 | Alacritty default-256

Dec 13th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # Base16 oomox-0043 Misty Road 03 256 - alacritty color config
  2. # oomox-0043 Misty Road 03
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x1A0C00'
  7. foreground: '0xf4ad3f'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x1A0C00'
  12. cursor: '0xf4ad3f'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x1A0C00'
  17. red: '0xd24e14'
  18. green: '0x435437'
  19. yellow: '0xf4ad3e'
  20. blue: '0x4d3f33'
  21. magenta: '0xd24e14'
  22. cyan: '0x435437'
  23. white: '0xf4ad3f'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x875c1f'
  28. red: '0xd24e14'
  29. green: '0x435437'
  30. yellow: '0xf4ad3e'
  31. blue: '0x4d3f33'
  32. magenta: '0xd24e14'
  33. cyan: '0x435437'
  34. white: '0xf4ad3f'
  35.  
  36. indexed_colors:
  37. - { index: 16, color: '0xf4ad3e' }
  38. - { index: 17, color: '0xcf6914' }
  39. - { index: 18, color: '0x1A0C00' }
  40. - { index: 19, color: '0x787960' }
  41. - { index: 20, color: '0x2e2014' }
  42. - { index: 21, color: '0xeea93f' }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment