Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSt committed May 28, 2014
1 parent 2724e64 commit ffefb5a
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,61 @@

Dark, high contrast colorscheme for gvim and 256 color terminal inspired by [harlequin](https://github.com/nielsmadan/harlequin) and [FlatUi Colors](http://flatuicolors.com/).


### Options ###
* g:flatcolor_cursorlinebold
If this options value is 1 the cursorline is bold. It is set to 0 by default.

* g:flatcolor_termcolors
This options sets the terminal colors to 16 or 256 Colors. Default value is 256.
If it is set to 16 ,this colorscheme will attempt to use the standard 16 colors of your terminal emulator.

Example Flatcolor Terminal Colors:
```
! ~/.Xresource
! Colors
! Midnight Blue-Black
! URxvt*color0: #34495e
! URxvt*color8: #2c3e50
! URxvt.background : #2c3e50
! real Black
URxvt*color0: #2B2B2B
URxvt*color8: #252525
URxvt.background : #252525
! Red
URxvt*color1: #FF0033
URxvt*color9: #C0392B
! Green
URxvt*color2: #2ecc71
URxvt*color10: #27ae60
! Yellow
URxvt*color3: #f1c40f
URxvt*color11: #f39c12
! Blue
URxvt*color4: #3498db
URxvt*color12: #2980b9
! Magenta
URxvt*color5: #9b59b6
URxvt*color13: #8e44ad
! Cyan
URxvt*color6: #1abc9c
URxvt*color14: #16a085
! White
URxvt*color7: #ecf0f1
URxvt*color15: #bdc3c7
URxvt.foreground : #bdc3c7
```
### screenshots ###
Python
Expand Down

0 comments on commit ffefb5a

Please sign in to comment.