add alacritty themes and separated windows 11 folder
This commit is contained in:
23
configs/alacritty_g/themes/atom_one_light.toml
Normal file
23
configs/alacritty_g/themes/atom_one_light.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[colors.primary]
|
||||
background = '#f8f8f8'
|
||||
foreground = '#2a2b33'
|
||||
|
||||
[colors.normal]
|
||||
black = '#000000'
|
||||
red = '#de3d35'
|
||||
green = '#3e953a'
|
||||
yellow = '#d2b67b'
|
||||
blue = '#2f5af3'
|
||||
magenta = '#a00095'
|
||||
cyan = '#3e953a'
|
||||
white = '#bbbbbb'
|
||||
|
||||
[colors.bright]
|
||||
black = '#000000'
|
||||
red = '#de3d35'
|
||||
green = '#3e953a'
|
||||
yellow = '#d2b67b'
|
||||
blue = '#2f5af3'
|
||||
magenta = '#a00095'
|
||||
cyan = '#3e953a'
|
||||
white = '#ffffff'
|
||||
Reference in New Issue
Block a user