add alacritty themes and separated windows 11 folder

This commit is contained in:
tonizz gamingl
2024-05-06 04:04:31 -07:00
parent 950aec1355
commit 0d5171cf2d
134 changed files with 4082 additions and 216 deletions

View File

@@ -0,0 +1,29 @@
# Marine Dark Theme
# Source https//github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml
# Default colors
[colors.primary]
background = '#002221'
foreground = '#e6f8f8'
# Normal colors
[colors.normal]
black = '#002221'
red = '#ea3431'
green = '#00b6b6'
yellow = '#f8b017'
blue = '#4894fd'
magenta = '#e01dca'
cyan = '#1ab2ad'
white = '#99dddb'
# Bright colors
[colors.bright]
black = '#006562'
red = '#ea3431'
green = '#00b6b6'
yellow = '#f8b017'
blue = '#4894fd'
magenta = '#e01dca'
cyan = '#1ab2ad'
white = '#e6f6f6'