add alacritty themes

This commit is contained in:
toniiz_glaptop
2024-04-28 23:33:18 -07:00
parent 13e2887479
commit 7862f4cfd1
4 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
# 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'
[font]
size = 20.0
[font.bold]
family = "Iosevka Nerd Font"
style = "Bold"
[font.bold_italic]
family = "Iosevka Nerd Font"
style = "Bold Italic"
[font.italic]
family = "Iosevka Nerd Font"
style = "Italic"
[font.normal]
family = "Iosevka Nerd Font"
style = "Regular"
[scrolling]
history = 10000
multiplier = 3
[window]
decorations = "none"
startup_mode = "Maximized"
[window.padding]
x = 36
y = 36