Commit Graph

581 Commits

Author SHA1 Message Date
itchyny
85e61fb0df Merge pull request #399 from favorable-mutation/master
add comprehensive colorscheme screenshots
2019-11-10 15:45:01 +09:00
Griffin Rademacher
4083e8cdf5 🎨 Adds colorscheme screenshots to new file
Currently, there are some screenshots of available
colorschemes at the beginning of the README. These
changes add a new `.md` file linked to from the
README with a comprehensive set of screenshots,
linked from the project Wiki using relative paths.
2019-11-05 14:45:42 -05:00
itchyny
53bd3279da Merge pull request #398 from lucasprag/simpleblack
Add simpleblack theme
2019-10-31 10:38:58 +09:00
Lucas Arantes
23bf879514 Make hex numbers consistently lowercase 2019-10-30 01:24:59 -04:00
Lucas Arantes
35c54e22d4 Update last change for the simpleblack theme 2019-10-28 22:54:41 -04:00
Lucas Arantes
6caf209093 Add simpleblack screenshot to the readme file 2019-10-28 22:52:48 -04:00
Lucas Arantes
45b2a58169 Update colors for simpleblack's replace mode 2019-10-28 22:44:50 -04:00
itchyny
d7fd8d7a74 Merge pull request #395 from finch185277/fix-typos
Update README.md
2019-10-18 12:48:03 +09:00
finch185277
074f9300cf Update README.md
- fix typos
2019-10-18 11:42:50 +08:00
itchyny
c9ab296e85 improve colors of one colorscheme (fix #388) 2019-09-09 22:43:52 +09:00
itchyny
d437b6fe92 fix background detection for hi Normal ctermfg=7 (close #385) 2019-09-07 11:22:28 +09:00
itchyny
8b3aa1632c fix lightline#update for popup specified in the completeopt option 2019-08-20 14:00:58 +09:00
itchyny
09c61dc3f6 update the colorscheme list in the help 2019-08-14 10:48:06 +09:00
itchyny
1f3da6f1bb Merge pull request #375 from impulse/master
Add ayu mirage theme
2019-08-13 08:19:53 +09:00
impulse
539ec24c91 convert hex to lowercase, remove whitespace 2019-08-11 12:06:15 +02:00
impulse
f7054474fe Add ayu mirage theme 2019-08-11 12:01:21 +02:00
itchyny
f5039419d8 remove sudo: false from .travis.yml 2019-08-06 15:33:58 +09:00
itchyny
d589eb5530 Merge pull request #373 from ssayols/master
installation using vim packages
2019-08-02 22:45:44 +09:00
Sergi Sayols
dde1454371 installation using vim packages 2019-08-01 11:56:40 +02:00
itchyny
1afe1e9bd5 change events for updating the statusline, from BufWinEnter,FileType to BufEnter (close #352)
- fix the active statusline after updating the quickfix/location list
- use g:qf_disable_statusline to disable the statusline of the default ftplugin
- for before Vim 8.1.1715, keep using FileType event to overwrite the statusline of the quickfix window
2019-07-30 21:23:20 +09:00
itchyny
f2a1f47c85 Merge pull request #372 from SoftwareSheriff/master
Add Selenized Dark Theme
2019-07-25 21:55:17 +09:00
Charles Hall
a01ac94422 added "selenized_dark" to the theme list in the docs 2019-07-22 11:11:40 -07:00
Charles Hall
c7d933c3d3 added "selenized_dark" theme 2019-07-22 11:06:44 -07:00
itchyny
bc82a1c7b6 add test for entering a popup window 2019-07-20 13:36:18 +09:00
itchyny
48b4ee4997 test with Vim 8.1.1700 on TravisCI 2019-07-20 13:34:12 +09:00
itchyny
a059b4effb use ==# to check string equality 2019-07-20 13:32:02 +09:00
itchyny
284d3ee0db Merge pull request #371 from rbtnn/patch-1
Entering a popup window, do not update lightline
2019-07-15 23:01:16 +09:00
Naruhiko Nishino
f947d46271 Entering a popup window, do not update lightline 2019-07-14 02:29:05 +09:00
Lucas Arantes
ac000971a0 Add simpleblack 2019-06-25 15:59:35 -04:00
itchyny
80c242c3c5 Merge branch 'sheerun-powerlineish-theme' 2019-06-12 18:47:39 +09:00
itchyny
8f6555b4f2 add powerlineish to the list of colorschemes in the document 2019-06-12 18:47:15 +09:00
itchyny
8ce4f1abb2 fix header of powerlineish colorscheme file 2019-06-12 18:47:07 +09:00
Adam Stankiewicz
d3b097654f Update theme 2019-06-09 11:55:04 +02:00
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