add alacritty themes and separated windows 11 folder
This commit is contained in:
27
configs/alacritty_g/themes/moonlight_ii_vscode.toml
Normal file
27
configs/alacritty_g/themes/moonlight_ii_vscode.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
[colors.primary]
|
||||
background = '#1e2030'
|
||||
foreground = '#7f85a3'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#7f85a3'
|
||||
cursor = '#808080'
|
||||
|
||||
[colors.normal]
|
||||
black = '#444a73'
|
||||
red = '#ff5370'
|
||||
green = '#4fd6be'
|
||||
yellow = '#ffc777'
|
||||
blue = '#3e68d7'
|
||||
magenta = '#fc7b7b'
|
||||
cyan = '#86e1fc'
|
||||
white = '#d0d0d0'
|
||||
|
||||
[colors.bright]
|
||||
black = '#828bb8'
|
||||
red = '#ff98a4'
|
||||
green = '#c3e88d'
|
||||
yellow = '#ffc777'
|
||||
blue = '#82aaff'
|
||||
magenta = '#ff966c'
|
||||
cyan = '#b4f9f8'
|
||||
white = '#5f8787'
|
||||
Reference in New Issue
Block a user