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

Attempting to fix ALE sign column issue #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autoload/airline/themes/tender.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL:https://github/com/jacoborus/tender.vim
" Author: Jacobo Tabernero http://jacoborus.codes
" License: MIT
" Last Change: 2017/02/05 21:43
" Last Change: 2018/03/12 08:32
" ============================================================

let g:airline#themes#tender#palette = {}
Expand Down
2 changes: 1 addition & 1 deletion autoload/airline/themes/tenderplus.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL:https://github/com/jacoborus/tender.vim
" Author: Jacobo Tabernero http://jacoborus.codes
" License: MIT
" Last Change: 2017/02/05 21:43
" Last Change: 2018/03/12 08:32
" ============================================================

let g:airline#themes#tenderplus#palette = {}
Expand Down
2 changes: 1 addition & 1 deletion autoload/lightline/colorscheme/tender.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL: https://github/com/jacoborus/tender.vim
" Author: Jacobo Tabernero http://jacoborus.codes
" License: MIT
" Last Change: 2017/02/05 21:43
" Last Change: 2018/03/12 08:32
" ============================================================

let s:p = {"normal": {}, "inactive": {}, "insert": {}, "replace": {}, "visual": {}, "tabline": {} }
Expand Down
2 changes: 1 addition & 1 deletion autoload/lightline/colorscheme/tenderplus.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL: https://github/com/jacoborus/tender.vim
" Author: Jacobo Tabernero http://jacoborus.codes
" License: MIT
" Last Change: 2017/02/05 21:43
" Last Change: 2018/03/12 08:32
" ============================================================

let s:p = {"normal": {}, "inactive": {}, "insert": {}, "replace": {}, "visual": {}, "tabline": {} }
Expand Down
3 changes: 2 additions & 1 deletion colors/tender.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL: https://github/com/jacoborus/tender.vim
" Author: Jacobo Tabernero http://jacoborus.codes
" License: MIT
" Last Change: 2017/02/05 21:43
" Last Change: 2018/03/12 08:32
" ===============================================================

set background=dark
Expand All @@ -27,6 +27,7 @@ hi ErrorMsg guifg=#f43753 ctermfg=203 guibg=NONE ctermbg=NONE gui=reverse cterm=
hi VertSplit guifg=#282828 ctermfg=235 guibg=#282828 ctermbg=235 gui=NONE cterm=NONE
hi Folded guifg=#666666 ctermfg=242 guibg=#1d1d1d ctermbg=234 gui=NONE cterm=NONE
hi FoldColumn guifg=#666666 ctermfg=242 guibg=#1d1d1d ctermbg=234 gui=NONE cterm=NONE
hi SignColumn guifg=NONE ctermfg=NONE guibg=#323232 ctermbg=236 gui=NONE cterm=NONE
hi IncSearch guifg=#282828 ctermfg=235 guibg=#ffffff ctermbg=15 gui=NONE cterm=NONE
hi LineNr guifg=#444444 ctermfg=238 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi MatchParen guifg=#f43753 ctermfg=203 guibg=NONE ctermbg=NONE gui=bold cterm=bold
Expand Down
2 changes: 1 addition & 1 deletion estilo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.15.2'
version: '0.15.3'
author: 'Jacobo Tabernero http://jacoborus.codes'
name: 'tender'
url: 'https://github/com/jacoborus/tender.vim'
Expand Down
2 changes: 1 addition & 1 deletion estilo/syntax/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ErrorMsg: 'red1 - r'
VertSplit: 'bg bg'
Folded: 'grey2 darker'
FoldColumn: 'grey2 darker'
SignColumn: ''
SignColumn: '- shadow'
IncSearch: 'bg highlighted'
LineNr: 'grey3 -'
MatchParen: 'red1 - b'
Expand Down