feat(alacritty): change theme based on dark-notify

This commit is contained in:
2024-06-19 15:31:44 +03:00
parent c6fc3db52f
commit 0ef12b61ac
5 changed files with 142 additions and 23 deletions

View File

@@ -1,26 +1,6 @@
[colors.bright]
black = "0x414868"
blue = "0x7aa2f7"
cyan = "0x7dcfff"
green = "0x9ece6a"
magenta = "0xbb9af7"
red = "0xf7768e"
white = "0xc0caf5"
yellow = "0xe0af68"
[colors.normal]
black = "0x1d202f"
blue = "0x7aa2f7"
cyan = "0x7dcfff"
green = "0x9ece6a"
magenta = "0xbb9af7"
red = "0xf7768e"
white = "0xa9b1d6"
yellow = "0xe0af68"
[colors.primary]
background = "0x24283b"
foreground = "0xc0caf5"
import = [
"~/.dotfiles/config/alacritty/theme-active.toml"
]
[env]
TERM = "xterm-256color"