add alacritty themes and separated windows 11 folder
This commit is contained in:
30
configs/alacritty_g/themes/aura.toml
Normal file
30
configs/alacritty_g/themes/aura.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
[colors.primary]
|
||||
background = "#15141b"
|
||||
foreground = "#edecee"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#a277ff"
|
||||
|
||||
[colors.selection]
|
||||
text = "CellForeground"
|
||||
background = "#29263c"
|
||||
|
||||
[colors.normal]
|
||||
black = "#110f18"
|
||||
red = "#ff6767"
|
||||
green = "#61ffca"
|
||||
yellow = "#ffca85"
|
||||
blue = "#a277ff"
|
||||
magenta = "#a277ff"
|
||||
cyan = "#61ffca"
|
||||
white = "#edecee"
|
||||
|
||||
[colors.bright]
|
||||
black = "#4d4d4d"
|
||||
red = "#ff6767"
|
||||
green = "#61ffca"
|
||||
yellow = "#ffca85"
|
||||
blue = "#a277ff"
|
||||
magenta = "#a277ff"
|
||||
cyan = "#61ffca"
|
||||
white = "#edecee"
|
||||
Reference in New Issue
Block a user