1
0

Add home/.config/alacritty/alacritty.toml

Add home/.config/alacritty/themes/ayu_dark.toml
Add home/.config/alacritty/themes/github_dark_high_contrast.yml
Add home/.config/alacritty/themes/hyper.toml
Add home/.config/alacritty/themes/onedarkpro.toml
Add home/.config/alacritty/themes/panda.toml
This commit is contained in:
2025-04-10 20:03:30 +02:00
parent 3f576e5c33
commit 1da942a867
6 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
[colors]
[colors.bright]
black = "#1a1a1a"
blue = "#8fc6f4"
cyan = "#4bced8"
green = "#a9d89d"
magenta = "#e089e7"
red = "#f38897"
white = "#c8cdd5"
yellow = "#edd4a6"
[colors.cursor]
cursor = "CellForeground"
text = "CellBackground"
[colors.normal]
black = "#000000"
blue = "#61afef"
cyan = "#2bbac5"
green = "#89ca78"
magenta = "#d55fde"
red = "#ef596f"
white = "#abb2bf"
yellow = "#e5c07b"
[colors.primary]
background = "#000000"
foreground = "#abb2bf"
[colors.selection]
background = "#434852"
text = "CellForeground"