From 25e6ee0d1b1beeecf473223e259133d757f1c7c5 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:12:22 -0500 Subject: [PATCH] (alacritty) create a sm font size config --- alacritty/alacritty_sm.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 alacritty/alacritty_sm.toml diff --git a/alacritty/alacritty_sm.toml b/alacritty/alacritty_sm.toml new file mode 100644 index 0000000..001eadc --- /dev/null +++ b/alacritty/alacritty_sm.toml @@ -0,0 +1,10 @@ + +[font] +normal = { family = "JetBrainsMono Nerd Font" } +size = 12.0 + +[general] +import = [ + "theme.toml" +] +live_config_reload = true