File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ palette_gradient_end="#008cff"
74
74
palette_variant_1=" #00d7af"
75
75
palette_variant_2=" #00d7d7"
76
76
palette_variant_3=" #00d7ff"
77
- palette_text=" #d2d2d2"
78
77
```
79
78
80
79
### Viewing a palette
@@ -106,7 +105,7 @@ source $scriptDir'/../lib/lib'
106
105
107
106
prompt_cmd () {
108
107
LINE_1=" $( rgb_fg_ps1 $palette_primary ) $( current_user) $( rgb_fg_ps1 $palette_secondary ) $( basename $PWD ) "
109
- LINE_2=" $( rgb_fg_ps1 $palette_accent ) $ $( rgb_fg_ps1 $palette_text ) "
108
+ LINE_2=" $( rgb_fg_ps1 $palette_accent ) $ $( no_color_ps1 ) "
110
109
111
110
PS1=" \r\n${LINE_1} \r\n${LINE_2} "
112
111
}
Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ if [ $detailed -eq 1 ]; then
59
59
printf " $( rgb_bg $palette_variant_1 ) $( no_color) "
60
60
printf " $( rgb_bg $palette_variant_2 ) $( no_color) "
61
61
printf " $( rgb_bg $palette_variant_3 ) $( no_color) "
62
- printf ' \n\n'
63
-
64
- printf " \033[1mText color:$( no_color) $( rgb_fg $palette_text ) this is the text color$( no_color) "
65
-
66
62
no_color
67
63
echo
68
64
echo
You can’t perform that action at this time.
0 commit comments