aboutsummaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/embark.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes/embark.toml')
-rw-r--r--.config/alacritty/themes/embark.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/alacritty/themes/embark.toml b/.config/alacritty/themes/embark.toml
new file mode 100644
index 0000000..209ed93
--- /dev/null
+++ b/.config/alacritty/themes/embark.toml
@@ -0,0 +1,27 @@
+[colors.bright]
+black = "#585273"
+blue = "#78a8ff"
+cyan = "#63f2f1"
+green = "#7fe9c3"
+magenta = "#7676ff"
+red = "#f02e6e"
+white = "#8a889d"
+yellow = "#f2b482"
+
+[colors.cursor]
+cursor = "#a1efd3"
+text = "#1e1c31"
+
+[colors.normal]
+black = "#1e1c31"
+blue = "#91ddff"
+cyan = "#abf8f7"
+green = "#a1efd3"
+magenta = "#d4bfff"
+red = "#f48fb1"
+white = "#cbe3e7"
+yellow = "#ffe6b3"
+
+[colors.primary]
+background = "#1e1c31"
+foreground = "#cbe3e7"