1
0
chezmoi/home/dot_config/alacritty/onedarkpro.toml
Jeff LANCE 4553de1203 Add home/.config/alacritty/alacritty.toml
Add home/.config/alacritty/onedarkpro.toml
Add home/.config/alacritty/panda.toml
2024-03-02 13:12:20 +01:00

34 lines
527 B
TOML

[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"