-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.alacritty.toml
47 lines (39 loc) · 919 Bytes
/
.alacritty.toml
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
[font]
size = 9
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
bold = { family = "JetBrainsMono Nerd Font", style = "Bold" }
italic = { family = "JetBrainsMono Nerd Font", style = "Italic" }
bold_italic = { family = "JetBrainsMono Nerd Font", style = "Bolt Italic" }
[window]
startup_mode = "Maximized"
# KDE Breeze (Ported from Konsole)
# Colors (Dracula+)
[colors.primary]
background = '#050405'
foreground = '#F8F8F2'
[colors.cursor]
text = '#0E1415'
cursor = '#ECEFF4'
[colors.normal]
black = '#21222C'
red = '#FF5555'
# green = '#50FA7B'
green = '#02d355'
yellow = '#FFCB6B'
blue = '#82AAFF'
magenta = '#C792EA'
cyan = '#8BE9FD'
white = '#F8F9F2'
[colors.bright]
black = '#545454'
red = '#FF6E6E'
#green = '#69FF94'
green = '#04f966'
yellow = '#FFCB6B'
blue = '#D6ACFF'
magenta = '#FF92DF'
cyan = '#A4FFFF'
white = '#F8F8F2'
[env]
TERM = "xterm-256color"
WINIT_X11_SCALE_FACTOR = "1.0"