Commit Graph

99 Commits

Author SHA1 Message Date
itchyny
41fb97e85b replace cui with cterm (close #304) 2018-04-28 00:10:36 +09:00
itchyny
e54d2ae512 remove Dracula theme in favor of github.com/dracula/vim (ref: #195, #299) 2018-04-14 10:44:52 +09:00
nikersify
7f178fda6f mention deus theme in doc 2018-01-24 14:17:13 +01:00
itchyny
583138f1ff fix typos in the help and README.md 2017-12-24 21:34:54 +09:00
itchyny
c5a3060d1a fix the case of molokai colorscheme in the help 2017-11-18 20:07:43 +09:00
itchyny
e7f5b6e01f fix the case of nord colorscheme in the help (#257) 2017-11-18 20:04:39 +09:00
Arctic Ice Studio
859fd7bfef Add Nord color scheme
Added the "Nord Vim" (1) color scheme. It is also shipped with Nord Vim,
but adding it to lightline itself simplifies the usage for many users.
Mentioned in arcticicestudio/nord-vim#68 (2) by @lokesh-krishna

References:
  (1) https://github.com/arcticicestudio/nord-vim
  (2) https://github.com/arcticicestudio/nord-vim/issues/68

Signed-off-by: Arctic Ice Studio <development@arcticicestudio.com>
2017-11-12 20:51:10 +01:00
itchyny
8102b2c103 add material to the list of colorschemes in the help 2017-11-09 23:39:22 +09:00
itchyny
73f125dcf2 fix some coding styles in help for command switching colorschemes 2017-11-05 20:06:01 +09:00
Gabriel Barta
b0af6efaec Add sample command LightlineColorscheme to help 2017-11-05 21:52:02 +11:00
Lokesh Krishna
1cf5c421ad corrected typo 2017-10-21 16:51:32 +05:30
Lokesh Krishna
f9c2102f1d Added materia to list of available colorschemes 2017-10-21 13:37:33 +05:30
zs
6c14e4d085 Added OldHope colorscheme 2017-10-15 06:21:26 +02: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
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
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
kkopec
56bcff1d34 added darcula colorscheme 2017-02-11 21:39:08 +01: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
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
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
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
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
fa804bf772 fix doc: solarized_{dark,light} is now removed 2016-08-09 06:23:14 +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
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
cc52241a87 remove the default value from mode_map 2016-04-23 13:49:34 +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
929c0f765e improve the help of mode_map 2016-03-20 09:33:54 +09:00
itchyny
616837f44e Add configuration for installation with vim-plug 2015-11-04 08:31:34 +09:00
itchyny
782a245b25 update document: add PaperColor, seoul256 2015-11-01 20:34:44 +09:00
itchyny
f954924668 change My prefix to LightLine prefix 2015-07-25 16:59:39 +09:00
itchyny
8645061982 improve doc: remove trailing spaces 2015-05-22 22:22:10 +09:00
itchyny
fa5a968b35 fix typo 2015-02-12 08:28:08 +09:00
itchyny
3b1730aa95 improve doc 2015-01-17 12:43:08 +09:00
itchyny
b18c1c214c fix subseparator.right of powerline (fix #84) 2014-11-15 07:45:04 +09:00
Grégoire Delattre
e67c4d6b9e Update doc for spell component 2014-06-21 09:25:23 +02:00
Scott Stevenson
b67f7eaf80 Update Vundle instructions
As of v0.10.2, the Vundle prefix has changed from `Bundle` to `Plugin`.
2014-06-13 16:05:02 +00:00