add alacritty.toml with theme switching

This commit is contained in:
2024-01-21 01:08:09 +01:00
parent a46fd42e1e
commit e566a44c56
4 changed files with 105 additions and 0 deletions

View File

@ -0,0 +1,43 @@
[colors.bright]
black = "#4C566A"
blue = "#81A1C1"
cyan = "#8FBCBB"
green = "#A3BE8C"
magenta = "#B988B0"
red = "#BF616A"
white = "#ECEFF4"
yellow = "#EBCB8B"
[colors.hints.end]
background = "#4C566A"
foreground = "#81A1C1"
[colors.hints.start]
background = "#4C566A"
foreground = "#B988B0"
[colors.normal]
black = "#3B4252"
blue = "#81A1C1"
cyan = "#88C0D0"
green = "#A3BE8C"
magenta = "#B988B0"
red = "#BF616A"
white = "#E5E9F0"
yellow = "#EBCB8B"
[colors.primary]
background = "#2E3440"
foreground = "#C8D0E0"
[colors.search.focused_match]
background = "#4C566A"
foreground = "#EBCB8B"
[colors.search.matches]
background = "#4C566A"
foreground = "#81A1C1"
[colors.selection]
background = "#3F4758"
text = "CellForeground"