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, 0 insertions, 27 deletions
diff --git a/.config/alacritty/themes/embark.toml b/.config/alacritty/themes/embark.toml
deleted file mode 100644
index 209ed93..0000000
--- a/.config/alacritty/themes/embark.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-[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"