Skip to content

Commit f4c2a09

Browse files
committed
Update readme.
1 parent 604bb00 commit f4c2a09

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
srcery.vim
22
================================
33

4-
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.
5-
6-
* https://github.com/morhetz/gruvbox
7-
* https://chriskempson.github.io/base16/#railscasts
8-
* https://github.com/romainl/flattened
9-
* http://ethanschoonover.com/solarized
4+
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).
105

116
### TODO:
127
* improve vimdiff comparison.
138

149
## Requirements
1510

1611
### GUI
17-
1812
You don’t need to do anything for this colorscheme to work in GVim or MacVim.
1913

2014
### TUI
21-
2215
Srcery's only requirement is that you change your terminal emulator’s so-called “ASCII” colors to the ones in the table below.
2316
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.
2417

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

@@ -93,10 +86,10 @@ colorscheme srcery
9386
```
9487
## Screenshots.
9588

96-
![srcery vim](screenshots/srcery_vim.png)
89+
![preview](https://roosta.sh/img/srcery/preview.png)
9790

98-
![srcery bash](screenshots/srcery_bash.png)
91+
![vim](https://roosta.sh/img/srcery/vim.png)
9992

100-
![srcery table](screenshots/srcery_table.png)
93+
![sh](https://roosta.sh/img/srcery/sh.png)
10194

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

0 commit comments

Comments
 (0)