1
0

Add home/.config/alacritty/alacritty.toml

Add home/.config/alacritty/onedarkpro.toml
Add home/.config/alacritty/panda.toml
This commit is contained in:
2024-03-02 13:12:20 +01:00
parent 1500787d9f
commit 4553de1203
3 changed files with 86 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"