aboutsummaryrefslogtreecommitdiff
path: root/.alacritty.yml
blob: de68a059d356eff4863afbacc8b89f7ae6608407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
font:
  normal:
    family: DejaVuSansMono Nerd Font
  size: 7

# Gruvbox theme
colors:
  primary:
    background: '#282828'
    foreground: '#ebdbb2'

  normal:
    black:   '#282828'
    red:     '#cc241d'
    green:   '#98971a'
    yellow:  '#d79921'
    blue:    '#458588'
    magenta: '#b16286'
    cyan:    '#689d6a'
    white:   '#a89984'