337 Commits

Author SHA1 Message Date
itchyny
e358557e1a optimize evaluating expanding components
Some checks failed
CI / Test (v7.3) (push) Has been cancelled
CI / Test (v7.4) (push) Has been cancelled
CI / Test (v8.0.0000) (push) Has been cancelled
CI / Test (v8.1.0000) (push) Has been cancelled
CI / Test (v8.2.0000) (push) Has been cancelled
CI / Test (v9.0.0000) (push) Has been cancelled
CI / Test (v9.1.0000) (push) Has been cancelled
2024-12-30 22:13:52 +09:00
Lucas Culverhouse
542233da98 Add Rosé Pine Moon colorscheme 2023-11-18 11:32:31 -08:00
4513ECHO
3d10b50dec fix: Make not to skip floatwin if it is focusable 2023-09-02 20:14:02 +09:00
itchyny
b02ef0d9f2 fix filename header of rosepine colorscheme 2022-05-09 23:35:45 +09:00
itchyny
bba362c7b7 improve terminal colors of rosepine colorscheme (close #630) 2022-05-09 23:33:03 +09:00
itchyny
ab98d6e58d add newlines to colorscheme files consistently 2022-03-15 23:59:37 +09:00
itchyny
67a2c62eb8 fix filename to match the colorscheme name 2022-03-15 23:57:22 +09:00
Sheldon Knuth
70e5ad5285 introduce Rosé Pine colorscheme for dark background, Rosé Pine Dawn for light background. 2022-03-15 14:03:27 +08:00
itchyny
a29b8331e1 stop updating on BufDelete event 2021-11-21 22:56:50 +09:00
Paul Townsend
8843519a84 Add apprentice colorscheme 2021-03-02 18:39:48 +00:00
itchyny
709b2d8dc8 improve performance of s:convert() 2020-11-21 14:04:24 +09:00
itchyny
fb3e157e45 fix inconsistent spacing around . operator 2020-11-21 00:24:25 +09:00
itchyny
a99156db53 improve s:line() 2020-11-21 00:23:25 +09:00
itchyny
46999f167a optimize flattening twice in s:expand() 2020-11-20 21:35:16 +09:00
itchyny
fdccae8c9d Revert "use autocmd! [group] to remove the auto-commands" to fix #528
This reverts commit 2d482e82f2.
2020-11-13 15:31:33 +09:00
itchyny
2d482e82f2 use autocmd! [group] to remove the auto-commands 2020-11-10 22:34:57 +09:00
itchyny
53176a0b75 drop support of Vim 7.2 2020-11-05 20:07:44 +09:00
itchyny
2afc3ab4dd fix highlight links on resetting highlights (ref: Vim 8.2.1703 213da551) (close #512) 2020-09-25 11:00:28 +09:00
itchyny
f5f870e0ac reduce copying two lists in s:line 2020-09-05 21:00:11 +09:00
sudofoobar
cfc00eabc3 Fix foreground colors in selenized colorschemes 2020-09-03 20:33:34 +09:00
Eliran Gonen
2ff75113e7 Use virtual column instead of column in lineinfo
i.e. when 'wrap' is set 'showbreak' characters gets counted in in column position.
This seems to be like a more common use, better default.
2020-08-14 22:58:26 +03:00
Ulrik de Muelenaere
eb462749ae Abbreviate tabline based on current rather than initial width 2020-08-13 20:25:11 +02:00
yhu266
e51ebcc17e improve tabline colors for colorscheme jellybeans 2020-07-08 15:23:09 -07:00
Jack
419694cfed Combine authors 2020-06-20 21:50:55 -07:00
Jack
e289c097d6 Change 16half references to 16color 2020-06-20 21:50:07 -07:00
jackno
88f7ad0953 improve design and contrast in 16color theme 2020-06-20 19:27:51 -07:00
itchyny
3afa0102ce move palette conversion for Windows to colortable.vim 2020-06-19 11:11:45 +09:00
itchyny
2202c7a996 stop quick return because it is true for most users 2020-06-19 07:34:19 +09:00
itchyny
da5a84c77f skip updating statusline for autocmd window (close #444, #447, #448) 2020-06-19 07:03:42 +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
1a118e1da9 fix incosistent spacing in selenized_white colorscheme 2020-05-03 19:34:34 +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
43a1eabdd5 Merge pull request #457 from jaki/fix-deus-right-bold 2020-05-02 13:31:55 +09:00
itchyny
e11ebebd7d fix non-GUI colors of ayu_light, ayu_mirage, ayu_dark colorschemes 2020-05-01 19:40:54 +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
73a085f7d7 fix ayu_light color 2020-02-15 18:46:25 +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
468ca152fd stop listening CursorMoved, BufUnload and remove lightline#update_once 2020-01-29 21:26:55 +09:00
itchyny
604ffb2b0f avoid using reverse(range(n)) (fix #415) 2020-01-27 19:43:21 +09: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