1
0

Remove home/.config/alacritty/alacritty.toml

Remove home/.config/alacritty/themes/ayu_dark.toml
Remove home/.config/alacritty/themes/github_dark_high_contrast.yml
Remove home/.config/alacritty/themes/hyper.toml
This commit is contained in:
2025-04-10 20:03:07 +02:00
parent 24846589df
commit 3f576e5c33
4 changed files with 0 additions and 146 deletions

View File

@@ -1,50 +0,0 @@
[cursor.style]
blinking = "On"
shape = "Beam"
[font]
size = 13.0
[font.normal]
family = "CaskaydiaCove Nerd Font"
style = "Medium"
[font.bold]
family = "CaskaydiaCove Nerd Font"
style = "Bold"
[font.italic]
family = "CaskaydiaCove Nerd Font"
style = "Italic"
[font.bold_italic]
family = "CaskaydiaCove Nerd Font"
style = "Bold Italic"
[terminal.shell]
program = "/bin/zsh"
[window]
decorations = "none"
decorations_theme_variant = "Dark"
dynamic_title = true
opacity = 0.9
blur = true
title = "Alacritty"
[colors]
transparent_background_colors = true
[selection]
save_to_clipboard = true
[keyboard]
bindings = [
{key = "|", mods = "Control", chars = "\\x01\\x7c"}
]
[general]
live_config_reload = true
import = ["/home/jeff/.config/alacritty/themes/ayu_dark.toml"]
[terminal]