Add meliora theme

This commit is contained in:
4hnme 2023-07-19 02:50:25 +06:00 committed by GitHub
parent 009b674aa8
commit 3c3b874ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 148 additions and 0 deletions

View file

@ -88,6 +88,7 @@ configuration file.
| **_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) |
| **_meliora_**<br>[source](https://github.com/ramojus/mellifluous.nvim) | ![meliora](images/meliora.png) |
| **_midnight-haze_**<br>[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) | ![midnight-haze](images/midnight-haze.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) |
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) | ![monokai_pro](images/monokai_pro.png) |

BIN
images/meliora.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -2412,4 +2412,72 @@ schemes:
cyan: '0x1ab2ad'
white: '0xe6f6f6'
meliora: &meliora
primary:
background: "#1c1917"
foreground: "#d6d0cd"
# Bright and dim foreground colors
dim_foreground: "#d6d0cd"
bright_foreground: "#d6d0cd"
# Cursor colors
cursor:
text: "#1c1917"
cursor: "#d6d0cd"
vi_mode_cursor:
text: "#1c1917"
cursor: "#d6d0cd"
# Search colors
search:
matches:
foreground: "#1c1917"
background: "#24201e"
focused_match:
foreground: "#1c1917"
background: "#2a2522"
footer_bar:
foreground: "#1c1917"
background: "#b8aea8"
hints:
start:
foreground: "#1c1917"
background: "#c4b392"
end:
foreground: "#1c1917"
background: "#24201e"
selection:
text: "#d6d0cd"
background: "#2a2522"
normal:
black: "#2a2421"
red: "#d49191"
green: "#b6b696"
yellow: "#c4b392"
blue: "#9e96b6"
magenta: "#b696b1"
cyan: "#98acc8"
white: "#ddd9d6"
bright:
black: "#2e2622"
red: "#d89393"
green: "#b9b99b"
yellow: "#c8b692"
blue: "#a299b9"
magenta: "#b997b4"
cyan: "#9bb0ca"
white: "#e1dbd9"
dim:
black: "#2a2421"
red: "#d18989"
green: "#727246"
yellow: "#c1b090"
blue: "#9b92b3"
magenta: "#b393ad"
cyan: "#95a9c5"
white: "#e3d5ce"
indexed_colors:
- { index: 16, color: "#c4b392" }
- { index: 17, color: "#ddd9d6" }
colors: *challenger_deep

79
themes/meliora.yml Normal file
View file

@ -0,0 +1,79 @@
colors:
primary:
background: "#1c1917"
foreground: "#d6d0cd"
# Bright and dim foreground colors
dim_foreground: "#d6d0cd"
bright_foreground: "#d6d0cd"
# Cursor colors
cursor:
text: "#1c1917"
cursor: "#d6d0cd"
vi_mode_cursor:
text: "#1c1917"
cursor: "#d6d0cd"
# Search colors
search:
matches:
foreground: "#1c1917"
background: "#24201e"
focused_match:
foreground: "#1c1917"
background: "#2a2522"
footer_bar:
foreground: "#1c1917"
background: "#b8aea8"
# Keyboard regex hints
hints:
start:
foreground: "#1c1917"
background: "#c4b392"
end:
foreground: "#1c1917"
background: "#24201e"
# Selection colors
selection:
text: "#d6d0cd"
background: "#2a2522"
# Normal colors
normal:
black: "#2a2421"
red: "#d49191"
green: "#b6b696"
yellow: "#c4b392"
blue: "#9e96b6"
magenta: "#b696b1"
cyan: "#98acc8"
white: "#ddd9d6"
# Bright colors
bright:
black: "#2e2622"
red: "#d89393"
green: "#b9b99b"
yellow: "#c8b692"
blue: "#a299b9"
magenta: "#b997b4"
cyan: "#9bb0ca"
white: "#e1dbd9"
# Dim colors
dim:
black: "#2a2421"
red: "#d18989"
green: "#727246"
yellow: "#c1b090"
blue: "#9b92b3"
magenta: "#b393ad"
cyan: "#95a9c5"
white: "#e3d5ce"
indexed_colors:
- { index: 16, color: "#c4b392" }
- { index: 17, color: "#ddd9d6" }