summaryrefslogtreecommitdiff
path: root/dots/alacritty/.config/alacritty/alacritty-theme/themes/terafox.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/terafox.toml')
-rw-r--r--dots/alacritty/.config/alacritty/alacritty-theme/themes/terafox.toml71
1 files changed, 71 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/terafox.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/terafox.toml
new file mode 100644
index 0000000..84b7f6d
--- /dev/null
+++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/terafox.toml
@@ -0,0 +1,71 @@
+# Nightfox Alacritty Colors
+## name: terafox
+## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/terafox/alacritty.toml
+
+[colors.primary]
+background = "#152528"
+foreground = "#e6eaea"
+dim_foreground = "#cbd9d8"
+bright_foreground = "#eaeeee"
+
+[colors.cursor]
+text = "#e6eaea"
+cursor = "#cbd9d8"
+
+[colors.vi_mode_cursor]
+text = "#e6eaea"
+cursor = "#a1cdd8"
+
+[colors.search.matches]
+foreground = "#e6eaea"
+background = "#425e5e"
+
+[colors.search.focused_match]
+foreground = "#e6eaea"
+background = "#7aa4a1"
+
+[colors.footer_bar]
+foreground = "#e6eaea"
+background = "#254147"
+
+[colors.hints.start]
+foreground = "#e6eaea"
+background = "#ff8349"
+
+[colors.hints.end]
+foreground = "#e6eaea"
+background = "#254147"
+
+[colors.selection]
+text = "#e6eaea"
+background = "#293e40"
+
+[colors.normal]
+black = "#2f3239"
+red = "#e85c51"
+green = "#7aa4a1"
+yellow = "#fda47f"
+blue = "#5a93aa"
+magenta = "#ad5c7c"
+cyan = "#a1cdd8"
+white = "#ebebeb"
+
+[colors.bright]
+black = "#4e5157"
+red = "#eb746b"
+green = "#8eb2af"
+yellow = "#fdb292"
+blue = "#73a3b7"
+magenta = "#b97490"
+cyan = "#afd4de"
+white = "#eeeeee"
+
+[colors.dim]
+black = "#282a30"
+red = "#c54e45"
+green = "#688b89"
+yellow = "#d78b6c"
+blue = "#4d7d90"
+magenta = "#934e69"
+cyan = "#89aeb8"
+white = "#c8c8c8"