Skip to content

Instantly share code, notes, and snippets.

@andersonfernandes
Created September 21, 2020 22:18
Show Gist options
  • Save andersonfernandes/6ffb1d4ff6c08498858be562dfccb9b1 to your computer and use it in GitHub Desktop.
Save andersonfernandes/6ffb1d4ff6c08498858be562dfccb9b1 to your computer and use it in GitHub Desktop.
.config/alacritty/alacritty.yml
# Configuration for Alacritty, the GPU enhanced terminal emulator.
window:
decorations: none
startup_mode: Windowed
dynamic_title: true
dynamic_padding: true
padding:
x: 1
y: 1
font:
normal:
family: 'Hack Nerd Font'
bold:
family: 'Hack Nerd Font'
italic:
family: 'Hack Nerd Font'
bold_italic:
family: 'Hack Nerd Font'
size: 12.0
colors:
primary:
background: '#282828'
foreground: '#ebdbb2'
normal:
black: '#282828'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment