add alacritty themes and separated windows 11 folder
This commit is contained in:
29
configs/alacritty_g/themes/dracula_plus.toml
Normal file
29
configs/alacritty_g/themes/dracula_plus.toml
Normal 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'
|
||||
Reference in New Issue
Block a user