diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..86f4ff5 --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -0,0 +1,18 @@ +[general] + import = ["~/.config/alacritty/tokyo-night-storm.toml"] + +[env] +TERM="xterm" + +[window] + padding = { x = 16, y = 16 } + # opacity = 0.75 + decorations = "none" + # blur = true + +[font] + normal = { family = "JetBrainsMono Nerd Font", style = "Semibold"} + size = 12 + +[terminal] + shell = "fish" diff --git a/.config/alacritty/tokyo-night-storm.toml b/.config/alacritty/tokyo-night-storm.toml new file mode 100644 index 0000000..de4be01 --- /dev/null +++ b/.config/alacritty/tokyo-night-storm.toml @@ -0,0 +1,23 @@ +[colors.bright] +black = "#444b6a" +blue = "#7da6ff" +cyan = "#0db9d7" +green = "#b9f27c" +magenta = "#bb9af7" +red = "#ff7a93" +white = "#acb0d0" +yellow = "#ff9e64" + +[colors.normal] +black = "#32344a" +blue = "#7aa2f7" +cyan = "#449dab" +green = "#9ece6a" +magenta = "#ad8ee6" +red = "#f7768e" +white = "#9699a8" +yellow = "#e0af68" + +[colors.primary] +background = "#24283b" +foreground = "#a9b1d6"