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
Lucas Arantes
45b2a58169
Update colors for simpleblack's replace mode
2019-10-28 22:44:50 -04: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
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
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
Charles Hall
c7d933c3d3
added "selenized_dark" theme
2019-07-22 11:06:44 -07:00
itchyny
a059b4effb
use ==# to check string equality
2019-07-20 13:32:02 +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
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
bb0b401361
fix colors of right components of one colorscheme
2019-05-12 20:31:56 +09:00
Edgard Castro
84c49480a0
Fix 'one' colorscheme normal right side colors
2019-05-11 15:48:38 +02:00
vahnrr
cbe4ff7c65
Fixed 'one' colorscheme tab's text color
2019-04-29 11:55:41 +02:00
itchyny
931d49cf13
fix lightline#update: stop setting statusline while disabled ( fix #332 )
2018-11-24 12:06:35 +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
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
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
bc7e828f10
fix colorscheme initialization on MacVim ( fix #308 )
2018-06-22 08:53:26 +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
e54d2ae512
remove Dracula theme in favor of github.com/dracula/vim (ref: #195 , #299 )
2018-04-14 10:44:52 +09:00
nikersify
b1354c53bd
fix right side not changing to proper colours in deus theme
2018-01-24 15:05:07 +01:00