Skip to content

Commit

Permalink
Update powerlineclone to use the bold attribute for host and user
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Feb 12, 2015
1 parent 3ae5342 commit bb6cab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/promptline/themes/powerlineclone.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

fun! promptline#themes#powerlineclone#get()
return {
\'a' : [220, 166],
\'b' : [231, 31],
\'a' : [220, 166, 'bold'],
\'b' : [231, 31, 'bold'],
\'c' : [250, 240],
\'x' : [250, 236],
\'y' : [250, 236],
Expand Down

0 comments on commit bb6cab0

Please sign in to comment.