-
Notifications
You must be signed in to change notification settings - Fork 1
/
alacritty.yml
82 lines (69 loc) · 1.44 KB
/
alacritty.yml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
env:
TERM: xterm-256color
window:
dimensions:
columns: 0
lines: 0
padding:
x: 0
y: 0
# Spread additional padding evenly around the terminal content.
dynamic_padding: true
decorations: full
startup_mode: Windowed
scrolling:
history: 10000
multiplier: 3
# Font configuration (changes require restart)
font:
# Normal (roman) font face
normal:
family: "JetBrains Mono"
style: Regular
size: 10.0
offset:
x: 0
y: 0
glyph_offset:
x: 0
y: 0
background_opacity: 1.0
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true
# Colors (Gruvbox dark)
colors:
primary:
hard contrast: background = '0x1d2021'
background: "0x282828"
soft contrast: background = '0x32302f'
foreground: "0xebdbb2"
# Normal colors
normal:
black: "0x282828"
red: "0xcc241d"
green: "0x98971a"
yellow: "0xd79921"
blue: "0x458588"
magenta: "0xb16286"
cyan: "0x689d6a"
white: "0xa89984"
# Bright colors
bright:
black: "0x928374"
red: "0xfb4934"
green: "0xb8bb26"
yellow: "0xfabd2f"
blue: "0x83a598"
magenta: "0xd3869b"
cyan: "0x8ec07c"
white: "0xebdbb2"
mouse:
hide_when_typing: false
selection:
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: false
cursor:
style: Block
unfocused_hollow: true
# Live config reload (changes require restart)
live_config_reload: true