Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add palette table and fix some grammar
  • Loading branch information
ajmwagar committed May 16, 2019
1 parent 7dbd825 commit 8338722
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions README.md
@@ -1,10 +1,9 @@
# vim-deus

deus was created out of sheer rage caused by all of the bad Solarized/Gruvbox clones.
I was tired of them. I needed something original, something new. So if you are like me...
and I believe many of you are,
Deus was created out of sheer rage caused by all of the bad Solarized/Gruvbox clones.
I was tired of them. I needed something original, something new. So if you are like me, and I believe many of you are...

I present you **Deus**
I present you **deus**

---

Expand Down Expand Up @@ -34,6 +33,8 @@ NERDTree

---



## Installation

Manual: place `deus.vim` in your `vimfiles/colors` folder and add this line to your `.vimrc`
Expand Down Expand Up @@ -71,8 +72,6 @@ Don't forget to run:

---



## Language Syntax Support:

- Lua
Expand All @@ -92,6 +91,7 @@ Don't forget to run:
- C Languages
- CoffeeScript
- **Ruby**
- **Rust**
- **Python**
- Clojure
- XML
Expand All @@ -104,7 +104,9 @@ Don't forget to run:
## Plugin support

- Airline `:AirlineTheme deus`
- coc.nvim (popup-windows & error colors)
- Ctrlp
- FZF
- NerdTREE
- Syntastic (and most linters)
- Deoplete
Expand All @@ -115,6 +117,29 @@ Don't forget to run:
- Rainbow-Parentheses

---

## Palette

| Color | Hex | Use |
|--------------------------------------------------------|---------|---------------|
| ![foreground](https://www.colorhexa.com/eaeaea.png) | #eaeaea | foreground |
| ![background](https://www.colorhexa.com/2c323b.png) | #2c323b | background |
| ![white](https://www.colorhexa.com/ffffff.png) | #ffffff | white |
| ![black](https://www.colorhexa.com/000000.png) | #000000 | black |
| ![red](https://www.colorhexa.com/d54e53.png) | #d54e53 | red |
| ![green](https://www.colorhexa.com/98c379.png) | #98c379 | green |
| ![yellow](https://www.colorhexa.com/e5c07b.png) | #e5c07b | yellow |
| ![teal](https://www.colorhexa.com/83a598.png) | #83a598 | teal |
| ![purple](https://www.colorhexa.com/c678dd.png) | #c678dd | purple |
| ![bright-teal](https://www.colorhexa.com/70c0ba.png) | #70c0ba | bright teal |
| ![gray](https://www.colorhexa.com/666666.png) | #666666 | gray |
| ![bright-red](https://www.colorhexa.com/ec3e45.png) | #ec3e45 | bright red |
| ![bright-green](https://www.colorhexa.com/90c966.png) | #90c966 | bright green |
| ![bright-yellow](https://www.colorhexa.com/edbf69.png) | #edbf69 | bright yellow |
| ![bright-blue](https://www.colorhexa.com/2bcec2.png) | #2bcec2 | bright blue |
| ![bright-purple](https://www.colorhexa.com/c858e9.png) | #c858e9 | bright purple |


## Troubleshooting

When using terminal-vim and vim-deus the colors
Expand Down

0 comments on commit 8338722

Please sign in to comment.