Commit Graph

548 Commits

Author SHA1 Message Date
itchyny
3b7c7b83d2 update installation instruction for pathogen to generate help tags with :Helptags (close #362) 2019-06-03 11:01:45 +09:00
itchyny
bb0b401361 fix colors of right components of one colorscheme 2019-05-12 20:31:56 +09:00
itchyny
e0cb7ef0eb Merge pull request #360 from edgard/master
Fix 'one' colorscheme normal right side colors
2019-05-12 18:19:54 +09:00
Edgard Castro
84c49480a0 Fix 'one' colorscheme normal right side colors 2019-05-11 15:48:38 +02:00
itchyny
78b1cc9e71 Merge pull request #358 from vahnrr/master
Fixed one colorscheme tab's text color
2019-05-02 13:55:09 +09:00
vahnrr
cbe4ff7c65 Fixed 'one' colorscheme tab's text color 2019-04-29 11:55:41 +02:00
itchyny
83ae633be3 update copyright year in the LICENSE 2019-01-19 02:11:26 +09:00
itchyny
d1c24b630f update .travis.yml: add test on Vim 8.1.0000 2019-01-19 02:10:22 +09:00
itchyny
1ef44bfa50 Merge pull request #338 from ahrex/ahlex/syntastic-doc
use Syntastic's post-check hook to update lightline
2018-12-12 15:20:44 +09:00
Alexander Huynh
06f8e8434a use Syntastic's post-check hook to update lightline 2018-12-12 05:17:58 +00:00
itchyny
688240e0ef add more tests for disable and enable, also test lightline#update not enable statusline 2018-11-24 12:08:00 +09:00
itchyny
931d49cf13 fix lightline#update: stop setting statusline while disabled (fix #332) 2018-11-24 12:06:35 +09:00
itchyny
47765c787d delete global functions after the test case 2018-09-17 12:32:28 +09:00
itchyny
54a3431c12 fix highlighting separator when component group is skipped due to expanding components (ref c9263d9) 2018-09-17 12:26:56 +09:00
itchyny
0b026a2b89 clear highlight links before each highlight link tests 2018-09-16 23:58:07 +09:00
itchyny
c9263d945e fix highlighting separator when component group is skipped due to expanding components (close #289, #290) 2018-09-16 23:12:53 +09:00
itchyny
166f179cf8 fix termguicolors detection 2018-09-01 22:49:40 +09:00
itchyny
a9fa4ae312 Merge branch 'nrhodes91-fix/nvim-background-check' 2018-09-01 22:48:13 +09:00
Nick Rhodes
3ce1261a7f Treat nvim with termguicolors enabled as if it was a gui client
This helps set the correct light/dark background value within lightline.
2018-09-01 08:40:11 +01:00
itchyny
0532dff598 Merge pull request #311 from billpapadimas/patch-1
Remove grammatical error in readme
2018-07-05 23:53:52 +09:00
Bill Papadimas
c5512fcc33 Remove grammatical error in readme 2018-07-05 17:51:36 +03:00
itchyny
bc7e828f10 fix colorscheme initialization on MacVim (fix #308) 2018-06-22 08:53:26 +09:00
itchyny
555f202e33 Merge pull request #305 from chrisvittal/srcery-drk
Add srcery_drk colorscheme
2018-05-19 22:27:16 +09:00
Christopher Vittal
e0ab2d44a1 Fix quoting and spacing 2018-05-19 09:19:34 -04:00
Christopher Vittal
63f08e5f16 Swap insert and normal mode colors
This makes it more consistent with the rest of the colorschemes in
lightline.
2018-05-19 09:05:46 -04:00
Chris Vittal
6813e5d063 Add srcery_drk colorscheme 2018-05-10 11:18:12 -04:00
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
itchyny
78c43c1446 Merge pull request #284 from nikersify/deus
Add deus theme
2018-01-31 22:44:48 +09:00
nikersify
b1354c53bd fix right side not changing to proper colours in deus theme 2018-01-24 15:05:07 +01:00
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