Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Base16 oomox-Salon - alacritty color config
- # oomox-Salon
- colors:
- # Default colors
- primary:
- background: '0xbcbcbc'
- foreground: '0x000000'
- # Colors the cursor will use if `custom_cursor_colors` is true
- cursor:
- text: '0xbcbcbc'
- cursor: '0x000000'
- # Normal colors
- normal:
- black: '0xbcbcbc'
- red: '0x963000'
- green: '0x1d6703'
- yellow: '0x714d00'
- blue: '0x214dc2'
- magenta: '0x7d28a3'
- cyan: '0x00684d'
- white: '0x000000'
- # Bright colors
- bright:
- black: '0x5e5e5e'
- red: '0x5b4e00'
- green: '0x0a2028'
- yellow: '0x382b3a'
- blue: '0xd0d0d0'
- magenta: '0xa5928a'
- cyan: '0x642b00'
- white: '0xb29c94'
- draw_bold_text_with_bright_colors: false
Advertisement
Add Comment
Please, Sign In to add comment