Commit Graph

536 Commits

Author SHA1 Message Date
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
itchyny
fa804bf772 fix doc: solarized_{dark,light} is now removed 2016-08-09 06:23:14 +09:00
itchyny
b9a7bda52e Merge pull request #175 from ericbn/solarized
Fix solarized themes colors
2016-08-09 06:13:13 +09:00
Eric Nielsen
ef65954149 Fix solarized themes colors
- Swap values without needing temporary variables
2016-08-08 10:33:23 -05:00
Eric Nielsen
a9fc5fc62e Fix solarized themes colors
- Use colors according to
  http://ethanschoonover.com/solarized#usage-development, namely dark
  mode core colors are only base1, base0, base01, base03, base03
- 'altercation/vim-colors-solarized' also uses base00 in dark mode for
  the VertSplit highlight, so use this too (has more contrast)
- Use colors as to optimize contrast, and as to make the same scheme
  work for light mode by just inverting the colors (base03 becomes base3
  and so on, as in 'altercation/vim-colors-solarized')
- Refactor removing duplicate code
2016-08-07 11:56:31 -05:00
itchyny
430ce2cb06 remove unnecessary double spaces 2016-06-12 22:42:46 +09:00
itchyny
967a203f26 add tests for lightline#highlight when there is no components (ref #166) 2016-06-11 14:11:28 +09:00
itchyny
c54f599cb4 fix lightline#highlight in case there is no components (fix #166) 2016-06-11 14:10:57 +09:00
itchyny
6803c2c1f4 update the doc: tweak the document for lightline#init() 2016-05-26 21:59:17 +09:00
itchyny
3d1857e1d9 update the doc: default value of tab_component 2016-05-25 20:15:32 +09:00
itchyny
ac5e6df5ca update hte examples in the README and doc: replace the _ variable with branch 2016-05-16 22:53:29 +09:00
itchyny
6de7b19812 update s:line: add the subseparator only when it is no empty 2016-05-14 13:21:26 +09:00
itchyny
4ca31eb271 update lightline#init: use call function instead of eval function 2016-05-13 23:31:28 +09:00
itchyny
e731b248be update the example configurations: instead of using strlen, compare to empty string 2016-05-11 08:54:04 +09:00
itchyny
a9c74efa36 update the spell component, hide the component when 'spell' is off (fix #162, ref #70) 2016-05-08 13:57:27 +09:00
itchyny
0c7f4f907e update s:evaluate_expand: use call instead of eval 2016-05-07 22:19:34 +09:00
itchyny
c205aad755 add tests for lightline#error() 2016-05-01 04:38:41 +09:00
itchyny
5cb8e4a207 add tests for lightline#mode() 2016-04-30 12:10:17 +09:00
itchyny
4109e4ee6b update test for s:uniq 2016-04-29 13:41:36 +09:00
itchyny
92d04a7cc2 use function('uniq') 2016-04-29 13:41:23 +09:00
itchyny
1f44ca0ccf update s:term 2016-04-24 21:49:54 +09:00
itchyny
cc52241a87 remove the default value from mode_map 2016-04-23 13:49:34 +09:00
itchyny
9a6adb2780 tweak lightline#highlight code 2016-04-20 22:50:21 +09:00
itchyny
5c542a593f fix lightline#highlight 2016-04-18 01:22:36 +09:00
itchyny
ba2fba9707 use constant values for type(''), type({}) 2016-04-17 13:51:00 +09:00
itchyny
a1d35bf9b8 use the cache feature of Travis 2016-04-17 13:34:57 +09:00
itchyny
d5bf4b8343 update tests for lightline#highlight 2016-04-17 13:01:55 +09:00
itchyny
6688b54c67 add tests for lightline#highlight 2016-04-17 12:53:24 +09:00
itchyny
7a2d8533c9 refactor lightline#highlight 2016-04-17 12:53:08 +09:00
itchyny
757fa3daf3 update the test for lightline#link 2016-04-17 12:49:52 +09:00
itchyny
1c3b98128e improve lightline#link 2016-04-17 12:49:38 +09:00
itchyny
cd63ed91ef improve s:hi in the test for lightline#ink 2016-04-17 11:37:24 +09:00
itchyny
424a35fa2b improve lightline#link: use filter before sort 2016-04-16 19:46:23 +09:00
itchyny
a2e5e389e6 refactor lightline#link 2016-04-16 15:57:35 +09:00
itchyny
bf14dc5313 add tests for lightline#link 2016-04-16 15:51:03 +09:00
itchyny
ec7d944f06 update the default components: fileencoding and filetype 2016-04-15 22:30:25 +09:00
itchyny
b69e020756 tweak the configuration for ctrlp (close #159) 2016-04-15 22:14:08 +09:00
itchyny
83de2155e9 improve s:subseparator
- remove duplicated code for component functions
 - remove parenthesis if unnecessary
2016-04-15 00:53:11 +09:00