aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/alacritty/colors.toml
diff options
context:
space:
mode:
Diffstat (limited to 'X11/alacritty/colors.toml')
-rw-r--r--X11/alacritty/colors.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/X11/alacritty/colors.toml b/X11/alacritty/colors.toml
new file mode 100644
index 0000000..e4dc734
--- /dev/null
+++ b/X11/alacritty/colors.toml
@@ -0,0 +1,23 @@
1[colors.bright]
2black = "#50545B"
3blue = "#6CB8F9"
4cyan = "#5FC0CC"
5green = "#A2CD83"
6magenta = "#D282E7"
7red = "#EA757E"
8white = "#B5BCC9"
9yellow = "#EFCA84"
10
11[colors.normal]
12black = "#32363D"
13blue = "#177CC0"
14cyan = "#55B6C2"
15green = "#98C379"
16magenta = "#C778DD"
17red = "#E06B74"
18white = "#ABB2BF"
19yellow = "#E5C07A"
20
21[colors.primary]
22background = "#1E2128"
23foreground = "#ABB2BF"