You are not logged in.

#1 2008-08-28 22:47:33

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

[SOLVED] HOWTO: Change Archlinux console(bash) color theme

Hi,

I did a little bit of searching on the net and the Archlinux forums but I didn't find an exact topic matching what I'm trying to do.

First off, I was wondering if there is a website somewhere that contains screenshots of various console color themes people have come up with, as well as scripts or whatever else is needed to enable those on a particular linux distro. I'm looking for a very flashy and aesthetic theme. Anything from different monospaced fonts, to the way commands are colored. The default coloring is OK, but it needs more color.

Secondly, once I find a theme I like, is there a specific way to apply it? One frustrating thing I've found is that PuTTY determines what the colors look like, and I can't figure out how to make it use the true colors intended by Archlinux.

Help is appreciated! Thank you.

Last edited by void.pointer (2008-09-03 19:45:48)

Offline

#2 2008-08-28 23:24:30

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: [SOLVED] HOWTO: Change Archlinux console(bash) color theme

Are you using xterm, if so:

xterm -background "Black" -forground "Red"

Also you can edit colors for your PS1.


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

#3 2008-08-28 23:52:54

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

Re: [SOLVED] HOWTO: Change Archlinux console(bash) color theme

haxit wrote:

Are you using xterm, if so:

xterm -background "Black" -forground "Red"

Also you can edit colors for your PS1.

I do a 'which xterm' and it says it cannot be found. What does the xterm command you specified above do exactly? How do I get xterm?

Also, what is PS1?

Offline

#4 2008-08-29 00:29:38

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: [SOLVED] HOWTO: Change Archlinux console(bash) color theme

PS1 is your bash prompt.  xterm gets installed when you install the xorg group; if you haven't set up a GUI, you wouldn't have it.  You may find the following useful:
http://wiki.archlinux.org/index.php/Pos … nd_Console (the rest of that page is good too)
http://bbs.archlinux.org/viewtopic.php?id=50845
http://bbs.archlinux.org/viewtopic.php?id=50885
http://www.linuxselfhelp.com/howtos/Bas … .html#toc1(11 pages of bash prompt how-to - no screenshots, though)

Offline

#5 2008-09-03 19:45:33

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

Re: [SOLVED] HOWTO: Change Archlinux console(bash) color theme

Thanks guys, this was extremely helpful. Now I have a pretty green name smile

Marked as solved!

Offline

Board footer

Powered by FluxBB