You are not logged in.

#1 2011-04-23 18:28:39

johnnyponny
Member
Registered: 2011-04-23
Posts: 33

[SOLVED]xterm window background color

I can't change my background window color, I have tried to put "bakblk='\e[40m'" in my ~/.bashrc as it says here
https://wiki.archlinux.org/index.php/Color_Bash_Prompt

 # ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
#PS1='[\u@\h \W]\$ '
PS1='\[\e[1;32m\][\u@\h \W]\$\[\e[0m\] '

bakblk='\e[40m'
txtwht='\e[0;37m' # White

if [ -n "$DISPLAY" ]; then
             BROWSER=chromium-dev
     fi

Last edited by johnnyponny (2011-04-23 19:05:44)

Offline

#2 2011-04-23 18:33:56

measure
Member
Registered: 2009-07-17
Posts: 62

Re: [SOLVED]xterm window background color

The colors of terminal emulators in X (such as xterm) should be changed in .Xdefaults

The reference is of course https://wiki.archlinux.org/index.php/Xdefaults

Thanks,
Ryan

Offline

#3 2011-04-23 18:42:02

johnnyponny
Member
Registered: 2011-04-23
Posts: 33

Re: [SOLVED]xterm window background color

I tried to put it in ~/.defaults but it doensn't work

bakblk='\e[40m'
txtwht='\e[0;37m' # White

Offline

#4 2011-04-23 18:52:55

measure
Member
Registered: 2009-07-17
Posts: 62

Re: [SOLVED]xterm window background color

Please read https://wiki.archlinux.org/index.php/Xd … nal_colors

The way you are attempting to change the colors is not ideal.  The Wiki page has everything you need.

Thanks,
Ryan

Offline

#5 2011-04-23 19:04:48

johnnyponny
Member
Registered: 2011-04-23
Posts: 33

Re: [SOLVED]xterm window background color

Thanks mate! Guess I misunderstood it before.

Offline

#6 2011-04-23 19:08:21

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [SOLVED]xterm window background color

johnnyponny wrote:
bakblk='\e[40m'
txtwht='\e[0;37m' # White

That does not change terminal colors the way you think it does. If you are curious what those lines actually mean do read about terminal escape codes.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

Board footer

Powered by FluxBB