diff options
Diffstat (limited to 'alacritty/.config')
| -rw-r--r-- | alacritty/.config/alacritty/alacritty.toml | 35 | ||||
| -rw-r--r-- | alacritty/.config/alacritty/tokyonight-storm.toml | 32 |
2 files changed, 37 insertions, 30 deletions
diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index 6cf1b07..b4a6a02 100644 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -1,37 +1,12 @@ -[window] -# opacity=0.9 +[general] +import=[ +"tokyonight-storm.toml" +] + [window.padding] y = 6 x = 6 [font] -# normal = { family = "JetBrainsMono Nerd Font Propo", style = "Regular" } normal = { family = "Hasklug Nerd Font Propo", style = "Regular" } -# size = 20 size = 8 - -[colors.bright] -black = "#444b6a" -blue = "#7da6ff" -cyan = "#0db9d7" -green = "#b9f27c" -magenta = "#bb9af7" -red = "#ff7a93" -white = "#acb0d0" -yellow = "#ff9e64" - - -[colors.primary] -background = "#1a1b26" -foreground = "#c0caf5" - -[colors.normal] -black = "#15161e" -red = "#f7768e" -green = "#9ece6a" -yellow = "#e0af68" -blue = "#7aa2f7" -magenta = "#bb9af7" -cyan = "#7dcfff" -white = "#a9b1d6" - 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' |
