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 74d3c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/promptline/themes/powerlineclone.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fun! promptline#themes#powerlineclone#get()
return {
\'a' : [220, 166],
\'b' : [231, 31],
\'b' : [231, 31, 'bold'],
\'c' : [250, 240],
\'x' : [250, 236],
\'y' : [250, 236],
Expand Down

0 comments on commit 74d3c21

Please sign in to comment.