summaryrefslogtreecommitdiff
path: root/home-config/alacritty/alacritty.yml
blob: 37c52d4a3d170853058bfe1e7fc8b0a8093b745c (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: .85
  padding:
    x: 5
    y: 5

# Set font
font:
    normal:
        family: 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'