Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new airline theme #270

Open
wants to merge 299 commits into
base: jellybeans-refactor
Choose a base branch
from
Open

new airline theme #270

wants to merge 299 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 26, 2016

  1. Removed jay Airline theme

    Airline theme now included with vim colorscheme here: https://github.com/josuegaleas/jay
    josuegaleas authored and chrisbra committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    e03e9f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Add vim-aurora airline theme

    everard committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    a4d046f View commit details
    Browse the repository at this point in the history
  2. Update documentation

    everard committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    c0e6b2d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Merge pull request #61 from everard/master

    Add vim-aurora airline theme
    chrisbra committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    5bfa07a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. added badcat airline theme

    Luan Vicente committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    bf7ce0b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Merge pull request #62 from idlua/master

    Added badcat airline theme
    chrisbra committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    2a97d9e View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Add base16_shell theme

    base16_shell theme for vim-airline matches an active Base16 Shell
    theme.
    
    It should be used in combination with Base16 Shell, which sets the
    correct colors in the terminal:
    (https://github.com/chriskempson/base16-shell).
    
    The colors used in this theme are within the 21 term colors set by
    Base16 Shell.  The theme supports 2 options described in the docs.
    mshkrebtan committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    6565b2d View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. remove duplicate tag

    fixes #67
    chrisbra committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    6026eb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Merge pull request #63 from mshkrebtan/base16-shell

    Add base16_shell theme
    chrisbra committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    bf5ea0d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Add onedark.vim theme

    joshdick committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    23a8d2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from joshdick/master

    Add onedark.vim theme
    chrisbra committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    8df2a56 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Add base16_oceanicnext theme

    foldback committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    2e9d834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e6284 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #71 from jorvi/master

    Add base16_oceanicnext theme
    chrisbra committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    3ebe7ab View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. Check base16colorspace = 256 color in oceanicnext

    - This fixes the airline if you're running with 256 colors
      matching the base16 colorscheme setup for oceanicnext
    jgeiger committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    4747bb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Added alduin.vim colorscheme

    Added alduin colorscheme to the docs
    
    .
    danilo-augusto committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    c156244 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from jgeiger/master

    Check base16colorspace = 256 color in oceanicnext
    chrisbra committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    d38b2c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #69 from danilo-augusto/master

    [contrib] Added alduin.vim colorscheme
    chrisbra committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    79e5296 View commit details
    Browse the repository at this point in the history
  4. [contrib] Added sierra colorscheme

    doc
    danilo-augusto committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    449db04 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74 from danilo-augusto/sierra

    [contrib] Added sierra colorscheme
    chrisbra committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    205f696 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Configuration menu
    Copy the full SHA
    1f02469 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from joshdick/master

    onedark.vim: Add 16-color support
    chrisbra committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    758c481 View commit details
    Browse the repository at this point in the history
  3. added base16 seti theme

    binaryplease committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    e077b57 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. hybrid: makes colors consistent across the modes

    hybrid.vim theme for airline uses pretty strange palette for both visual
    and insert modes. Despite looking *strange*, one may consider it as a
    design decision, however, the replace mode uses the same palette for
    statusline as the normal mode and hence looks consistent. Visual
    comparison could is located here:
    
        http://imgur.com/a/YoeMS
    
    This patch makes things consistent and use the same colors for the
    status line, and different colors for mode indicator.
    ikalnytskyi committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    53b8b71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from ikalnytskyi/hybrid-consistent-modes

    hybrid: makes colors consistent across the modes
    chrisbra committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    1f77998 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #76 from binaryplease/master

    added base16 seti theme
    chrisbra committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    825ad07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb53e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. hybrid: do not use any colors for modified state

    hybrid.vim theme for airline uses crimson color for status line if any
    modifications to the buffer are detected. It looks annoying since we
    deal with it every day. Let's do not be too obsessive here and get rid
    of special color at all - fortunately it's redundant as we have [+] sign
    to emphasize that unsaved changes are detected.
    
    http://imgur.com/a/DAmmd
    ikalnytskyi committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    b037e25 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Merge pull request #78 from ikalnytskyi/hybrid-modified-color

    hybrid: do not use any colors for modified state
    chrisbra committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    793ce66 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. 🍬 Add fairyfloss theme

    Adds sailorhg's Fairyfloss theme.
    
    Change color names, tweak mode colors
    
    Change ctrlp theme to visual mode
    dysnomian authored and Liss McCabe committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    d946bf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. added base16-spacemacs theme

    22a committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    e8a30fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from 22a/master

    Add base16-spacemacs theme
    chrisbra committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    66c2839 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Make Airline error count same colour as warnings

    When linters such as ALE report errors, airline shows this in a rather ugly
    default shade of red. This change makes errors and warnings use the same colour
    scheme.
    jplrssn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    e029952 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2017

  1. Fix bullet points in Installation instructions.

    GitHub requires four spaces to consider the bullet points at a new
    level.
    QuLogic committed May 14, 2017
    Configuration menu
    Copy the full SHA
    97149f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from QuLogic/readme-bullets

    Fix bullet points in Installation instructions.
    chrisbra committed May 14, 2017
    Configuration menu
    Copy the full SHA
    fb89c73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #87 from jplrssn/master

    Make airline errors same colour as warnings in "solarized"
    chrisbra committed May 14, 2017
    Configuration menu
    Copy the full SHA
    3a39c85 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Added minimalist.vim

    This airline theme is referred to https://github.com/dikiaap/minimalist
    dikiaap committed May 24, 2017
    Configuration menu
    Copy the full SHA
    88ee88a View commit details
    Browse the repository at this point in the history
  2. Added minimalist in docs

    dikiaap committed May 24, 2017
    Configuration menu
    Copy the full SHA
    ea2c3f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from DikiCook/master

    Added minimalist
    chrisbra committed May 24, 2017
    Configuration menu
    Copy the full SHA
    43fe392 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    27f1df3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Merge pull request #91 from DikiCook/master

    Bump minimalist version to 1.4
    chrisbra committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    01a31eb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Merge pull request #82 from dysnomian/master

    🍬 Add fairyfloss theme
    chrisbra committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    1105654 View commit details
    Browse the repository at this point in the history
  2. mention fairfloss theme

    chrisbra committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    b9f4742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a926a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Updated README.md

    chrisbra committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    7865fd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Configuration menu
    Copy the full SHA
    aa4fdb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge pull request #96 from igor-prusov/master

    Remove quotation marks around variable name
    chrisbra committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    5d75d76 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Add angr theme

    watsoncj authored and zacanger committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    347ecff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from zacanger/master

    Add `angr` theme
    chrisbra committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    d89de7f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Added Dues

    Rename dues.vim to deus.vim
    
    Update deus.vim
    
    add deus to documentation
    ajmwagar authored and fbearoff committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    3bb8b50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from fbearoff/master

    Add deus theme to doc
    chrisbra committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    6be1cc5 View commit details
    Browse the repository at this point in the history
  3. update base16_spacemacs theme

    Add error and warning count colors as well as disable special color and attribute for modified state. The + sign is sufficiently noticeable.
    iroedius committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    0523109 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #101 from iroedius/master

    base16_spacemacs: add colors for error/warning counts and disable special color and bold for modified state
    chrisbra committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    66b135d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. fix brocken deus theme

    Themes was in dos mode.
    
    closes #98
    chrisbra committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    3bdcf54 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    4ca5613 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from mimadrid/fix/molokai.vim

    molokai: Fix color behaviour with replace mode
    chrisbra committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    08c76e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. include dark_minimal theme

    chrisbra committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    af3292d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. correct spelling mistake

    EdwardBetts committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    828aaa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Include atomic theme

    gerardbm committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    40c3910 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Merge pull request #111 from gerardbm/master

    Include atomic theme
    chrisbra committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    cc78108 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from EdwardBetts/spelling

    correct spelling mistake
    chrisbra committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    61c215b View commit details
    Browse the repository at this point in the history
  3. soda theme

    rogeriozambon committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    fc875ce View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Merge pull request #114 from rogeriozambon/master

    Added Soda theme
    chrisbra committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    753ecfe View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Configuration menu
    Copy the full SHA
    174977a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Merge pull request #116 from bdesham/add-biogoo

    Add a file for the biogoo theme
    chrisbra committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    26f67b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Configuration menu
    Copy the full SHA
    0eaa697 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Add jet theme.

    Also mention jet in the docs.
    trice-ardc committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    5517bb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from cryptarch/master

    Add jet theme
    chrisbra committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    b218f99 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Add violet theme

    liuchengxu committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    3a735c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from liuchengxu/master

    Add violet theme
    chrisbra committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    183abe1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #117 from Alcamore/master

    Add Base16 Classic theme
    chrisbra committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    52dfa2b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. added the ayu mirage theme

    skeswa committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    ed26994 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Merge pull request #120 from skeswa/master

    Added the Ayu Mirage theme
    chrisbra committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    d53d70b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    46ab1fc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Merge pull request #123 from actionless/term_light

    add 'term_light' colorscheme
    chrisbra committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    a7fcf53 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. 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
    tanzeeb authored and chrisbra committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    4eaa64d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa7d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b7f77e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Add 'dark_text' option for solarized.vim

    Khoa Cao committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    48bf1b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from khoacao96/patch-1

    Add 'dark_text' option for solarized.vim
    chrisbra committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    7412250 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Configuration menu
    Copy the full SHA
    f0e6137 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #131 from mimadrid/molokai

    molokai: black color (16) to orange color (208)
    chrisbra committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    b0fca80 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    bd8acf1 View commit details
    Browse the repository at this point in the history
  2. Add new theme 'Peaksea'

    closes #127
    jonathandion authored and chrisbra committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    206a8e3 View commit details
    Browse the repository at this point in the history
  3. molokai: revert bright orange

    The recent change f0e6137 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
    chrisbra committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    1b264cc View commit details
    Browse the repository at this point in the history
  4. doc: reorder helpfile a bit

    Restructure helpfile a bit, order configuration by alphabet
    Add section headers per theme name
    chrisbra committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    a334b5f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Add base16_nord theme

    closes #133
    chrisbra committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    d60b344 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. fix base16 seti theme

    Dustin Blackman committed May 8, 2018
    Configuration menu
    Copy the full SHA
    571a930 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from dustinblackman/master

    Fix base16 seti theme
    chrisbra committed May 8, 2018
    Configuration menu
    Copy the full SHA
    4a9595d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Fix some doc errors

    Khoa D. Cao committed May 23, 2018
    Configuration menu
    Copy the full SHA
    2e5c721 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from khoacao96/patch-1

    Fix some doc errors
    chrisbra committed May 23, 2018
    Configuration menu
    Copy the full SHA
    01d52d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Added solarized_flood theme

    Jihang Li committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    f464470 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Merge pull request #138 from Neur1n/solarized_flood

    Added solarized_flood theme
    chrisbra committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    e5e8071 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Refactor minimalist.vim, preparing for bg=light support

    No changes to behavior. This is just refactoring and removing
    some bits that don't have any effect.
    softmoth committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    40ac2b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf9615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c00362b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #139 from softmoth/minimalist-light

     Support light background in minimalist theme
    chrisbra committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c593b00 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Fix error when tabline extension is loaded

    The non-normal maps may be used by other extensions. In particular,
    airline#extensions#tabline#load_theme() causes errors unless they
    are set.
    
    fixes #141
    softmoth authored and chrisbra committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    f7f2818 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    e67db1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #144 from wb-towa/lucius_error_fix

    Fix for Lucius theme to make errors more readable
    chrisbra committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    b35f952 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Add night_owl theme

    Jared Ramirez committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    a643026 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #148 from jaredramirez/patch-2

    Port NightOwl Theme
    chrisbra committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    3c1d45a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. add dracula theme

    joaovinicius committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    bfe79f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from joaovinicius/master

    add dracula theme
    chrisbra committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    6e798f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Improve base16_shell and rename to base16_vim

    The theme now dynamically loads the correct base16 palette regardless of
    how base16-vim is used (using base16_shell, or setting 'termguicolors',
    or using gvim). # Please enter the commit message for your changes. Lines
    starting
    danielwe committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    0aca6c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a430f83 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #153 from danielwe/master

    Make base16_shell work for all uses of base16-vim, and rename accordingly
    chrisbra committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    725789c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. base16_adwaita dark

    roryrjb committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    307b4f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from roryrjb/master

    base16 adwaita dark
    chrisbra committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    d67794b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Add ouo theme

    aben20807 committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    5e73c04 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Merge pull request #157 from aben20807/master

    Add ouo theme
    chrisbra committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    cdbe8d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. base16: do not overwrite StatusLine highlighting

    The base16 group contained a reference to the Statusline highlighting
    group. That changed highlighting of the group unintentionally and made
    the wildmenu unreadable.
    
    Most likely, instead of the 'statusline' group it was meant to use the
    airline_c highlighting group. So use this instead.
    
    However there was one additional catch. It used the highlighting from the
    vimCommand highlighting group. However that group was only available
    when editing vim files, else it would fall back to use the Normal
    highlighting group. Since the vimCommand highlighting group however
    links to the Statement highlighting group, use that instead. Statement
    should always be available.
    
    fixes #158
    chrisbra committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    65217b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. powerlinish: make section_z like section_a

    As mentioned in the theme, the coloring of section_z should look like
    the one of section_a.
    
    closes #159
    chrisbra committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    c03a2e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    d17dda0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Merge pull request #160 from timorunge/master

    Adding warnings and errors to modified palette mode
    chrisbra committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ad6cc52 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    dad5bcd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Merge pull request #161 from Donearm/testing

    update colours for both Ubaryd and Laederon themes
    chrisbra committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    0119604 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    554479b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Merge pull request #163 from Donearm/testing

    rewrote variables' structure for Ubaryd and Laederon
    chrisbra committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    aea73d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bfe1d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    321879f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from hhchung/onedark_powerline_color

    Fix the powerline separator color
    chrisbra committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    52ebed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ef4f8d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #169 from abouteiller/bugfix/badcat-ctrlp

    Use defined color constants in badcat w/ctrlp
    chrisbra committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    78cc30c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    f7c5d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3685711 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Merge pull request #172 from ZortacDev/upstream-pull

    Added dark and light variants of the Ayu theme
    chrisbra committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    01b3098 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Add fruit punch theme. Heavily inspired by bubblegum, fruit punch aim…

    …s to be more vibrant and fun without being hard on the eyes.
    fireflowerr committed May 4, 2019
    Configuration menu
    Copy the full SHA
    813a912 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Add simple tests to make sure themes don't contain language errors.

    Update readme with travis status.
    fireflowerr committed May 5, 2019
    Configuration menu
    Copy the full SHA
    3cc3b96 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Merge pull request #175 from paroxayte/tests

    Add simple tests to make sure themes don't contain language errors.
    chrisbra committed May 6, 2019
    Configuration menu
    Copy the full SHA
    3c0720f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a91e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #174 from paroxayte/fruitpunch

    Add fruit punch theme
    chrisbra committed May 6, 2019
    Configuration menu
    Copy the full SHA
    012c62c View commit details
    Browse the repository at this point in the history
  4. Update Travis-CI Badge

    chrisbra committed May 6, 2019
    Configuration menu
    Copy the full SHA
    a827d63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f943086 View commit details
    Browse the repository at this point in the history
  6. Adding the setup for warnings and errors in base16_atelierdune

    while at it, remove the accidently added section from fruit_punch
    shuwens authored and chrisbra committed May 6, 2019
    Configuration menu
    Copy the full SHA
    e6f2332 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. added desertink

    cbartondock committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    a38ff8f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. documentation

    cbartondock committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    946b2c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Merge pull request #179 from cbartondock/master

    Added DesertInk (all credit for the theme to @toupeira)
    chrisbra committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    b851658 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Add 'g:airline_solarized_dark_inactive_background' option for solariz…

    …ed.vim
    
    Increases contrast to make it easier to distinguish between active and
    inactive buffers.
    yukunlin committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    7f81f10 View commit details
    Browse the repository at this point in the history
  2. Add 'enable_command_color' option for solarized.vim

    Allow users to enable a different color for the status line in command
    mode.
    yukunlin committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    fb1d0b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Add base 16 gruvbox dark hard to the themes

    closes: #185 #186
    ronald2wing authored and chrisbra committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    342cb64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #182 from yukunlin/solarized-darker-tab

    Add 'g:airline_solarized_dark_inactive_background' option for solarized.vim
    chrisbra committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    6e2a97b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #181 from yukunlin/solarized-command-colors

    Add 'enable_command_color' option for solarized.vim
    chrisbra committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0d5c5c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Added base16-snazzy theme

    colors from h404bi/base16-snazzy and sindresorhus/hyper-snazzy
    ashenoy463 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    0827afc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #187 from masala-man/master

    Added base16-snazzy theme
    chrisbra committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    650701f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. update README.md

    get-me-power committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    74757e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Merge pull request #188 from kazukazuinaina/update_README

    update README.md
    chrisbra committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    935dffc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. add .DS_Store

    get-me-power committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    d85461f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merge pull request #190 from kazukazuinaina/update_gitignore

    add .DS_Store
    chrisbra committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    0461a2a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. add check to vim version

    get-me-power committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    6788172 View commit details
    Browse the repository at this point in the history
  2. update LICENSE's year

    get-me-power committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    dbf975c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #194 from kazukazuinaina/update_LICENSE

    update LICENSE's year
    chrisbra committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    bcf4e8c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #193 from kazukazuinaina/update_plugin_dir_script

    add check to vim version
    chrisbra committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    4641e63 View commit details
    Browse the repository at this point in the history
  5. 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.
    chrisbra committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f4ba787 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    67c46c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Merge pull request #196 from kazukazuinaina/update_airline-themes.txt

    update airline-themes.txt's years
    chrisbra committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    fe89bb5 View commit details
    Browse the repository at this point in the history
  2. Remove aurora theme

    get-me-power committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    e87e969 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Merge pull request #197 from kazukazuinaina/remove_aurora_theme

    Remove aurora theme
    chrisbra committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a894718 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    c47b1dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from kazukazuinaina/add_save/restore_cpo_setting

    plugin: save/restore cpo setting
    chrisbra committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    67512f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. remove vice theme

    get-me-power committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    4464a48 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge pull request #200 from kazukazuinaina/remove_vice_theme

    remove vice theme
    chrisbra committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    1eecd5b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. add issue template

    get-me-power committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    7f1917c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #201 from kazukazuinaina/add_issue_template.md

    add issue template
    chrisbra committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    945bc05 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    b8b2be1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from edisonhello/master

    Add owo theme based on bubblegum
    chrisbra committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    44b69dc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. update unit test

    aa
    
    update .travis.yml
    
    update unit test
    
    update unit test
    
    update .travis.yml
    get-me-power committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    d864a96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #204 from kazukazuinaina/update_ci

    update unit test
    chrisbra committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    14c3a60 View commit details
    Browse the repository at this point in the history
  3. fix markdown

    get-me-power committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    8553ef0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    1040938 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #205 from kazukazuinaina/update_license_year

    update license's year in vim-airline-themes
    chrisbra committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    dbf6450 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #202 from kazukazuinaina/fix_markdown_syntax

    Fix markdown in ISSUE_TEMPLATE.md
    chrisbra committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    9cfa14a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. delete badcat theme

    get-me-power committed Jan 12, 2020
    13 Configuration menu
    Copy the full SHA
    4098d3a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Merge pull request #206 from kazukazuinaina/delete_badcat_theme

    delete badcat theme
    chrisbra committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    7f2081e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. biogoo: Get green from MatchParen instead of PmenuThumb

    The foreground color of PmenuThumb is not actually used for anything by
    Vim. It was by mistake that I defined it in the first place, and this
    vim-airline theme should refer to a different highlighting group in
    order to get a green color.
    bdesham committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    eac7204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9032137 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. [add] macOS test

    get-me-power committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    dfa0c2d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Merge pull request #207 from kazukazuinaina/add_macos_test

    [add] macOS test
    chrisbra committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    9d6b2fd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    4b8889b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Merge pull request #210 from kazukazuinaina/fix_alduin_ctrlp

    [fix] ctrlp's colorscheme
    chrisbra committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    6270e7d View commit details
    Browse the repository at this point in the history
  2. [add] github actions

    get-me-power committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e4f3729 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Merge pull request #208 from bdesham/update-biogoo

    Update the “biogoo” theme
    chrisbra committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    6979a29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #211 from kazukazuinaina/add_github_actions

    [add] github actions
    chrisbra committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    9772475 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    30fa1eb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request #213 from kazukazuinaina/add_pack_feature

    [add] installation about packadd
    get-me-power committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    63b66df View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    2b0c88e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge pull request #214 from kazukazuinaina/update_action_badge_url

    [fix] github-actions's url
    get-me-power committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    3fb676b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Adds seoul256 theme

    nkakouros committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    c54fc1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from nkakouros-forks/seoul

    Adds seoul256 theme
    chrisbra committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    2d68cf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. delete escape character and [improving] CI performance

    Use normal! instead of normal.
    get-me-power committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    bf75ef4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #218 from kazukazuinaina/delete_esc_char

    delete escape character and update ci
    get-me-power committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    04fa4fc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    a2dae78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #223 from ming-codes/master

    Fix papercolor tabline inactive bug
    chrisbra committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    fd855c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    2ecee24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #225 from kazukazuinaina/add_base16_gruvbox_terminal

    [add] terminal section's color palette
    get-me-power committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    155bce6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    d838467 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    ae81628 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #232 from kazukazuinaina/add_vim_version_in_travis

    [add] some vim version in test
    get-me-power committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    7f53ebc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge pull request #231 from gerardbm/master

    Atomic theme: don't define section z
    get-me-power committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    e1b0d9f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Lighthaus v1.0.2

    configured variables + updated airline-themes.txt
    Brutuski committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    8e8d8ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from Brutuski/lighthaus-submit

    Added Lighthaus Theme
    chrisbra committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7ae6ed1 View commit details
    Browse the repository at this point in the history
  3. added nord_minimal.vim

    closes #229
    JonathanLorimer authored and chrisbra committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5307367 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    03a4c49 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge pull request #226 from kazukazuinaina/add_cool_terminal

    Add cool theme's terminal color
    get-me-power committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    3dafdfc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    560baf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Merge pull request #235 from vim-airline/add_badwolf_airline_term_color

    [add] badwolf's airline term color
    get-me-power committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    cd6f169 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. added power support arch ppc64le on yml file.

    Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le.
    srinivas32 committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    04c310c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Merge pull request #236 from srinivas32/master

    added power support arch ppc64le on yml file.
    chrisbra committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    5cf03c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Create transparent.vim

    akhatib.com/minimal-and-clean-vim-airline-theme/
    uvicorn committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    ce980c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Update airline-themes.txt

    uvicorn committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    433d7ab View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. add theme lessnoise

    bekcpear committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    e2b798e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. [add] github actions

    get-me-power committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    2e14d3a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Merge pull request #241 from kazukazuinaina/add_gha

    [add] github actions
    chrisbra committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    324797b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #239 from bekcpear/master

    add theme `lessnoise`
    chrisbra committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    05c7d28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #238 from peach-lasagna/patch-1

    Create transparent.vim
    chrisbra committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    8f1aa2c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    9dbe558 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Haddy New Year!

    get-me-power committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    27e7dc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merge pull request #247 from vim-airline/happy_new_year

    Haddy New Year!
    get-me-power committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d148d42 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Add apprentice theme

    paultownsend committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e8cc47d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Merge pull request #249 from pt307/apprentice

    Add apprentice theme
    chrisbra committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    dd627b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #246 from danrneal/master

    Add Google dark and light themes
    chrisbra committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    fa808d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Updated and re-created base16 themes

    closes #244
    JonathanLorimer authored and chrisbra committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    fa3911e View commit details
    Browse the repository at this point in the history
  2. 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
    chrisbra committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    8f08dd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da07638 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Merge pull request #251 from Happy-Dude/master

    Fix #250: Move color palette definitions in if-block for old base16_gruvbox_dark_hard
    chrisbra committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    0f9995d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update google_light.vim

    danrneal committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    5fbffba View commit details
    Browse the repository at this point in the history
  2. Update google_dark.vim

    danrneal committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    91bce20 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Revert "Updated and re-created base16 themes"

    This reverts commit fa3911e.
    
    fixes #252
    chrisbra committed May 7, 2021
    Configuration menu
    Copy the full SHA
    140238f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. base16: new themes from PR #244

    Only add the new themes from PR #244 and do not modify the existing
    themes.
    chrisbra committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3588b3f View commit details
    Browse the repository at this point in the history
  2. Add new theme supernova

    closes #253
    Daniel Souza authored and chrisbra committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d1252e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #254 from danrneal/master

    Update grey scale in Google theme
    chrisbra committed May 18, 2021
    Configuration menu
    Copy the full SHA
    bd63f82 View commit details
    Browse the repository at this point in the history
  4. New themes selenized and selenized_bw

    closes #257
    9ary authored and chrisbra committed May 18, 2021
    Configuration menu
    Copy the full SHA
    531bcc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Update hex colors to match console colors

    Daniel Souza committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    135b3b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    9fb0b2d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Merge pull request #259 from vim-airline/add-new-vim-version-ci

    [add] Vim v8.2.2000 version in ci
    get-me-power committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    97cf3e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. add onedark terminal colors

    Nipsuli committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    9dc71ae View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Add cyberpunk theme

    taigrr committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    0a4017d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    2d8439b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    55bad92 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    8501d0d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Merge pull request #274 from mrworkman/fix-theme-colouring

    Fixes colouring in base16 for INSERT/VISUAL
    chrisbra committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    cc5d349 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Merge pull request #268 from gfszr/fix-jellybeans-gui-colors

    Fix incorrect gui colors in jellybeans theme
    chrisbra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0206e4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #263 from taigrr/master

    Add cyberpunk theme
    chrisbra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    74fcef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d653f9a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #262 from Nipsuli/add-onedark-terminal-colors

    add onedark terminal colors
    chrisbra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f36ea69 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #258 from danisztls/update-supernova

    Supernova: Update hex colors to match console colors
    chrisbra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5552f5e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    3e915e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Merge pull request #273 from HansSorongon/themes

    Add blood red theme.
    chrisbra committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    dd81554 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    cadb452 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #279 from dhduvall/selenized-fixes

    update selenized light and dark to match the canonical selenized sRGB values
    chrisbra committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a9aa25c View commit details
    Browse the repository at this point in the history