Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zpm-zsh/dircolors-neutral
Material colorscheme
https://github.com/zpm-zsh/dircolors-neutral
color-scheme dircolors dircolors-configuration theme zsh zsh-plugin
Last synced: about 2 months ago
JSON representation
Material colorscheme
- Host: GitHub
- URL: https://github.com/zpm-zsh/dircolors-neutral
- Owner: zpm-zsh
- License: mit
- Fork: true (peterhellberg/dircolors-jellybeans)
- Created: 2018-07-27T21:47:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T22:58:02.000Z (12 months ago)
- Last Synced: 2024-08-07T18:44:38.071Z (5 months ago)
- Topics: color-scheme, dircolors, dircolors-configuration, theme, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 522 KB
- Stars: 32
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Themes for some cli apps
![Screen](./screen.png)
Supported apps:
- dircolors
- fast-syntax-highlighting## Installation
### Using [zpm](https://github.com/zpm-zsh/zpm)
Add `zpm load zpm-zsh/theme-neutral` into `.zshrc`
### Using [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
Execute `git clone https://github.com/zpm-zsh/theme-neutral ~/.oh-my-zsh/custom/plugins/theme-neutral`. Add `theme-neutral` into plugins array in `.zshrc`
### Using [antigen](https://github.com/zsh-users/antigen)
Add `antigen bundle zpm-zsh/theme-neutral` into `.zshrc`
### Using [zgen](https://github.com/tarjoilija/zgen)
Add `zgen load zpm-zsh/theme-neutral` into `.zshrc`
## You need to setup terminal emulator colorscheme, for example [terminal-colorscheme-neutral](https://github.com/zpm-zsh/terminal-colorscheme-neutral)