Add alacritty themes

This commit is contained in:
2024-05-05 12:36:26 +02:00
parent 68297bb968
commit 3e71f9f1e3
4 changed files with 66 additions and 24 deletions

View File

@@ -1,28 +1,8 @@
live_config_reload = false
live_config_reload = true
[colors.bright]
black = "#75715E"
blue = "#66D9EF"
cyan = "#A1EFE4"
green = "#A6E22E"
magenta = "#AE81FF"
red = "#F92672"
white = "#F9F8F5"
yellow = "#F4BF75"
[colors.normal]
black = "#000000"
blue = "#66D9EF"
cyan = "#A1EFE4"
green = "#A6E22E"
magenta = "#AE81FF"
red = "#F92672"
white = "#F8F8F2"
yellow = "#F4BF75"
[colors.primary]
background = "#272822"
foreground = "#F8F8F2"
import = [
"~/.config/alacritty/themes/monokai.toml"
]
[env]
TERM = "alacritty"