Skip to content

Commit

Permalink
version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSt committed Dec 23, 2014
1 parent 7dd1e7b commit 1b0ec8c
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 406 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 MaxSt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
31 changes: 8 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
## FlatColor ##

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

Dark, high contrast colorscheme for gvim and 256 color terminal inspired by [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.

### Options ###
* 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.
For the best colors in terminal, its recommended to set set your terminalcolors to [FlatColor Terminal Colors](#flatcolor-terminal-colors) and use 16 colors.


* g:flatcolor_bluebg
* g:flatcolor_asphaltbg
This option sets the background color of the colorscheme to a dark blue if its value is 1.
To set the background to a dark grey color set it to 0.
Default value is 0.
Default value is 1.

Example Flatcolor Terminal Colors:
###FlatColor Terminal Colors###
```
! ~/.Xresource
! Colors
Expand Down Expand Up @@ -60,19 +61,3 @@ URxvt*color7: #ecf0f1
URxvt*color15: #bdc3c7
URxvt.foreground : #bdc3c7
```


### screenshots ###

Python

![python](http://i.imgur.com/aL2fZoy.png)

ruby

![ruby](http://i.imgur.com/hGJPMcy.png)

VimL

![viml](http://i.imgur.com/X7AOItg.png)

Loading

0 comments on commit 1b0ec8c

Please sign in to comment.