Commit Graph

536 Commits

Author SHA1 Message Date
itchyny
022634035e Merge pull request #250 from djpowers/patch-1
Update links to alternative plugins
2017-10-02 09:13:27 +09:00
Dave Powers
2651143749 Update links to alternative plugins 2017-10-01 14:12:01 -04:00
itchyny
d465f10338 update tabs component tests 2017-09-18 08:28:06 +09:00
itchyny
940bd64230 update tabs component to truncate right tabs (close #239) 2017-09-18 08:23:56 +09:00
itchyny
bd85cedc55 remove test on Vim 7.2.051
- because build fails due to -Werror=format-security
2017-09-18 08:21:19 +09:00
itchyny
bcb3a918a3 Merge pull request #247 from antoinemadec/master
add 'winnr' component
2017-09-18 08:06:35 +09:00
antoinemadec
9d1fee4887 use 'winnr' component name instead of 'windownb' 2017-09-17 11:55:57 -07:00
antoinemadec
fe7ef5fb33 add 'windownb' component 2017-09-15 11:31:36 -07:00
itchyny
96d6d108bf tweak the doc for component_raw 2017-08-21 08:33:35 +09:00
itchyny
fc7d25e796 implement g:lightline.component_raw to specify raw type components. (close #240, #134)
Having raw type configuration in component_type is a kind of
implementation design mistake. We sometimes want to specify both the
type and the raw attribute of a component. The raw component feature
shouldn't be included as one of the types of components. Now we can
specify the raw attribute with component_raw and the type with
component_type.
2017-08-21 08:21:01 +09:00
itchyny
e7b6c035eb add tests for raw type expansion component 2017-08-20 21:57:17 +09:00
itchyny
08f9e22c9a fix highlight for raw type expansion component (#240) 2017-08-10 04:54:11 +09:00
itchyny
5ac32355ec support raw type expansion component (close #240) 2017-08-09 22:01:16 +09:00
itchyny
ff74d65614 update some wording in README.md 2017-05-30 21:50:10 +09:00
itchyny
29bd3a213d linkify plugin manager titles in README.md 2017-05-28 19:25:58 +09:00
itchyny
2344c78c15 update titles in colorscheme samples of README.md 2017-05-28 19:18:00 +09:00
itchyny
592999a542 update explanation on colorschemes in README.md 2017-05-28 11:18:44 +09:00
itchyny
055950d853 add Dracula and one screenshots in README.md 2017-05-28 02:13:03 +09:00
itchyny
b2ef6b2c26 update LICENSE 2017-05-28 01:15:43 +09:00
itchyny
3ae22c9000 update explanations for options in the help 2017-05-28 01:07:23 +09:00
itchyny
e7636e2028 update notes in lightline-spirit 2017-05-28 00:41:03 +09:00
itchyny
e0d8d797e2 rewrite configuration tutorial in README.md 2017-05-28 00:29:41 +09:00
itchyny
af1581c32e update document for function component 2017-05-27 22:59:52 +09:00
itchyny
c7e786face update statements in lightline-spirit 2017-05-27 21:33:11 +09:00
itchyny
92757a0cb5 update screenshots in README.md 2017-05-27 19:17:49 +09:00
itchyny
6034e639e8 update .travis.yml: tweak indent in install script 2017-04-21 23:44:28 +09:00
itchyny
011b0d51f0 update .travis.yml: export PATH in script 2017-04-21 23:40:26 +09:00
itchyny
2d46cf9556 update .travis.yml: refactor Travis configuration 2017-04-21 13:37:42 +09:00
itchyny
15509c6fa6 update README.md: fix the repository url of Vundle 2017-04-16 00:17:57 +09:00
itchyny
a63a00d548 Merge pull request #216 from kkopec/darcula-colorscheme
Added darcula colorscheme
2017-02-12 12:15:57 +09:00
kkopec
56bcff1d34 added darcula colorscheme 2017-02-11 21:39:08 +01:00
itchyny
059888ab65 fix tabline_configured to ensure that custom component for tabline will be updated regardless of the state of the tabs (#205) 2016-12-03 12:09:19 +09:00
itchyny
479a1f6ae6 update highlight group names in the tests 2016-11-23 19:38:50 +09:00
itchyny
e46447e480 update highlight group names: change LightLine prefix to Lightline 2016-11-23 19:34:09 +09:00
itchyny
7b79f2ac35 tweak the left colors of the molokai colorscheme 2016-11-17 00:28:38 +09:00
itchyny
31c41def03 update the middle colors of the molokai colorscheme 2016-11-17 00:22:19 +09:00
itchyny
0f472147cf Merge pull request #199 from challsted/master
Added a Molokai ColorScheme
2016-11-16 23:19:55 +09:00
Chase Hallsted
44b25f4b7a Revamped colorscheme to match Itchyny's standards
Removed g: flag that allowed for alternate as well as moved colors
around to make them make more sence. I actually like this better now
2016-11-14 09:43:24 -06:00
Chase Hallsted
4da31a8670 Converted to use default colors and a flag 2016-11-11 10:18:22 -06:00
Chase Hallsted
c410c2876d Added Colorscheme to list 2016-11-11 10:18:00 -06:00
Chase Hallsted
ff13089484 Added doc for future Colorscheme Contributors 2016-11-11 10:14:55 -06:00
Chase Hallsted
46f8839e38 Fixed a few CTerms 2016-11-08 09:02:13 -06:00
Chase Hallsted
224c94fe92 Added CUI and removed bloat
Added CTERM Colors as requested by itchyny and removed colors that were
not being called by the colorscheme.

Things that need to be done still:
No idea what the "Inactive" colors are for.... they are kind of just
defaulting to what they origionally were...
2016-11-08 08:33:50 -06:00
Chase Hallsted
1c42f37452 Converted to lowercase hex values 2016-11-06 12:59:17 -06:00
itchyny
836d4c84f7 support terminal colors in the Dracula colorscheme (ref #195) 2016-11-06 01:11:39 +09:00
Chase Hallsted
ee2d1a5aad Added a Molokai ColorScheme 2016-11-05 03:52:44 -05:00
itchyny
bf98f31348 Merge pull request #198 from ZoltanDalmadi/master
Added one color theme
2016-11-03 19:39:57 +09:00
Zoltan Dalmadi
f7941cedf3 Changed indentation to soft tabs (2 spaces) 2016-11-03 10:57:56 +01:00
Zoltan Dalmadi
23e62bd2fe Merged dark and light variants into one file 2016-11-02 17:36:10 +01:00
Zoltan Dalmadi
6978bdf2d7 Added one color theme 2016-11-02 15:27:33 +01:00