summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.yml
blob: b13c56770c96a5591497b6354baf74b52da077ff (plain)
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
# Colorscheme
import:
- ~/.config/alacritty/catppuccin-mocha.yml

# Window settings
window:
  opacity: 0.85
  padding:
    x: 10
    y: 10

# Set font
font:
    normal:
        family: monospace # FiraCode Nerd Font Mono
        style: Regular
    bold:
        style: Bold
    italic:
        style: Italic
    bold_italic:
        style: Bold Italic
    size: 11
    offset:
        x: 0
        y: 0

colors:
  primary:
    background: '0x14171d'
    foreground: '0xc7c6c3'