feat(alacritty): Add alacritty-themes.

Switch do dracula_plus
This commit is contained in:
Hactarus 2024-09-30 18:09:06 +02:00
parent b42a668b4c
commit 5143e9b77b
5 changed files with 39 additions and 1 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "terminfo/termite"] [submodule "terminfo/termite"]
path = terminfo/termite path = terminfo/termite
url = https://github.com/thestinger/termite.git url = https://github.com/thestinger/termite.git
[submodule "alacritty/.config/alacritty/alacritty-theme"]
path = alacritty/.config/alacritty/alacritty-theme
url = git@github.com:alacritty/alacritty-theme.git

@ -0,0 +1 @@
Subproject commit 90a8406beb095fdb1617135a98c38df1ef08859c

View file

@ -1,4 +1,9 @@
import = ["/home/qgodefro/.config/alacritty/dracula.toml", "/home/qgodefro/.config/alacritty/qgodefro.toml"] import = [
"~/.config/alacritty/alacritty-thems/dark_pride.toml",
"~/.config/alacritty/alacritty-thems/dracula_plus.toml",
"~/.config/alacritty/hactatio.toml"
]
[env] [env]
TERM = "xterm-256color" TERM = "xterm-256color"

View file

@ -0,0 +1,29 @@
# Colors (Dracula+)
[colors.primary]
background = '#212121'
foreground = '#F8F8F2'
[colors.cursor]
text = '#0E1415'
cursor = '#ECEFF4'
[colors.normal]
black = '#21222C'
red = '#FF5555'
green = '#50FA7B'
yellow = '#FFCB6B'
blue = '#82AAFF'
magenta = '#C792EA'
cyan = '#8BE9FD'
white = '#F8F9F2'
[colors.bright]
black = '#545454'
red = '#FF6E6E'
green = '#69FF94'
yellow = '#FFCB6B'
blue = '#D6ACFF'
magenta = '#FF92DF'
cyan = '#A4FFFF'
white = '#F8F8F2'