add alacritty themes and separated windows 11 folder
This commit is contained in:
39
configs/alacritty_g/themes/rose-pine-dawn.toml
Normal file
39
configs/alacritty_g/themes/rose-pine-dawn.toml
Normal file
@@ -0,0 +1,39 @@
|
||||
[colors.primary]
|
||||
background = '#faf4ed'
|
||||
foreground = '#575279'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#575279'
|
||||
cursor = '#cecacd'
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = '#575279'
|
||||
cursor = '#cecacd'
|
||||
|
||||
[colors.selection]
|
||||
text = '#575279'
|
||||
background = '#dfdad9'
|
||||
|
||||
[colors.normal]
|
||||
black = '#f2e9e1'
|
||||
red = '#b4637a'
|
||||
green = '#286983'
|
||||
yellow = '#ea9d34'
|
||||
blue = '#56949f'
|
||||
magenta = '#907aa9'
|
||||
cyan = '#d7827e'
|
||||
white = '#575279'
|
||||
|
||||
[colors.bright]
|
||||
black = '#9893a5'
|
||||
red = '#b4637a'
|
||||
green = '#286983'
|
||||
yellow = '#ea9d34'
|
||||
blue = '#56949f'
|
||||
magenta = '#907aa9'
|
||||
cyan = '#d7827e'
|
||||
white = '#575279'
|
||||
|
||||
[colors.hints]
|
||||
start = { foreground = '#797593', background = '#fffaf3' }
|
||||
end = { foreground = '#9893a5', background = '#fffaf3' }
|
||||
Reference in New Issue
Block a user