mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Add marine-dark theme
This commit is contained in:
parent
8f6d1f6cfb
commit
417bf7336e
4 changed files with 63 additions and 5 deletions
|
@ -77,6 +77,7 @@ configuration file.
|
|||
| **_konsole_linux_** | ![iterm](images/konsole_linux.png) |
|
||||
| **_low_contrast_** | ![iterm](images/low_contrast.png) |
|
||||
| **_Mariana_**<br>[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) | ![iterm](images/mariana.png) |
|
||||
| **_marine_dark_**<br>[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) | ![marine_dark](images/marine_dark.png) |
|
||||
| **_material_theme_**<br>[source](https://github.com/equinusocio/material-theme) | ![material_theme](images/material_theme.png) |
|
||||
| **_material_theme_mod_** | ![material_theme_mod](images/material_theme_mod.png) |
|
||||
| **_midnight-haze_**<br>[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) | ![midnight-haze](images/midnight-haze.png) |
|
||||
|
|
BIN
images/marine_dark.png
Normal file
BIN
images/marine_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
38
schemes.yaml
38
schemes.yaml
|
@ -451,7 +451,7 @@ schemes:
|
|||
white: '0xffffff'
|
||||
|
||||
everforest_dark: &everforest_dark
|
||||
primary:
|
||||
primary:
|
||||
background: '0x2d353b'
|
||||
foreground: '0xd3c6aa'
|
||||
normal:
|
||||
|
@ -493,7 +493,7 @@ schemes:
|
|||
blue: '0x3a94c5'
|
||||
magenta: '0xdf69ba'
|
||||
cyan: '0x35a77c'
|
||||
|
||||
|
||||
falcon: &falcon
|
||||
primary:
|
||||
background: '0x020221'
|
||||
|
@ -911,7 +911,7 @@ schemes:
|
|||
magenta: '0x6c71c4'
|
||||
cyan: '0x35434d'
|
||||
white: '0xffffff'
|
||||
|
||||
|
||||
midnight-haze: &midnight-haze
|
||||
primary:
|
||||
background: '0x0c0c16'
|
||||
|
@ -934,7 +934,7 @@ schemes:
|
|||
magenta: '0xffa1ff'
|
||||
cyan: '0x9cd8d8'
|
||||
white: '0xffffff'
|
||||
|
||||
|
||||
nord: &nord
|
||||
primary:
|
||||
background: '0x2E3440'
|
||||
|
@ -2140,7 +2140,7 @@ schemes:
|
|||
indexed_colors:
|
||||
- { index: 16, color: '0xd18616' }
|
||||
- { index: 17, color: '0xa40e26' }
|
||||
|
||||
|
||||
Mariana: &Mariana
|
||||
primary:
|
||||
background: '#343d46'
|
||||
|
@ -2170,4 +2170,32 @@ schemes:
|
|||
background: '#4e5a65'
|
||||
text: '#d8dee9'
|
||||
|
||||
marine_dark: &marine_dark
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x002221'
|
||||
foreground: '0xe6f8f8'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x002221'
|
||||
red: '0xea3431'
|
||||
green: '0x00b6b6'
|
||||
yellow: '0xf8b017'
|
||||
blue: '0x4894fd'
|
||||
magenta: '0xe01dca'
|
||||
cyan: '0x1ab2ad'
|
||||
white: '0x99dddb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x006562'
|
||||
red: '0xea3431'
|
||||
green: '0x00b6b6'
|
||||
yellow: '0xf8b017'
|
||||
blue: '0x4894fd'
|
||||
magenta: '0xe01dca'
|
||||
cyan: '0x1ab2ad'
|
||||
white: '0xe6f6f6'
|
||||
|
||||
colors: *challenger_deep
|
||||
|
|
29
themes/marine_dark.yaml
Normal file
29
themes/marine_dark.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Marine Dark Theme
|
||||
# Source: https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x002221'
|
||||
foreground: '0xe6f8f8'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x002221'
|
||||
red: '0xea3431'
|
||||
green: '0x00b6b6'
|
||||
yellow: '0xf8b017'
|
||||
blue: '0x4894fd'
|
||||
magenta: '0xe01dca'
|
||||
cyan: '0x1ab2ad'
|
||||
white: '0x99dddb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x006562'
|
||||
red: '0xea3431'
|
||||
green: '0x00b6b6'
|
||||
yellow: '0xf8b017'
|
||||
blue: '0x4894fd'
|
||||
magenta: '0xe01dca'
|
||||
cyan: '0x1ab2ad'
|
||||
white: '0xe6f6f6'
|
Loading…
Reference in a new issue