https://github.com/meliora-theme/theme
Made on rainy summer days
https://github.com/meliora-theme/theme
aesthetic cozy meliora palette syntax-theme theme ui-theme
Last synced: 10 months ago
JSON representation
Made on rainy summer days
- Host: GitHub
- URL: https://github.com/meliora-theme/theme
- Owner: meliora-theme
- License: mit
- Archived: true
- Created: 2022-07-10T12:45:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T13:25:44.000Z (over 3 years ago)
- Last Synced: 2024-08-02T13:34:26.230Z (over 1 year ago)
- Topics: aesthetic, cozy, meliora, palette, syntax-theme, theme, ui-theme
- Homepage:
- Size: 12.7 KB
- Stars: 11
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo is no longer used. Refer to [meliora.nvim](https://github.com/ramojus/meliora.nvim)
# Meliora theme
Warm and cozy
## Color palette
**Colors**
| Name | Role | Hex | Color |
| ---- | -------------------------- | --------- | --------------------------------------------------------------------------|
| Red | Main keywords (if/else/return)| `#d49191` |  |
| Orange | Other keywords | `#cdab89` |  |
| Yellow | Strings | `#c4b392` |  |
| Khaki | Types, delimiters | `#bcaa9a` |  |
| Blue | Functions | `#9e96b6` |  |
| Purple | Constants, enums | `#b696b1` |  |
| Green | Comments like `FIX:` | `#b6b696` |  |
| Dark green | Comments | `#727246` |  |
| | LSP errors | `#d78f88` |  |
| | LSP warnings | `#d7b788` |  |
| | LSP info | `#98acc8` |  |
| | LSP hints | `#b098c8` |  |
**Blacks**
| Role | Hex | Color |
| --------------------------| --------- | --------------------------------------------------------------------------|
| Background | `#1c1917` |  |
| Cursorline | `#24201e` |  |
| Selection | `#2a2522` |  |
| Statusline, separator fg | `#302a27` |  |
**Whites**
| Role | Hex | Color |
| -------------------------- | --------- | --------------------------------------------------------------------------|
| Text, variables | `#d6d0cd` |  |
| Statusline | `#b8aea8` |  |
| Completion menu, urls, inactive statusline| `#9a8d84` |  |
| Line numbers | `#685c55` |  |
| Whitespace | `#514843` |  |
## Ports
### IDEs/DEs
- [Helix](https://github.com/helix-editor/helix/wiki/Themes#meliora)
- [Neovim](https://github.com/meliora-theme/neovim)
## Contributing ports
1. Use [this template](https://github.com/meliora-theme/template) to create new repository.
2. Use [meliora colors](https://github.com/meliora-theme/theme#color-palette) for your theme (for code, match the roles)
3. Submit an [issue](https://github.com/meliora-theme/theme/issues/new?assignees=&labels=add+port&template=add-port.yml&title=New+port+for+%3Capp%3E)
## Inspiration
Mostly inspired by these great themes:
- [Mountain and Mountaineer](https://github.com/mountain-theme/mountain)
- [Alduin](https://github.com/alessandroyorba/alduin)
- [Melange](https://github.com/savq/melange)
- [Sema](https://github.com/arzg/sema)
## License
[MIT](https://github.com/meliora-theme/theme/blob/main/LICENSE)