terminal colors for slacko
terminal colors for slacko
New to Linux, just wondering if there is any way to change the terminal colors for Slacko, The default is blinding.
Re: terminal colors for slacko
http://sdkmvx.wordpress.com/2008/08/13/ ... al-colors/dagnine wrote:New to Linux, just wondering if there is any way to change the terminal colors for Slacko, The default is blinding.
Term colours change
This works for Lucid (but not Fatdog). Right click on console icon and click Edit Item then in window under Arguments to pass (for executable): type -bg black -fg white Close
Re: Term colours change
ChpFr,ChpFrI wrote:This works for Lucid (but not Fatdog). Right click on console icon and click Edit Item then in window under Arguments to pass (for executable): type -bg black -fg white Close
Thanks for getting this out there before I was able to get back online.
I can confirm it works in Slacko 5.4
You can play around with the colors too, I tested '-bg black -fg red' and it worked as well.
If white/black, then:
is a short way of get black/white.
If wanna experiment more, take a look here.
Code: Select all
urxvt -rv
If wanna experiment more, take a look here.