Files
dotfiles/alacritty/alacritty.toml

63 lines
1.0 KiB
TOML

[terminal.shell]
program = "pwsh.exe"
[font]
size = 10.0
[font.normal]
family = "MesloLGM Nerd Font"
style = "Regular"
[font.bold]
family = "MesloLGM Nerd Font"
style = "Bold"
[font.italic]
family = "MesloLGM Nerd Font"
style = "Italic"
# Fleury Theme - Alacritty Configuration
[colors.primary]
background = "#020202"
foreground = "#b99468"
[colors.cursor]
text = "#020202"
cursor = "#fcaa05"
[colors.vi_mode_cursor]
text = "#020202"
cursor = "#f0c674"
[colors.selection]
text = "#b99468"
background = "#303040"
[colors.search.matches]
foreground = "#020202"
background = "#fcaa05"
[colors.search.focused_match]
foreground = "#020202"
background = "#f0c674"
[colors.normal]
black = "#121212"
red = "#dc7575"
green = "#66bc11"
yellow = "#edb211"
blue = "#2895c7"
magenta = "#f0500c"
cyan = "#8ffff2"
white = "#9ba290"
[colors.bright]
black = "#404040"
red = "#ff0000"
green = "#66bc11"
yellow = "#f0bb0c"
blue = "#2f2f38"
magenta = "#f0500c"
cyan = "#8ffff2"
white = "#b99468"