tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
update alacritty config
seth.computer
3 years ago
412c6523
4672e11f
+31
-32
1 changed file
expand all
collapse all
unified
split
misc
alacritty.yml
+31
-32
misc/alacritty.yml
reviewed
···
1
1
window:
2
2
-
decorations: none
3
3
-
padding:
4
4
-
x: 2
5
5
-
y: 2
2
2
+
decorations: none
3
3
+
padding:
4
4
+
x: 2
5
5
+
y: 2
6
6
7
7
font:
8
8
-
size: 15
9
9
-
normal:
10
10
-
family: "Iosevka Nerd Font"
11
11
-
use_thin_strokes: true
8
8
+
size: 15
9
9
+
normal:
10
10
+
family: "Iosevka Nerd Font"
12
11
13
12
draw_bold_text_with_bright_colors: true
14
13
15
14
# Colors (Solarized Light)
16
15
colors:
17
17
-
# Default colors
18
18
-
primary:
19
19
-
background: '0xfdf6e3'
20
20
-
foreground: '0x657b83'
16
16
+
# Default colors
17
17
+
primary:
18
18
+
background: "0xfdf6e3"
19
19
+
foreground: "0x657b83"
21
20
22
22
-
# Normal colors
23
23
-
normal:
24
24
-
black: '0x073642'
25
25
-
red: '0xdc322f'
26
26
-
green: '0x859900'
27
27
-
yellow: '0xb58900'
28
28
-
blue: '0x268bd2'
29
29
-
magenta: '0xd33682'
30
30
-
cyan: '0x2aa198'
31
31
-
white: '0xeee8d5'
21
21
+
# Normal colors
22
22
+
normal:
23
23
+
black: "0x073642"
24
24
+
red: "0xdc322f"
25
25
+
green: "0x859900"
26
26
+
yellow: "0xb58900"
27
27
+
blue: "0x268bd2"
28
28
+
magenta: "0xd33682"
29
29
+
cyan: "0x2aa198"
30
30
+
white: "0xeee8d5"
32
31
33
33
-
# Bright colors
34
34
-
bright:
35
35
-
black: '0x002b36'
36
36
-
red: '0xcb4b16'
37
37
-
green: '0x586e75'
38
38
-
yellow: '0x657b83'
39
39
-
blue: '0x839496'
40
40
-
magenta: '0x6c71c4'
41
41
-
cyan: '0x93a1a1'
42
42
-
white: '0xfdf6e3'
32
32
+
# Bright colors
33
33
+
bright:
34
34
+
black: "0x002b36"
35
35
+
red: "0xcb4b16"
36
36
+
green: "0x586e75"
37
37
+
yellow: "0x657b83"
38
38
+
blue: "0x839496"
39
39
+
magenta: "0x6c71c4"
40
40
+
cyan: "0x93a1a1"
41
41
+
white: "0xfdf6e3"