Skip to content

Latest commit

 

History

History

alacritty

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Alacritty

Purify theme for Alacritty

Installation

To get colors that match with purify colors, edit your .alacritty.yml file with these settings:

# Selection colors
selection:
  text:       '0xFAFAFA'
  background: '0x252834'

# Normal colors
primary:
  background: '0x313440'
  foreground: '0xFAFAFA'
normal:
  black:   '0x282C34'
  red:     '0xFF6059'
  green:   '0x5FFF87'
  yellow:  '0xFFFF87'
  blue:    '0x5FAFFF'
  magenta: '0xAF87FF'
  cyan:    '0x5FAFFF'
  white:   '0xFAFAFA'

# Bright colors
bright:
  black:   '0x282C34'
  red:     '0xFF6059'
  green:   '0x5FFF87'
  yellow:  '0xFFFF87'
  blue:    '0x5FAFFF'
  magenta: '0xAF87FF'
  cyan:    '0x5FAFFF'
  white:   '0xFAFAFA'

After edited, save .alacritty.yml file and restart for Alacritty to take effect.

References

If you are using zsh, please take a look at purify/zsh to get zsh config for purify.

Lisence

MIT © Kyoz