Hi, where can I tell Konsole to use only black on white, because the colours are not readable?
Hi John,
Settings -> Schema
that is only part of the truth, because whatever schema I choose, if I do an "ls", file names are printed green an directories blue. I want to get rid of these colours.
Am Mittwoch, 6. April 2011 schrieb HHa:
Hi John,
Settings -> Schema
that is only part of the truth, because whatever schema I choose, if I do an "ls", file names are printed green an directories blue. I want to get rid of these colours.
That's 'cause in your .bashrc - or what ever shell you use - there is most probably a sequence like this:
if [ -x /usr/bin/dircolors ]; then eval "`dircolors -b`" alias ls='ls --color=auto' #alias dir='dir --color=auto' #alias vdir='vdir --color=auto'
alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' fi
which turns on colors :-)
Am Mittwoch 06 April 2011, 11:13:28 schrieb Mag. Dr. Nikolaus Klepp:
Am Mittwoch, 6. April 2011 schrieb HHa:
Hi John,
Settings -> Schema
that is only part of the truth, because whatever schema I choose, if I do an "ls", file names are printed green an directories blue. I want to get rid of these colours.
That's 'cause in your .bashrc - or what ever shell you use - there is most probably a sequence like this:
if [ -x /usr/bin/dircolors ]; then eval "`dircolors -b`" alias ls='ls --color=auto' #alias dir='dir --color=auto' #alias vdir='vdir --color=auto'
alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto'
fi
which turns on colors :-)
You can adjust the colors if by editing /etc/dir_colors. You don't want to get get to rid of them completely, do you?
You may also set the terminal to be bright-on-black.
Bye
Hi Volker and Nikolaus,
You don't want to get get to rid of them completely, do you?
yes, i will, because Ican tel what is what. Someone did this: alias ls='ls --color=auto' So I overwrote it with alias ls=/bin/ls
On Wed, 2011-04-06 at 10:54 +0200, HHa wrote:
Hi John,
Settings -> Schema
that is only part of the truth, because whatever schema I choose, if I do an "ls", file names are printed green an directories blue. I want to get rid of these colours.
Ah, like that dark, dark blue on black which makes directories just about impossible to read? If you go to Settings -> Configure Konsole -> Schema tab and click the Shell Color drop down box and select 6 - Color4 (Blue), you can lighten it by clicking on the color sample. I just figured out how to do this and it makes life much better for me as I like the green on black schema except for that dark, impossible to read blue. Hope that helps - John
Hi John, thank you. Maybe I'll play around a little with these setting.