add alacritty themes and separated windows 11 folder
This commit is contained in:
33
configs/alacritty_g/themes/pastel_dark.toml
Normal file
33
configs/alacritty_g/themes/pastel_dark.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
# From iTerm2 Pastel Dark theme
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#000000'
|
||||
foreground = '#C7C7C7'
|
||||
|
||||
# Cursor colors
|
||||
[colors.cursor]
|
||||
text = '#FFFEFF'
|
||||
cursor = '#FFB472'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#616161'
|
||||
red = '#FF8272'
|
||||
green = '#B4FA72'
|
||||
yellow = '#FEFDC2'
|
||||
blue = '#A5D5FE'
|
||||
magenta = '#FF8FFD'
|
||||
cyan = '#D0D1FE'
|
||||
white = '#F1F1F1'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#8E8E8E'
|
||||
red = '#FFC4BD'
|
||||
green = '#D6FCB9'
|
||||
yellow = '#FEFDD5'
|
||||
blue = '#C1E3FE'
|
||||
magenta = '#FFB1FE'
|
||||
cyan = '#E5E6FE'
|
||||
white = '#FFFEFF'
|
||||
Reference in New Issue
Block a user