aboutsummaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/embark.toml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 17:02:30 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 17:02:30 +0530
commitd7e748764e5c3a9000d6c89c392c230265d5f267 (patch)
tree1fea2f9e0ec16b52d7f9e91fba8a2f9438fb4e61 /.config/alacritty/themes/embark.toml
parent2de2569126664936d006e0f711a4ad8c2ca6f706 (diff)
removed unnecessary themes, modified mocha a bit
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"