diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 13:28:05 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 13:28:05 -0600 |
| commit | 2140ab51deed88e90eafebf9520fa5f9995dc7c9 (patch) | |
| tree | 03cf1dcd2900495c1efb79aaa85f3254ecd5fb87 /dot_config/foot/alacritty.toml | |
| parent | ff8f50638e4b17a9d7cc88d2f0d9560b7effce39 (diff) | |
Migrate from stow
Diffstat (limited to 'dot_config/foot/alacritty.toml')
| -rw-r--r-- | dot_config/foot/alacritty.toml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dot_config/foot/alacritty.toml b/dot_config/foot/alacritty.toml new file mode 100644 index 0000000..e427c93 --- /dev/null +++ b/dot_config/foot/alacritty.toml @@ -0,0 +1,34 @@ +[env] +TERM = "xterm-256color" + +[cursor] +#style = {shape = "beam", blinking = "Off"} +style.shape = "beam" + +[font] +# Customized version of Apple Meslo, very normie +normal = { family = "MesloLGS Nerd Font", style = "Mono" } + +# Patched spleen (font from OpenBSD) +#normal = { family = "Spleen32x64Nerd Font Mono", style = "Regular" } + +#normal = { family = "Terminess Nerd Font", style = "Regular" } + +# Somewhat similar to spleen +#normal = { family = "VictorMono Nerd Font Mono", style = "Regular" } +#italic = { style = "Oblique" } +size = 12 + +[window] +opacity = 1 + +[general] +import = [ + "~/.config/alacritty/acme.toml" + #"~/.config/alacritty/catppuccin-latte.toml" + #"~/.config/alacritty/selenized-white.toml" + #"~/.config/alacritty/selenized-light.toml" + #"~/.config/alacritty/themes/themes/one_light.toml" + #"~/.config/alacritty/themes/themes/ayu_light.toml" +] + |