aboutsummaryrefslogtreecommitdiffstats
path: root/alacritty/.config/alacritty/tokyonight-storm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/.config/alacritty/tokyonight-storm.toml')
-rw-r--r--alacritty/.config/alacritty/tokyonight-storm.toml32
1 files changed, 32 insertions, 0 deletions
diff --git a/alacritty/.config/alacritty/tokyonight-storm.toml b/alacritty/.config/alacritty/tokyonight-storm.toml
new file mode 100644
index 0000000..efda1e2
--- /dev/null
+++ b/alacritty/.config/alacritty/tokyonight-storm.toml
@@ -0,0 +1,32 @@
+# -----------------------------------------------------------------------------
+# TokyoNight Alacritty Colors
+# Theme: Tokyo Night Storm
+# Upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/alacritty/tokyonight_storm.toml
+# -----------------------------------------------------------------------------
+
+# Default colors
+[colors.primary]
+background = '#24283b'
+foreground = '#c0caf5'
+
+# Normal colors
+[colors.normal]
+black = '#1d202f'
+red = '#f7768e'
+green = '#9ece6a'
+yellow = '#e0af68'
+blue = '#7aa2f7'
+magenta = '#bb9af7'
+cyan = '#7dcfff'
+white = '#a9b1d6'
+
+# Bright colors
+[colors.bright]
+black = '#414868'
+red = '#ff899d'
+green = '#9fe044'
+yellow = '#faba4a'
+blue = '#8db0ff'
+magenta = '#c7a9ff'
+cyan = '#a4daff'
+white = '#c0caf5'