Commit Graph

473 Commits

Author SHA1 Message Date
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
itchyny
9dc0aac2b2 update doc: rename the component functions LightLine -> Lightline 2016-10-24 08:21:21 +09:00
itchyny
f06368d396 Merge pull request #195 from adamalbrecht/master
Add Dracula theme
2016-10-14 07:08:58 +09:00
Adam Albrecht
bf6a97744b Add Dracula theme for lightline.vim
Based on the color scheme from https://draculatheme.com/

Color Palette: https://github.com/dracula/dracula-theme#color-palette
2016-10-13 14:03:03 -04:00
itchyny
9e8d9f68df fix lightline#colorscheme(): convert colors for Windows before lightline#highlight (fix #191) 2016-10-05 08:31:47 +09:00
itchyny
0f2a26221a fix README, doc: fix the linecolumn symbol for the patched font 2016-09-13 23:57:44 +09:00
itchyny
6ed9073e2d update doc: bump up the version 2016-09-11 15:38:20 +09:00
itchyny
03decb41b0 update doc: remove changelog 2016-09-11 15:38:05 +09:00
itchyny
06d0dd33d3 add a test using dictionary function for expand components (ref #183) 2016-09-04 13:07:31 +09:00
itchyny
718eb60e98 use eval instead of call to evaluate the expand components to support dictionary functions (fix #183) 2016-09-04 13:06:49 +09:00
itchyny
6fffbaf1d6 update the README 2016-08-21 11:46:33 +09:00
itchyny
2946ae2baf update doc: add document for component_function_visible_condition, improve document for component_visible_condition (ref #173) 2016-08-21 11:34:11 +09:00
itchyny
b5226c77a5 add tests for component_function_visible_condition 2016-08-21 11:29:03 +09:00
itchyny
733ede08cb implement component_function_visible_condition in s:subseparator (ref #173) 2016-08-21 11:28:34 +09:00