Skip to content

Commit

Permalink
Update git commit summary colors
Browse files Browse the repository at this point in the history
  • Loading branch information
harmenjanssen committed Nov 1, 2020
1 parent 8a7a93c commit f1e276c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colors/lightowl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL: https://github.com/harmenjanssen/light-owl.vim
" Author: Harmen Janssen <harmen@whatstyle.net>
" License: MIT
" Last Change: 2020/11/01 12:09
" Last Change: 2020/11/01 12:11
" ===============================================================

set background=dark
Expand Down Expand Up @@ -102,6 +102,7 @@ hi GitGutterAdd guifg=#0c969b ctermfg=30 gui=NONE cterm=NONE
hi GitGutterChange guifg=#E0AF02 ctermfg=178 gui=NONE cterm=NONE
hi GitGutterDelete guifg=#c96765 ctermfg=167 gui=NONE cterm=NONE
hi GitGutterChangeDelete guifg=#E0AF02 ctermfg=178 gui=NONE cterm=NONE
hi gitcommitSummary guifg=#403f53 ctermfg=238 guibg=#FBFBFB ctermbg=15 gui=NONE cterm=NONE

if exists('*term_setansicolors')
let g:terminal_ansi_colors = repeat([0], 16)
Expand Down
1 change: 1 addition & 0 deletions estilo/syntax/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ GitGutterChange: 'yellow .'
GitGutterDelete: 'red .'
GitGutterChangeDelete: 'yellow .'

gitcommitSummary: 'black white'

0 comments on commit f1e276c

Please sign in to comment.