Add Mariana theme

This commit is contained in:
chrysos349 2023-03-24 22:27:02 +03:00 committed by GitHub
parent b34b98fb35
commit c13db2aeff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 69 additions and 0 deletions

View file

@ -75,6 +75,7 @@ configuration file.
| **_iterm_** | ![iterm](images/iterm.png) |
| **_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) |
| **_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) |
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) | ![monokai_charcoal](images/monokai-charcoal.png) |

BIN
images/mariana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -1955,4 +1955,33 @@ schemes:
- { index: 16, color: '0xd18616' }
- { index: 17, color: '0xa40e26' }
Mariana: &Mariana
primary:
background: '#343d46'
foreground: '#d8dee9'
cursor:
cursor: '#fcbb6a'
text: '#ffffff'
normal:
black: '#000000'
blue: '#6699cc'
cyan: '#5fb4b4'
green: '#99c794'
magenta: '#c695c6'
red: '#ec5f66'
white: '#f7f7f7'
yellow: '#f9ae58'
bright:
black: '#333333'
blue: '#85add6'
cyan: '#82c4c4'
green: '#acd1a8'
magenta: '#d8b6d8'
red: '#f97b58'
white: '#ffffff'
yellow: '#fac761'
selection:
background: '#4e5a65'
text: '#d8dee9'
colors: *challenger_deep

39
themes/Mariana.yaml Normal file
View file

@ -0,0 +1,39 @@
# Mariana (ported from Sublime Text 4)
# Source: https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml
colors:
# Default colors
primary:
background: '#343d46'
foreground: '#d8dee9'
# Cursor colors
cursor:
cursor: '#fcbb6a'
text: '#ffffff'
# Normal colors
normal:
black: '#000000'
blue: '#6699cc'
cyan: '#5fb4b4'
green: '#99c794'
magenta: '#c695c6'
red: '#ec5f66'
white: '#f7f7f7'
yellow: '#f9ae58'
# Bright colors
bright:
black: '#333333'
blue: '#85add6'
cyan: '#82c4c4'
green: '#acd1a8'
magenta: '#d8b6d8'
red: '#f97b58'
white: '#ffffff'
yellow: '#fac761'
# Selection colors
selection:
background: '#4e5a65'
text: '#d8dee9'