Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Aug 27, 2016
1 parent 604bb00 commit f4c2a09
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
srcery.vim
================================

Colorscheme with ease of use and clearly defined colors that tries to somewhat stay true default xterm colors but with a twist. Heavily inspired by Gruvbox, base16, flattened and solarized ++ Please check out their respective repositories for some wonderful colorschemes.

* https://github.com/morhetz/gruvbox
* https://chriskempson.github.io/base16/#railscasts
* https://github.com/romainl/flattened
* http://ethanschoonover.com/solarized
Colorscheme that focus ease of use and clearly defined contrasting colors with a slightly earthy tone. Heavily inspired by [Gruvbox](https://github.com/morhetz/gruvbox), [base16](https://chriskempson.github.io/base16), [flattened](https://github.com/morhetz/gruvbox) and [solarized](http://ethanschoonover.com/solarized).

### TODO:
* improve vimdiff comparison.

## Requirements

### GUI

You don’t need to do anything for this colorscheme to work in GVim or MacVim.

### TUI

Srcery's only requirement is that you change your terminal emulator’s so-called “ASCII” colors to the ones in the table below.
I've included colorscheme files for various terminals in the term_color folder, but since I haven't tested all of them some issues may arrise. If your terminal is different or the file won't work please let me know so I can add/update/fix the file in question.

Expand All @@ -31,16 +24,16 @@ green #519F50 81, 159, 80
yellow #FBB829 251, 184, 41
blue #5573A3 85, 115, 163
magenta #E02C6D 224, 44, 109
cyan #1693A5 22, 147, 165
cyan #0AAEB3 10, 174, 179
gray #918175 145, 129, 117
brblack #2D2B28 45, 43, 40
brred #DA4939 218, 73, 57
brred #F75341 247, 83, 65
brgreen #98BC37 152, 188, 55
bryellow #FFC66D 255, 198, 109
brblue #6D9CBE 109, 156, 190
bryellow #FED06E 254, 208, 110
brblue #8EB2F7 142, 178, 247
brmagenta #E35682 227, 86, 130
brcyan #34BEDA 52, 190, 218
brcyan #53FDE9 83, 253, 233
white #FCE8C3 252, 232, 195
```

Expand Down Expand Up @@ -93,10 +86,10 @@ colorscheme srcery
```
## Screenshots.

![srcery vim](screenshots/srcery_vim.png)
![preview](https://roosta.sh/img/srcery/preview.png)

![srcery bash](screenshots/srcery_bash.png)
![vim](https://roosta.sh/img/srcery/vim.png)

![srcery table](screenshots/srcery_table.png)
![sh](https://roosta.sh/img/srcery/sh.png)

Font used: [UW ttyp0](http://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/)
![clj](https://roosta.sh/img/srcery/clj.png)

0 comments on commit f4c2a09

Please sign in to comment.