change the ubuntu bg color
改掉ubuntu开机的那一抹黄
sudo gedit /etc/gdm/PreSession/Default
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR=”#dab082″
fi
把土黄#dab082改成#3B5B88一抹蓝
Tags: ubuntu| Subcribe via RSS
改掉ubuntu开机的那一抹黄
sudo gedit /etc/gdm/PreSession/Default
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR=”#dab082″
fi
把土黄#dab082改成#3B5B88一抹蓝
Tags: ubuntu