Initial full commit for Dell16 Arch

This commit is contained in:
2026-06-18 09:55:42 +02:00
commit 8d3c4f4acb
61 changed files with 3891 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
# Configuration Alacritty - Catppuccin Mocha
[general]
live_config_reload = true
[window]
opacity = 0.95
blur = false
dimensions = { columns = 120, lines = 30 }
[scrolling]
history = 10000
# Couleurs Catppuccin Mocha
[colors.primary]
background = "#1e1e2e"
foreground = "#cdd6f4"
[colors.normal]
black = "#45475a"
red = "#f38ba8"
green = "#a6e3a1"
yellow = "#f9e2af"
blue = "#89b4fa"
magenta = "#f5c2e7"
cyan = "#94e2d5"
white = "#bac2de"
[colors.bright]
black = "#585b70"
red = "#f38ba8"
green = "#a6e3a1"
yellow = "#f9e2af"
blue = "#89b4fa"
magenta = "#f5c2e7"
cyan = "#94e2d5"
white = "#a6adc8"
[colors.selection]
background = "#585b70"
foreground = "#cdd6f4"
[colors.cursor]
text = "#1e1e2e"
cursor = "#f5c2e7"
[colors.vi_mode_cursor]
text = "#1e1e2e"
cursor = "#f38ba8"
[colors.search.matches]
foreground = "#1e1e2e"
background = "#f9e2af"
[colors.search.focused_match]
foreground = "#1e1e2e"
background = "#a6e3a1"
[cursor]
style = { shape = "Block", blinking = "Off" }
vi_mode_style = { shape = "Block", blinking = "Off" }