terminal colors for slacko

Booting, installing, newbie
Post Reply
Message
Author
dagnine
Posts: 2
Joined: Tue 29 Jan 2013, 22:33

terminal colors for slacko

#1 Post by dagnine »

New to Linux, just wondering if there is any way to change the terminal colors for Slacko, The default is blinding.

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

Re: terminal colors for slacko

#2 Post by Q5sys »

dagnine wrote:New to Linux, just wondering if there is any way to change the terminal colors for Slacko, The default is blinding.
http://sdkmvx.wordpress.com/2008/08/13/ ... al-colors/

dagnine
Posts: 2
Joined: Tue 29 Jan 2013, 22:33

#3 Post by dagnine »

Ha, I'm very new to Linux so I'm having trouble making sense of that link. I'm trying to change the background to black and the text to white. I've tried looking it up on the internet, but everything I find is specific for certain distros. I can't find any settings for the terminal used in Slacko.

ChpFrI
Posts: 8
Joined: Mon 28 Jan 2013, 05:50

Term colours change

#4 Post by ChpFrI »

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 :)

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

Re: Term colours change

#5 Post by Q5sys »

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 :)
ChpFr,
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.

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#6 Post by GustavoYz »

If white/black, then:

Code: Select all

urxvt -rv
is a short way of get black/white.

If wanna experiment more, take a look here.

Post Reply