Files
dots/configs/alacritty_g/themes/alacritty_dracula_plus.toml

61 lines
862 B
TOML
Raw Normal View History

2024-04-28 23:33:18 -07:00
# 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