add alacritty themes and separated windows 11 folder
This commit is contained in:
29
configs/alacritty_g/themes/marine_dark.toml
Normal file
29
configs/alacritty_g/themes/marine_dark.toml
Normal 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'
|
||||
Reference in New Issue
Block a user