add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/dracula.toml
Normal file
28
configs/alacritty_g/themes/dracula.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Dracula)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#282a36'
|
||||
foreground = '#f8f8f2'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#000000'
|
||||
red = '#ff5555'
|
||||
green = '#50fa7b'
|
||||
yellow = '#f1fa8c'
|
||||
blue = '#bd93f9'
|
||||
magenta = '#ff79c6'
|
||||
cyan = '#8be9fd'
|
||||
white = '#bbbbbb'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#555555'
|
||||
red = '#ff5555'
|
||||
green = '#50fa7b'
|
||||
yellow = '#f1fa8c'
|
||||
blue = '#caa9fa'
|
||||
magenta = '#ff79c6'
|
||||
cyan = '#8be9fd'
|
||||
white = '#ffffff'
|
||||
Reference in New Issue
Block a user