Turn Off Background Color
Return the background of future terminal text to the default color. Background color is turned on with bg_on
.
bg_off()
NULL
# Different methods of specifying yellow bg_on("yellow") bg_on("#FFFF00") bg_on(11) bg_on(255, 255, 0) # Turn off color bg_off()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.