From 1e9356a11e8e4de4392104d935fee042c4e5f7df Mon Sep 17 00:00:00 2001 From: Atao Date: Sun, 7 Jan 2024 00:05:00 +0100 Subject: [PATCH] first commit --- README.md | 0 alacritty.toml | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 README.md create mode 100644 alacritty.toml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/alacritty.toml b/alacritty.toml new file mode 100644 index 0000000..dafa910 --- /dev/null +++ b/alacritty.toml @@ -0,0 +1,39 @@ +[shell] +program = "/bin/zsh" + +#--------------------------------- Colors +[colors.primary] +background = "#1E1E2E" +foreground = "#CDD6F4" +dim_foreground = "#CDD6F4" +bright_foreground = "#CDD6F4" + +[colors.normal] +black = "#45475A" +red = "#F38BA8" +green = "#A6E3A1" +yellow = "#F9E2AF" +blue = "#89B4FA" +magenta = "#F5C2E7" +cyan = "#94E2D5" +white = "#BAC2DE" + +[[colors.indexed_colors]] +index = 16 +color = "#FAB387" + +[[colors.indexed_colors]] +index = 17 +color = "#F5E0DC" + +# ------------------------------- Fonts +[font] +size = 11.0 + +[font.normal] +family = "JetBrainsMono Nerd Font" +style = "Regular" + +[font.bold] +family = "JetBrainsMono Nerd Font" +style = "Bold"