Skip to content

Commit 1b0ec8c

Browse files
committed
version 2
1 parent 7dd1e7b commit 1b0ec8c

File tree

3 files changed

+336
-406
lines changed

3 files changed

+336
-406
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 MaxSt
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

+8-23
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
## FlatColor ##
22

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

5+
Dark, high contrast colorscheme for gvim and 256 color terminal inspired by [FlatUi Colors](http://flatuicolors.com/).
56

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

8+
### Options ###
109
* g:flatcolor_termcolors
1110
This options sets the terminal colors to 16 or 256 Colors. Default value is 256.
1211
If it is set to 16 ,this colorscheme will attempt to use the standard 16 colors of your terminal emulator.
12+
For the best colors in terminal, its recommended to set set your terminalcolors to [FlatColor Terminal Colors](#flatcolor-terminal-colors) and use 16 colors.
13+
1314

14-
* g:flatcolor_bluebg
15+
* g:flatcolor_asphaltbg
1516
This option sets the background color of the colorscheme to a dark blue if its value is 1.
1617
To set the background to a dark grey color set it to 0.
17-
Default value is 0.
18+
Default value is 1.
1819

19-
Example Flatcolor Terminal Colors:
20+
###FlatColor Terminal Colors###
2021
```
2122
! ~/.Xresource
2223
! Colors
@@ -60,19 +61,3 @@ URxvt*color7: #ecf0f1
6061
URxvt*color15: #bdc3c7
6162
URxvt.foreground : #bdc3c7
6263
```
63-
64-
65-
### screenshots ###
66-
67-
Python
68-
69-
![python](http://i.imgur.com/aL2fZoy.png)
70-
71-
ruby
72-
73-
![ruby](http://i.imgur.com/hGJPMcy.png)
74-
75-
VimL
76-
77-
![viml](http://i.imgur.com/X7AOItg.png)
78-

0 commit comments

Comments
 (0)