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,32 +0,0 @@
# Colors (Hyper)
# Default colors
[colors.primary]
background = '#000000'
foreground = '#ffffff'
[colors.cursor]
text = '#F81CE5'
cursor = '#ffffff'
# Normal colors
[colors.normal]
black = '#000000'
red = '#fe0100'
green = '#33ff00'
yellow = '#feff00'
blue = '#0066ff'
magenta = '#cc00ff'
cyan = '#00ffff'
white = '#d0d0d0'
# Bright colors
[colors.bright]
black = '#808080'
red = '#fe0100'
green = '#33ff00'
yellow = '#feff00'
blue = '#0066ff'
magenta = '#cc00ff'
cyan = '#00ffff'
white = '#FFFFFF'