add alacritty themes and separated windows 11 folder
This commit is contained in:
39
configs/alacritty_g/themes/catppuccin.toml
Normal file
39
configs/alacritty_g/themes/catppuccin.toml
Normal file
@@ -0,0 +1,39 @@
|
||||
# Catppuccino theme scheme for Alacritty
|
||||
|
||||
[colors.primary]
|
||||
background = '#1E1E2E'
|
||||
foreground = '#D6D6D6'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#1E1E2E'
|
||||
cursor = '#D9D9D9'
|
||||
|
||||
[colors.normal]
|
||||
black = '#181A1F'
|
||||
red = '#E86671'
|
||||
green = '#98C379'
|
||||
yellow = '#E5C07B'
|
||||
blue = '#61AFEF'
|
||||
magenta = '#C678DD'
|
||||
cyan = '#54AFBC'
|
||||
white = '#ABB2BF'
|
||||
|
||||
[colors.bright]
|
||||
black = '#5C6370'
|
||||
red = '#E86671'
|
||||
green = '#98C379'
|
||||
yellow = '#E5C07B'
|
||||
blue = '#61AFEF'
|
||||
magenta = '#C678DD'
|
||||
cyan = '#54AFBC'
|
||||
white = '#F7F7F7'
|
||||
|
||||
[colors.dim]
|
||||
black = '#5C6370'
|
||||
red = '#74423F'
|
||||
green = '#98C379'
|
||||
yellow = '#E5C07B'
|
||||
blue = '#61AFEF'
|
||||
magenta = '#6E4962'
|
||||
cyan = '#5C8482'
|
||||
white = '#828282'
|
||||
Reference in New Issue
Block a user