dotfiles/alacritty.toml
2026-04-09 17:02:20 +02:00

40 lines
672 B
TOML

[terminal]
shell = { program = "tmux" }
[font]
normal = { family = "FiraCode Nerd Font" }
size = 13.0
[selection]
save_to_clipboard = false
[colors.primary]
background = "#282828"
foreground = "#ebdbb2"
[colors.normal]
black = "#282828"
red = "#cc241d"
green = "#98971a"
yellow = "#d79921"
blue = "#458588"
magenta = "#b16286"
cyan = "#689d6a"
white = "#a89984"
[colors.bright]
black = "#928374"
red = "#fb4934"
green = "#b8bb26"
yellow = "#fabd2f"
blue = "#83a598"
magenta = "#d3869b"
cyan = "#8ec07c"
white = "#ebdbb2"
[colors.cursor]
text = "#282828"
cursor = "#ebdbb2"
[colors.selection]
text = "#ebdbb2"
background = "#3c3836"