aboutsummaryrefslogtreecommitdiffhomepage
path: root/alacritty/colors.yml
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-06-27 13:27:47 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-06-27 13:27:47 +0800
commit4453cc0908626ab8a3850facd06916078a596f14 (patch)
tree0ad2979c61048dccfde8d22948f345eb1ba01520 /alacritty/colors.yml
parent606e58cf51eee32315ed3bca2ef518e2b7782864 (diff)
Update
Diffstat (limited to 'alacritty/colors.yml')
-rw-r--r--alacritty/colors.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/alacritty/colors.yml b/alacritty/colors.yml
new file mode 100644
index 0000000..5c83d9f
--- /dev/null
+++ b/alacritty/colors.yml
@@ -0,0 +1,30 @@
1## Colors configuration
2colors:
3 # Default colors
4 primary:
5 background: '#1E2128'
6 foreground: '#ABB2BF'
7
8 # Normal colors
9 normal:
10 black: '#32363D'
11 red: '#E06B74'
12 green: '#98C379'
13 #green: '#368405'
14 yellow: '#E5C07A'
15 #blue: '#62AEEF'
16 blue: '#177CC0'
17 magenta: '#C778DD'
18 cyan: '#55B6C2'
19 white: '#ABB2BF'
20
21 # Bright colors
22 bright:
23 black: '#50545B'
24 red: '#EA757E'
25 green: '#A2CD83'
26 yellow: '#EFCA84'
27 blue: '#6CB8F9'
28 magenta: '#D282E7'
29 cyan: '#5FC0CC'
30 white: '#B5BCC9'