Skip to content

Commit

Permalink
tweak the tabline color of solarized theme (close #439)
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Apr 6, 2020
1 parent 893bd90 commit b8976d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/lightline/colorscheme/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" Filename: autoload/lightline/colorscheme/solarized.vim
" Author: itchyny
" License: MIT License
" Last Change: 2017/11/25 11:13:46.
" Last Change: 2020/04/06 19:22:53.
" =============================================================================

let s:cuicolors = {
Expand Down Expand Up @@ -73,7 +73,7 @@ let s:p.inactive.middle = [ [ s:base01, s:base02 ] ]
let s:p.tabline.left = [ [ s:base03, s:base00 ] ]
let s:p.tabline.tabsel = [ [ s:base03, s:base1 ] ]
let s:p.tabline.middle = [ [ s:base0, s:base02 ] ]
let s:p.tabline.right = copy(s:p.normal.right)
let s:p.tabline.right = copy(s:p.tabline.left)
let s:p.normal.error = [ [ s:base03, s:red ] ]
let s:p.normal.warning = [ [ s:base03, s:yellow ] ]

Expand Down

0 comments on commit b8976d2

Please sign in to comment.