This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
@@ -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'