Commit Graph

518 Commits

Author SHA1 Message Date
nikersify
7f178fda6f mention deus theme in doc 2018-01-24 14:17:13 +01:00
nikersify
bda0b98203 Add deus theme 2018-01-24 14:04:57 +01:00
itchyny
6f84195f10 refine coding style of arrays 2017-12-31 16:30:07 +09:00
itchyny
583138f1ff fix typos in the help and README.md 2017-12-24 21:34:54 +09:00
itchyny
b19faca129 Merge pull request #270 from arcticicestudio/bugfix/nord-color-scheme-invisible-inactive-middle-bar
Fix invisible inactive bar for "nord" color scheme
2017-12-05 23:10:52 +09:00
Arctic Ice Studio
0d962c9488 Fix invisible inactive bar for "nord" color scheme
This commit fixes the middle element of inactive bars for the "nord"
theme caused by arcticicestudio/nord-vim#58.

Related to arcticicestudio/nord-vim#73
2017-12-05 15:01:34 +01:00
itchyny
c63eb5514b follow &background value when ctermbg of Normal is less than 16 (close #267, ref: syntax.c set_option_value) 2017-11-29 12:57:00 +09:00
itchyny
c2c7efe89c support cterm colors for one colorscheme (close #263) 2017-11-28 21:53:31 +09:00
itchyny
76e374334c fix &background value detection 2017-11-28 21:30:41 +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
itchyny
8fc8404604 change the file permission of nord.vim 2017-11-18 20:02:24 +09:00
itchyny
e69081c137 Merge pull request #257 from arcticicestudio/feature/nord-color-scheme
Add Nord color scheme
2017-11-13 22:51:44 +09:00
Arctic Ice Studio
24623b45c2 Remove unused local Nord Vim version variable 2017-11-13 14:47:17 +01:00
Arctic Ice Studio
92bc361010 Apply MIT license migration
Nord and all port projects are migrating to the MIT license.

References:

* https://github.com/arcticicestudio/nord-vim/pull/70
* https://github.com/arcticicestudio/nord/issues/55
2017-11-12 20:51:10 +01: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
7b76addf14 fix highlight colors of the terminal mode after ColorScheme event on Vim (ref: #144) 2017-11-11 13:31:46 +09:00
itchyny
8102b2c103 add material to the list of colorschemes in the help 2017-11-09 23:39:22 +09:00
itchyny
ca0ebbebea Merge pull request #262 from lokesh-krishna/material
Add material colorscheme
2017-11-09 13:32:34 +09:00
Lokesh Krishna
e56f701abd swap colors for insert mode and normal mode 2017-11-08 22:38:50 +05:30
Lokesh Krishna
4b6c52afa3 add material colorscheme based on base16-material 2017-11-08 11:16:08 +05:30
itchyny
73f125dcf2 fix some coding styles in help for command switching colorschemes 2017-11-05 20:06:01 +09:00
itchyny
bf366c57d4 Merge pull request #259 from gbarta/help-add-cmd-LightlineColorscheme
Add sample command LightlineColorscheme to help
2017-11-05 20:04:01 +09:00
Gabriel Barta
b0af6efaec Add sample command LightlineColorscheme to help 2017-11-05 21:52:02 +11:00
itchyny
7eb3412888 Merge pull request #253 from lokesh-krishna/materia
Added materia colorscheme
2017-10-21 21:27:38 +09:00
Lokesh Krishna
b13a9a48e8 Changed file name and made colors consistent 2017-10-21 17:35:38 +05:30
Lokesh Krishna
f9af189d6d updated name and swapped colors 2017-10-21 17:21:43 +05:30
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
Lokesh Krishna
560ab5db68 added materia 2017-10-21 13:32:41 +05:30
itchyny
89b32d1704 Merge branch 'tomb0y-old_hope_colorscheme' 2017-10-15 13:24:44 +09:00
zs
6c14e4d085 Added OldHope colorscheme 2017-10-15 06:21:26 +02:00
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