diff --git a/README.md b/README.md index ac8e048..0c58e5e 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ configuration file. | **_marine_dark_**
[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) | ![marine_dark](images/marine_dark.png) | | **_material_theme_**
[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_**
[source](https://github.com/ramojus/mellifluous.nvim) | ![meliora](images/meliora.png) | | **_midnight-haze_**
[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) | ![midnight-haze](images/midnight-haze.png) | | **_monokai_charcoal_**
[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) | ![monokai_charcoal](images/monokai-charcoal.png) | | **_monokai_pro_**
[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) | ![monokai_pro](images/monokai_pro.png) | diff --git a/images/meliora.png b/images/meliora.png new file mode 100644 index 0000000..563cb38 Binary files /dev/null and b/images/meliora.png differ diff --git a/schemes.yaml b/schemes.yaml index 63154e7..156cced 100644 --- a/schemes.yaml +++ b/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 diff --git a/themes/meliora.yml b/themes/meliora.yml new file mode 100644 index 0000000..cffdf28 --- /dev/null +++ b/themes/meliora.yml @@ -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" } +