-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.yml
80 lines (69 loc) · 1.65 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
#==============================================================================
# title : alacritty.yml
# description : This file contains my alacritty config
# author : Adi Iyengar
# username : aditya7iyengar
# date_created : 2017-02-01
# version : 0.9
# usage : Link to ~/alacritty.yml
# versions : Tmux 2.x, Zsh 5.x
#==============================================================================
colors:
# Default colors
primary:
background: '#383232'
foreground: '#d6d6d6'
dim_foreground: '#dbdbdb'
bright_foreground: '#d9d9d9'
dim_background: '#202020' # not sure
bright_background: '#3a3a3a' # not sure
# Cursor colors
cursor:
text: '#2c2c2c'
cursor: '#d9d9d9'
# Normal colors
normal:
black: '#073642'
red: '#bc5653'
green: '#909d63'
yellow: '#B58900'
blue: '#268BD2'
magenta: '#aa6292'
cyan: '#86d3ce'
white: '#cacaca'
# Bright colors
bright:
black: '#636363'
red: '#bc5653'
green: '#909d63'
yellow: '#ebc17a'
blue: '#7eaac7'
magenta: '#aa6292'
cyan: '#86d3ce'
white: '#f7f7f7'
# Dim colors
dim:
black: '#232323'
red: '#74423f'
green: '#5e6547'
yellow: '#8b7653'
blue: '#556b79'
magenta: '#6e4962'
cyan: '#5c8482'
white: '#828282'
font:
normal:
family: Hack Nerd Font Mono
style: Regular
# The bold font face
bold:
family: Hack Nerd Font Mono
style: Bold
# The italic font face
italic:
family: Hack Nerd Font Mono
style: Italic
size: 7
dimensions:
columns: 95
lines: 34