Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbrsh/nox
:black_circle: Elegant color scheme and Vim configuration
https://github.com/kbrsh/nox
dark iterm terminal zsh
Last synced: about 2 months ago
JSON representation
:black_circle: Elegant color scheme and Vim configuration
- Host: GitHub
- URL: https://github.com/kbrsh/nox
- Owner: kbrsh
- License: mit
- Created: 2017-10-07T19:16:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T20:32:25.000Z (over 3 years ago)
- Last Synced: 2024-04-20T17:00:01.944Z (9 months ago)
- Topics: dark, iterm, terminal, zsh
- Language: Vim script
- Homepage:
- Size: 134 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nox
Elegant color scheme and Vim configuration.
![Nox](https://github.com/kbrsh/nox/raw/master/img/Nox.png)
### Usage
##### Vim
Nox has Vim colors and configuration. To use it, download the `src/vim/nox` directory as a plugin, similar to `src/vim/config.vim`.
##### iTerm
Nox has an iTerm color scheme. To use it, download the `src/iterm/nox.itermcolors` file and add it as a color preset in iTerm.
##### Fish
Nox has a fish configuration that displays the current working directory and git status in the terminal. To use it, download the files in the `src/fish/` directory into the fish config directory (`~/.config/fish`).
### Color Palette
* Shades
* `HSL(206, 31%, 14%)` - `#19252f`
* `HSL(206, 31%, 29%)` - `#334d61`
* `HSL(206, 14%, 43%)` - `#5e707d`
* `HSL(206, 14%, 57%)` - `#8293a1`
* `HSL(206, 14%, 71%)` - `#abb6bf`
* `HSL(206, 14%, 86%)` - `#d6dce0`
* `HSL(206, 14%, 98%)` - `#f9fafb`
* Accents
* Dark
* Red - `HSL(0, 29%, 55%)` - `#ae6b6b`
* Orange - `HSL(22, 29%, 55%)` - `#ae836b`
* Yellow - `HSL(51, 29%, 55%)` - `#aea46b`
* Green - `HSL(103, 14%, 55%)` - `#859c7c`
* Cyan - `HSL(154, 29%, 55%)` - `#6bae91`
* Blue - `HSL(206, 31%, 55%)` - `#6991b0`
* Purple - `HSL(294, 14%, 55%)` - `#997c9c`
* Light
* Red - `HSL(0, 29%, 49%)` - `#a15959`
* Orange - `HSL(22, 29%, 49%)` - `#a17359`
* Yellow - `HSL(51, 29%, 49%)` - `#a19659`
* Green - `HSL(103, 20%, 49%)` - `#729664`
* Cyan - `HSL(154, 29%, 49%)` - `#59a182`
* Blue - `HSL(206, 35%, 49%)` - `#5183a9`
* Purple - `HSL(294, 20%, 49%)` - `#916496`### License
Licensed under the [MIT License](https://kbrsh.github.io/license) by [Kabir Shah](https://kabir.sh)