diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..0ac4dbf --- /dev/null +++ b/alacritty/.config/alacritty/alacritty.toml @@ -0,0 +1,36 @@ +live_config_reload = true + +[colors.bright] +black = "0xb0b0b0" +blue = "0x3777e6" +cyan = "0x1faaaa" +green = "0x00c918" +magenta = "0xad00a1" +red = "0xff0086" +white = "0x101010" +yellow = "0xaba800" + +[colors.normal] +black = "0xffffff" +blue = "0x3777e6" +cyan = "0x1faaaa" +green = "0x00c918" +magenta = "0xad00a1" +red = "0xff0086" +white = "0x101010" +yellow = "0xaba800" + +[colors.primary] +background = "0xffffff" +foreground = "0x101010" + +[env] +TERM = "xterm-256color" +decorations = "none" + +[font] +size = 11.5 + +[font.normal] +family = "SauceCodePro Nerd Font Mono" +style = "Regular"