From dc2ee984a14620161c3edc61fc039980487445c8 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 15 Jun 2015 17:59:20 +0200 Subject: [PATCH] Fix terminal customization bug --- bash_profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_profile b/bash_profile index 2560b73..752ba28 100644 --- a/bash_profile +++ b/bash_profile @@ -119,9 +119,9 @@ apply_solarized() { setcolor Pm $cursor_color # Cursor text selector="P%s" a=a b=b c=c d=d e=e f=f else - setcolor "10;" $fg_color # Foreground - setcolor "11;" $bg_color # Background - setcolor "12;" $cursor_color # Cursor + setcolor "10;#" $fg_color # Foreground + setcolor "11;#" $bg_color # Background + setcolor "12;#" $cursor_color # Cursor selector="4;%d;#" a=10 b=11 c=12 d=13 e=14 f=15 fi