Fix terminal customization bug
This commit is contained in:
parent
00f67c9975
commit
dc2ee984a1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue