add alacritty themes and separated windows 11 folder
This commit is contained in:
26
configs/alacritty_g/themes/bluish.toml
Normal file
26
configs/alacritty_g/themes/bluish.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#2c3640'
|
||||
foreground = '#297dd3'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#0b0b0c'
|
||||
red = '#377fc4'
|
||||
green = '#2691e7'
|
||||
yellow = '#2090c1'
|
||||
blue = '#2c5e87'
|
||||
magenta = '#436280'
|
||||
cyan = '#547aa2'
|
||||
white = '#536679'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#23272c'
|
||||
red = '#66a5cc'
|
||||
green = '#59b0f2'
|
||||
yellow = '#4bb0d3'
|
||||
blue = '#487092'
|
||||
magenta = '#50829e'
|
||||
cyan = '#658795'
|
||||
white = '#4d676b'
|
||||
Reference in New Issue
Block a user