Files
arch-dotfiles/.config/alacritty/alacritty.toml

62 lines
1.1 KiB
TOML

# 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" }