-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty
60 lines (50 loc) · 1007 Bytes
/
alacritty
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
import:
- ~/.config/alacritty/themes/themes/rose-pine.yaml
window:
opacity: 1.0
decorations: buttonless
padding:
x: 10
y: 10
dynamic_padding: true
font:
normal:
family: JetBrainsMono Nerd Font Mono
style: Regular
bold:
family: JetBrainsMono Nerd Font Mono
style: Bold
italic:
family: JetBrainsMono Nerd Font Mono
style: Italic
bold_italic:
family: JetBrainsMono Nerd Font Mono
style: Bold Italic
size: 17
colors:
primary:
background: '0x000000'
foreground: '0xD1D2D3'
cursor:
text: '0xFEFFFF'
cursor: '0xc7c7c7'
# Normal colors
normal:
black: '0x000000'
red: '0xE68E8E'
green: '0x83AC8E'
yellow: '0xF5B78A'
blue: '0x9BB8DC'
magenta: '0xBAACE2'
cyan: '0x00C5C7'
white: '0xC7C7C7'
# Bright colors
bright:
black: '0x676767'
red: '0xFF6D67'
green: '0x5FF967'
yellow: '0xFEFB67'
blue: '0x6871FF'
magenta: '0xFF76FF'
cyan: '0x5FFDFF'
white: '0xFEFFFF'