summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.yml
blob: 10057830eac1ebe076a4b624a6dd6ced3e504de8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
env:
  TERM: xterm-256color
window:
  gtk_theme_variant: dark
  opacity: 0.9
font:
  normal:
    family: monospace
  size: 13
colors:
  primary:
    background: '#0f0f10'
    foreground: '#fffffa'
  normal:
    black:   '#0f0f10'
    red:     '#8F6B55'
    green:   '#957362'
    yellow:  '#CC9470'
    blue:    '#A78A70'
    magenta: '#A39991'
    cyan:    '#CEAC91'
    white:   '#dcd8d4'
  bright:
    black:   '#272729'
    red:     '#c8875f'
    green:   '#d1906f'
    yellow:  '#ffbb7d'
    blue:    '#ebb27f'
    magenta: '#e7c4a8'
    cyan:    '#ffdca5'
    white:   '#fffffa'
cursor:
  style: Block
  unfocused_hollow: true
  text: '#0f0f10'
  cursor: '#dcd8d4'
live_config_reload: true
mouse:
  hide_when_typing: false