add alacritty themes and separated windows 11 folder
This commit is contained in:
23
configs/alacritty_g/themes/google.toml
Normal file
23
configs/alacritty_g/themes/google.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[colors.primary]
|
||||
background = '#1d1f21'
|
||||
foreground = '#c5c8c6'
|
||||
|
||||
[colors.normal]
|
||||
black = '#1d1f21'
|
||||
red = '#cc342b'
|
||||
green = '#198844'
|
||||
yellow = '#fba922'
|
||||
blue = '#3971ed'
|
||||
magenta = '#a36ac7'
|
||||
cyan = '#3971ed'
|
||||
white = '#c5c8c6'
|
||||
|
||||
[colors.bright]
|
||||
black = '#969896'
|
||||
red = '#cc342b'
|
||||
green = '#198844'
|
||||
yellow = '#fba922'
|
||||
blue = '#3971ed'
|
||||
magenta = '#a36ac7'
|
||||
cyan = '#3971ed'
|
||||
white = '#ffffff'
|
||||
Reference in New Issue
Block a user