dotfiles/.config/alacritty
2025-08-25 11:49:26 +02:00
..
alacritty-todo.toml feat(alacritty): switch to Berkeley Mono 2025-08-25 11:49:26 +02:00
alacritty.toml feat(alacritty): switch to Berkeley Mono 2025-08-25 11:49:26 +02:00
catppuccin-latte.toml alacritty: add some color schemes 2024-08-16 10:23:17 +02:00
catppuccin-macchiato.toml alacritty: back to tokyonight theme 2024-05-16 09:39:31 +02:00
README.md add alacritty windows config in README 2024-01-25 22:07:23 +01:00
rose-pine-dawn.toml alacritty: add some color schemes 2024-08-16 10:23:17 +02:00
rose-pine-moon.toml alacritty: add some color schemes 2024-08-16 10:23:17 +02:00
rose-pine.toml alacritty: add some color schemes 2024-08-16 10:23:17 +02:00
tokyonight_day.toml add alacritty config 2024-01-25 21:41:00 +01:00
tokyonight_moon.toml add alacritty config 2024-01-25 21:41:00 +01:00
tokyonight_night.toml add alacritty config 2024-01-25 21:41:00 +01:00
tokyonight_storm.toml add alacritty config 2024-01-25 21:41:00 +01:00

Alacritty Windows config

import = [
    "C:/Users/foobar/AppData/Roaming/alacritty/tokyonight_moon.toml"
]

[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
size = 16

[window]
decorations = "Full"
padding = { x = 5, y = 5 }
dynamic_padding = true

[bell]
duration = 10
color = "#3a3a3a"

[cursor]
style = { shape = "Block", blinking = "Always" }

[keyboard]
bindings = [{ key = "T", mods = "Control", action = "CreateNewWindow" }]