You are not logged in.

#1 2013-04-19 00:34:04

jrom
Member
Registered: 2013-02-24
Posts: 27

[SOLVED] Change default color scheme in LxTerminal

I'm trying to change the default color scheme in LxTerminal to look something like kuraku's configuration shown here

So far, I've tried modifying .Xdefaults and .bashrc without any luck. Am I missing something?

**EDIT**

.Xdefaults

! Xft settings ---------------------------------------------------------------

Xft.dpi:        96
Xft.antialias:  true
Xft.rgba:       rgb
Xft.hinting:    true
Xft.hintstyle:  hintslight

!! simple_rainbow
*background:  #575757
*foreground:  #dcdccc

!black
*color0:      #666666
*color8:      #888888
!red
*color1:      #ff8278
*color9:      #ff8278
!green
*color2:      #bde077
*color10:     #bde077
!yellow
*color3:      #eadc84
*color11:     #eadc84
!blue
*color4:      #77bee0
*color12:     #77bee0
!magenta
*color5:      #dd91f3
*color13:     #dd91f3
!cyan
*color6:      #ffc178
*color14:     #ffc178
!white
*color7:      #dddddd
*color15:     #cccccc

.bashrc

# Add nano as default editor
export EDITOR=nano

alias lss='ls -Fa --color=auto'
alias ls='ls --color=auto'
[ ! "$UID" = "0" ] && archbey2

PS1="\[\033[1;34m\][\$(date +%H%M)][\u@\h:\w]$\[\033[0m\] "
#Tried the above command to test

Last edited by jrom (2013-04-19 15:50:44)

Offline

#2 2013-04-19 02:48:48

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [SOLVED] Change default color scheme in LxTerminal

Last I checked, LXTerminal doesn't support custom colors other than the background and foreground.

Offline

#3 2013-04-19 15:50:20

jrom
Member
Registered: 2013-02-24
Posts: 27

Re: [SOLVED] Change default color scheme in LxTerminal

Ah that's a bummer. I got the colors working by switching to LilyTerm.

Offline

Board footer

Powered by FluxBB