summary refs log tree commit diff
path: root/.config/alacritty/launcher.yml
blob: 70f3c45a3a51d1e67becc2ad54d01a7a78a42822 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
env:
  TERM: alacritty
  GUICALL: '1'

window:
  padding:
    x: 8
    y: 8
  dynamic_padding: true
  decorations: none

font:
  normal:
    family: Iosevka
    style: Medium
  bold:
    style: Bold
  italic:
    style: Italic
  size: 13.0

colors:
  primary:
    background: '#221e1d'
    foreground: '#fffefe'
    dim_foreground: '#BDC0BA'
    bright_foreground: '#ffffff' # just white ;)
  cursor:
    text: '#221e1d'
    cursor: '#fffefe'
  normal:
    black:   '#221e1d'
    red:     '#b76868'
    green:   '#bfbd90'
    yellow:  '#ae9892'
    blue:    '#b5c1c0'
    magenta: '#76a3b0'
    cyan:    '#4777aa'
    white:   '#c7c6c6'
  bright:
    black:   '#3d3533'
    red:     '#ff7474'
    green:   '#ffffa5'
    yellow:  '#f6b9a9'
    blue:    '#d3ffff'
    magenta: '#86def7'
    cyan:    '#4c9aec'
    white:   '#fffefe'

background_opacity: 0.95
# shell:
#   program: /usr/bin/env
#   args:
#     - LD_LIBRARY_PATH=/usr/local/lib64
#     - mrsh