added some stuff i need

This commit is contained in:
2026-02-27 10:41:45 -05:00
parent 19a8b335d9
commit 3e07d1558c
8 changed files with 621 additions and 0 deletions

63
alacritty/alacritty.toml Normal file
View File

@@ -0,0 +1,63 @@
[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"