mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
docs(readme): add a section about colors
This commit is contained in:
parent
5fd413d1e3
commit
f752f54417
16
README.md
16
README.md
|
|
@ -4,6 +4,21 @@ One of the [Solarized](https://ethanschoonover.com/solarized/)-inspired dark the
|
|||
|
||||

|
||||
|
||||
## 🎨 More Colors
|
||||
|
||||
Ethan Schoonover originally created the [Solarized](https://en.wikipedia.org/wiki/Solarized) color scheme in 2011, featuring a set of 16 colors.
|
||||
However, this assortment of colors falls short in providing adequate variations for additional signs, alerts, tooltips, and various other UI components made available by recent Neovim plugins.
|
||||
Furthermore, the text colors in the original theme are somewhat too dark when displayed on modern, vibrant monitors.
|
||||
|
||||
Solarized Osaka improves upon this by introducing additional colors, enriching the overall theme to ensure compatibility with newer plugins and enhancing visibility on contemporary monitors.
|
||||
The theme brightens the base colors slightly, creating a visually appealing and functional color palette.
|
||||
|
||||
Here is what the improved color palette looks like:
|
||||
|
||||

|
||||
|
||||
[A Figma design is available here](https://www.figma.com/file/6Wp5Puqtz7hbMJgYqOOJzb/Solarized-Osaka?type=design&node-id=0%3A1&mode=design&t=vEaGptGFJOLAafmB-1).
|
||||
|
||||
## ✨ Features
|
||||
|
||||
- Supports the latest [Neovim](https://github.com/neovim/neovim)
|
||||
|
|
@ -166,4 +181,3 @@ set -g default-terminal "${TERM}"
|
|||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue