284 Commits

Author SHA1 Message Date
dd81554c22 Merge pull request #273 from HansSorongon/themes
Add blood red theme.
2022-11-08 22:44:17 +01:00
3e915e3999 add blood_red theme and add to doc 2022-11-07 02:28:09 +08:00
d653f9a8d2 doc: mention cyberpunk theme 2022-11-03 09:50:37 +01:00
531bcc9e5a New themes selenized and selenized_bw
closes #257
2021-05-18 08:49:30 +02:00
d1252e88e3 Add new theme supernova
closes #253
2021-05-18 08:46:02 +02:00
3588b3fd57 base16: new themes from PR #244
Only add the new themes from PR #244 and do not modify the existing
themes.
2021-05-18 08:41:15 +02:00
140238f65e Revert "Updated and re-created base16 themes"
This reverts commit fa3911ebbdf80a88dcab7c948de33865c8b161ed.

fixes #252
2021-05-07 21:43:42 +02:00
8f08dd330f gruvbox-dark-hard: allow old style again
Set
    let g:airline_base16_gruvbox_dark_hard_old = 1

to allow the old base16_gruvbox_dark_hard style again.

closes #250
2021-04-15 18:20:46 +02:00
fa3911ebbd Updated and re-created base16 themes
closes #244
2021-04-15 16:13:45 +02:00
fa808d74e0 Merge pull request #246 from danrneal/master
Add Google dark and light themes
2021-03-03 09:29:51 +01:00
e8cc47de15 Add apprentice theme 2021-03-02 21:48:58 +00:00
9dbe5584d2 Add Google dark and light themes 2021-01-22 18:18:40 -08:00
8f1aa2c7fa Merge pull request #238 from peach-lasagna/patch-1
Create transparent.vim
2020-12-17 10:01:48 +01:00
e2b798e97d add theme lessnoise 2020-12-03 00:16:00 +08:00
433d7abcad Update airline-themes.txt 2020-12-02 00:25:38 +07:00
5307367693 added nord_minimal.vim
closes #229
2020-10-29 13:29:15 +01:00
8e8d8ffb2a Lighthaus v1.0.2
configured variables + updated airline-themes.txt
2020-10-29 13:18:13 +01:00
c54fc1bcfc Adds seoul256 theme 2020-06-24 12:16:06 +02:00
4098d3a724 delete badcat theme 2020-01-12 19:47:10 +09:00
1040938b0c update license's year in vim-airline-themes 2020-01-07 14:21:07 +09:00
b8b2be1e9a Add owo theme based on bubblegum 2019-12-27 22:50:15 +08:00
4464a48f66 remove vice theme 2019-12-16 20:50:05 +09:00
e87e969b35 Remove aurora theme 2019-12-02 18:34:11 +09:00
67c46c234f update airline-themes.txt's years 2019-11-29 18:30:14 +09:00
f4ba787e9c Remove dracula theme
closes #191 #192

The dracula Vim colorscheme (https://github.com/dracula/vim) comes with
an accompanying airline-theme. However, since the vim-airline-themes
also ships with the dracula theme, this might cause inconsistencies and
cause confusion which colors should be used.

So simply drop the dracula theme from this repository and use the one from
the upstream dracula colorscheme. After all, you need to install the
color scheme and if you do, you already will get the airline-theme with
it.
2019-11-27 13:50:24 +01:00
0d5c5c1e29 Merge pull request #181 from yukunlin/solarized-command-colors
Add 'enable_command_color' option for solarized.vim
2019-09-18 14:14:25 +02:00
6e2a97b446 Merge pull request #182 from yukunlin/solarized-darker-tab
Add 'g:airline_solarized_dark_inactive_background' option for solarized.vim
2019-09-18 14:13:48 +02:00
342cb642d9 Add base 16 gruvbox dark hard to the themes
closes: #185 #186
2019-09-18 14:11:09 +02:00
fb1d0b3cc4 Add 'enable_command_color' option for solarized.vim
Allow users to enable a different color for the status line in command
mode.
2019-08-10 20:13:34 +09:00
7f81f102ab Add 'g:airline_solarized_dark_inactive_background' option for solarized.vim
Increases contrast to make it easier to distinguish between active and
inactive buffers.
2019-08-10 19:54:05 +09:00
946b2c25bb documentation 2019-07-22 16:48:42 -07:00
22a91e1b1a include fruit_punch in documented theme list 2019-05-06 07:16:01 -05:00
01b3098642 Merge pull request #172 from ZortacDev/upstream-pull
Added dark and light variants of the Ayu theme
2019-04-11 07:53:43 +02:00
3685711d89 Added new Ayu variants to documentation 2019-04-10 21:54:29 +02:00
5e73c0492a Add ouo theme 2018-10-21 20:31:55 +08:00
307b4f59dd base16_adwaita dark 2018-10-13 13:01:33 +01:00
a430f83019 Add base16_vim docs and rewrite the base16 story 2018-09-05 08:40:12 -07:00
bfe79f9f42 add dracula theme 2018-07-30 10:09:01 -03:00
a643026f0b Add night_owl theme 2018-07-29 09:34:58 -06:00
c00362b2b0 Add normal_modified highlighting to minimalist theme 2018-06-06 01:12:56 -06:00
f4644708b0 Added solarized_flood theme 2018-06-03 17:06:32 +08:00
2e5c721e39 Fix some doc errors 2018-05-23 08:44:24 +07:00
d60b344fd0 Add base16_nord theme
closes #133
2018-04-25 08:45:02 +02:00
a334b5f551 doc: reorder helpfile a bit
Restructure helpfile a bit, order configuration by alphabet
Add section headers per theme name
2018-04-18 21:26:17 +02:00
1b264ccec1 molokai: revert bright orange
The recent change f0e613782d180c0da4d to the molokai theme made people
really unhappy. Therefore revert to the old behaviour. People who liked
the current behaviour can set `:let g:airline_molokai_bright=1` to
enable it again.

fixes #132
2018-04-18 21:19:10 +02:00
206a8e3154 Add new theme 'Peaksea'
closes #127
2018-04-18 09:32:32 +02:00
bd8acf1f64 zenburn: Adjust contrast for filename slightly
fixes #113
2018-04-18 09:23:03 +02:00
48bf1b6335 Add 'dark_text' option for solarized.vim 2018-03-23 15:05:00 +07:00
4b7f77e770 Airline theme for Seabird/Seagull
Main theme URL: https://github.com/nightsense/seabird/blob/master/colors/seagull.vim

closes #112
2018-01-05 08:42:52 +01:00
4eaa64d06d Use 256 colors if available for base16_tomorrow
The upstream base16-tomorrow-night vim colorscheme uses slightly better
colors if 256 colors are available (indicated by the 'base16colorspace'
variable). This update matches the color selection used in the upstream
colorscheme.

See base16-vim for more details:
  https://github.com/chriskempson/base16-vim/blob/master/colors/base16-tomorrow-night.vim

closes #115
2018-01-05 08:34:10 +01:00