mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add meliora theme
This commit is contained in:
parent
009b674aa8
commit
3c3b874ce8
|
|
@ -88,6 +88,7 @@ configuration file.
|
|||
| **_marine_dark_**<br>[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) |  |
|
||||
| **_material_theme_**<br>[source](https://github.com/equinusocio/material-theme) |  |
|
||||
| **_material_theme_mod_** |  |
|
||||
| **_meliora_**<br>[source](https://github.com/ramojus/mellifluous.nvim) |  |
|
||||
| **_midnight-haze_**<br>[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) |  |
|
||||
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) |  |
|
||||
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) |  |
|
||||
|
|
|
|||
BIN
images/meliora.png
Normal file
BIN
images/meliora.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
68
schemes.yaml
68
schemes.yaml
|
|
@ -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
79
themes/meliora.yml
Normal 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" }
|
||||
|
||||
Loading…
Reference in a new issue