Commit Graph

625 Commits

Author SHA1 Message Date
itchyny
2202c7a996 stop quick return because it is true for most users 2020-06-19 07:34:19 +09:00
itchyny
116fa4901c run test with Vim 8.2.1000 on GitHub Actions 2020-06-19 07:18:33 +09:00
itchyny
2effe7ad1c add a test case for #448 2020-06-19 07:17:34 +09:00
itchyny
da5a84c77f skip updating statusline for autocmd window (close #444, #447, #448) 2020-06-19 07:03:42 +09:00
itchyny
c172131e03 Merge pull request #468 from chrisnovakovic/colorscheme-trailing-spaces 2020-05-18 09:34:19 +09:00
Chris Novakovic
6c289cda76 Remove trailing spaces from strings in colorscheme palettes
Several colorschemes define colours whose hex representations contain
trailing spaces. While this doesn't currently seem to have any adverse
effects, remove the trailing spaces to avoid potential problems later.
2020-05-17 21:12:55 +01:00
itchyny
865c5c3b30 update CI triggers not to duplicate on pull requests 2020-05-07 16:16:19 +09:00
itchyny
1a118e1da9 fix incosistent spacing in selenized_white colorscheme 2020-05-03 19:34:34 +09:00
itchyny
a82773c5d5 Merge pull request #458 from kmARC/master 2020-05-03 14:32:56 +09:00
Mark Korondi
8080d8e891 Add support for (preferred) terminal colors
As the selenized documentation notes, setting the proper terminal
palette is the preferred method of using selenized in terminal. This
patch enables that mode using airline's built-in flatten method, while
keeps the true color definitions for gui vim.
2020-05-02 21:12:31 +02:00
itchyny
d77c94f215 add selenized_black, selenized_light, selenized_white colorschemes 2020-05-02 17:10:22 +09:00
itchyny
0dfb101d0c fix non-GUI colors of selenized_dark colorscheme 2020-05-02 16:54:42 +09:00
itchyny
8c01f4299f add simpleblack to the colorscheme list in the document 2020-05-02 16:40:49 +09:00
itchyny
1380e619bb update screenshot filenames 2020-05-02 16:27:03 +09:00
itchyny
43a1eabdd5 Merge pull request #457 from jaki/fix-deus-right-bold 2020-05-02 13:31:55 +09:00
itchyny
68f4d2600b add screenshot of ayu_dark to colorscheme.md 2020-05-01 19:55:24 +09:00
itchyny
e11ebebd7d fix non-GUI colors of ayu_light, ayu_mirage, ayu_dark colorschemes 2020-05-01 19:40:54 +09:00
itchyny
a3363e542d Merge pull request #446 from danielpeng2/ayu-dark-theme 2020-05-01 19:33:52 +09:00
Jason Kim
e48a397c88 fix: don't bold last component of deus colorscheme
In the deus colorscheme, the first component is bolded, and the rest of
the components aren't.  However, for replace and visual modes, the last
component is bolded.  This appears to be a copy-paste error because
those incorrect lines are precisely the lines added in commit
b1354c53bd.  Fix it by making them not
bolded.
2020-04-30 20:03:42 -07:00
danielpeng2
71da8a2952 add ayu dark theme 2020-04-15 23:59:33 -04:00
itchyny
b8976d2e54 tweak the tabline color of solarized theme (close #439) 2020-04-06 19:23:54 +09:00
itchyny
893bd90787 update statusline on FileChangedShellPost event (close #430) 2020-03-16 19:11:43 +09:00
itchyny
e8577f3654 remove unnecessary comment in colorscheme files 2020-02-15 20:58:15 +09:00
itchyny
fc388752a3 add screenshot of ayu_light in colorscheme.md 2020-02-15 19:07:51 +09:00
itchyny
f96a7a6b44 add ayu_light to the list of colorscheme names in help 2020-02-15 18:46:38 +09:00
itchyny
73a085f7d7 fix ayu_light color 2020-02-15 18:46:25 +09:00
itchyny
e10ddec72f Merge pull request #421 from christalib/master
Adding ayu_light colorscheme
2020-02-15 18:43:19 +09:00
Christopher Talib
a72f8baf34 Adding ayu_light colorscheme
This works ports the light version of [Ayu](https://github.com/ayu-theme) for lightline.
2020-02-11 16:13:40 +01:00
itchyny
377e62d801 update on BufDelete for popup window closing 2020-02-03 22:11:27 +09:00
itchyny
f7dd47eb55 use strict string comparison operator 2020-02-01 18:05:56 +09:00
itchyny
ec671230d3 setup CI in GitHub Actions 2020-01-31 23:51:06 +09:00
itchyny
468ca152fd stop listening CursorMoved, BufUnload and remove lightline#update_once 2020-01-29 21:26:55 +09:00
itchyny
96d3618f39 update copyright year in LICENSE 2020-01-28 18:43:35 +09:00
itchyny
6c4a6a59ba replace fugitive#head with FugitiveHead in the documents (close #417) 2020-01-28 18:42:21 +09:00
itchyny
604ffb2b0f avoid using reverse(range(n)) (fix #415) 2020-01-27 19:43:21 +09:00
itchyny
f4fa096a67 use match case comparison operators in the sample configuration 2019-12-27 18:26:25 +09:00
itchyny
0ba8888c0e fix tagbar buffer detection (ref: #405) 2019-12-27 18:13:16 +09:00
itchyny
6daec38c1d add more tips in README.md 2019-12-23 11:04:30 +09:00
itchyny
6fb3ddd293 Merge pull request #403 from kazukazuinaina/add_dein_section_README
Add dein section in README.md
2019-12-20 09:30:15 +09:00
kazukazuinaina
b29e93396c Add dein section in README.md 2019-12-20 03:39:08 +09:00
itchyny
ef6df46efe test with Vim 8.2 2019-12-13 14:10:55 +09:00
itchyny
e6f282f5e9 reorder the colorscheme screenshot list 2019-11-10 16:00:05 +09:00
itchyny
f6701b1fea remove simpleblack from README.md 2019-11-10 15:54:16 +09:00
itchyny
03e538d523 fix screenshot links 2019-11-10 15:52:17 +09:00
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