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
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
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
8fc8404604
change the file permission of nord.vim
2017-11-18 20:02:24 +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
Lokesh Krishna
e56f701abd
swap colors for insert mode and normal mode
2017-11-08 22:38:50 +05:30
Lokesh Krishna
4b6c52afa3
add material colorscheme based on base16-material
2017-11-08 11:16:08 +05:30
Lokesh Krishna
b13a9a48e8
Changed file name and made colors consistent
2017-10-21 17:35:38 +05:30
Lokesh Krishna
f9af189d6d
updated name and swapped colors
2017-10-21 17:21:43 +05:30
Lokesh Krishna
560ab5db68
added materia
2017-10-21 13:32:41 +05:30
zs
6c14e4d085
Added OldHope colorscheme
2017-10-15 06:21:26 +02:00
itchyny
940bd64230
update tabs component to truncate right tabs ( close #239 )
2017-09-18 08:23:56 +09:00
antoinemadec
9d1fee4887
use 'winnr' component name instead of 'windownb'
2017-09-17 11:55:57 -07:00
antoinemadec
fe7ef5fb33
add 'windownb' component
2017-09-15 11:31:36 -07:00
itchyny
fc7d25e796
implement g:lightline.component_raw to specify raw type components. ( close #240 , #134 )
...
Having raw type configuration in component_type is a kind of
implementation design mistake. We sometimes want to specify both the
type and the raw attribute of a component. The raw component feature
shouldn't be included as one of the types of components. Now we can
specify the raw attribute with component_raw and the type with
component_type.
2017-08-21 08:21:01 +09:00
itchyny
08f9e22c9a
fix highlight for raw type expansion component ( #240 )
2017-08-10 04:54:11 +09:00
itchyny
5ac32355ec
support raw type expansion component ( close #240 )
2017-08-09 22:01:16 +09:00
kkopec
56bcff1d34
added darcula colorscheme
2017-02-11 21:39:08 +01:00
itchyny
059888ab65
fix tabline_configured to ensure that custom component for tabline will be updated regardless of the state of the tabs ( #205 )
2016-12-03 12:09:19 +09:00
itchyny
e46447e480
update highlight group names: change LightLine prefix to Lightline
2016-11-23 19:34:09 +09:00
itchyny
7b79f2ac35
tweak the left colors of the molokai colorscheme
2016-11-17 00:28:38 +09:00
itchyny
31c41def03
update the middle colors of the molokai colorscheme
2016-11-17 00:22:19 +09:00
itchyny
0f472147cf
Merge pull request #199 from challsted/master
...
Added a Molokai ColorScheme
2016-11-16 23:19:55 +09:00
Chase Hallsted
44b25f4b7a
Revamped colorscheme to match Itchyny's standards
...
Removed g: flag that allowed for alternate as well as moved colors
around to make them make more sence. I actually like this better now
2016-11-14 09:43:24 -06:00
Chase Hallsted
4da31a8670
Converted to use default colors and a flag
2016-11-11 10:18:22 -06:00
Chase Hallsted
46f8839e38
Fixed a few CTerms
2016-11-08 09:02:13 -06:00
Chase Hallsted
224c94fe92
Added CUI and removed bloat
...
Added CTERM Colors as requested by itchyny and removed colors that were
not being called by the colorscheme.
Things that need to be done still:
No idea what the "Inactive" colors are for.... they are kind of just
defaulting to what they origionally were...
2016-11-08 08:33:50 -06:00
Chase Hallsted
1c42f37452
Converted to lowercase hex values
2016-11-06 12:59:17 -06:00
itchyny
836d4c84f7
support terminal colors in the Dracula colorscheme (ref #195 )
2016-11-06 01:11:39 +09:00
Chase Hallsted
ee2d1a5aad
Added a Molokai ColorScheme
2016-11-05 03:52:44 -05:00
Zoltan Dalmadi
f7941cedf3
Changed indentation to soft tabs (2 spaces)
2016-11-03 10:57:56 +01:00
Zoltan Dalmadi
23e62bd2fe
Merged dark and light variants into one file
2016-11-02 17:36:10 +01:00
Zoltan Dalmadi
6978bdf2d7
Added one color theme
2016-11-02 15:27:33 +01:00
Adam Albrecht
bf6a97744b
Add Dracula theme for lightline.vim
...
Based on the color scheme from https://draculatheme.com/
Color Palette: https://github.com/dracula/dracula-theme#color-palette
2016-10-13 14:03:03 -04:00
itchyny
9e8d9f68df
fix lightline#colorscheme(): convert colors for Windows before lightline#highlight ( fix #191 )
2016-10-05 08:31:47 +09:00
itchyny
718eb60e98
use eval instead of call to evaluate the expand components to support dictionary functions ( fix #183 )
2016-09-04 13:06:49 +09:00
itchyny
733ede08cb
implement component_function_visible_condition in s:subseparator (ref #173 )
2016-08-21 11:28:34 +09:00
Eric Nielsen
ef65954149
Fix solarized themes colors
...
- Swap values without needing temporary variables
2016-08-08 10:33:23 -05:00