Jump to content

Q: brighten text in shell


TheUsualAlex

Recommended Posts

Hi,

In your shell prompt where your background is dark, is there a way to tell linux to "brighten" the text? Obviously, the black and blue doesn't go well. Basically, I am looking for something like Vi's set background=dark kind of deal so that text will get "brightened" against the dark background...

Am I making any sense here...? :unsure:

Thanks,

A

Link to comment
Share on other sites

What desktop are you using? In KDE there is a 'settings' menu in the shell where you can set the 'schema' to whatever you want.

If you feel like mucking with the colours that are output when you type ls (which is kinda fun), do this :

type 'dircolors -p > colors.txt' into a shell

edit colors.txt and you can mess with the colours as much as you like.

To get those colors into your environment type :

dircolors -c colors.txt (or -b if you're using a bourne shell)

Put the output of that into your .chsrc and bingo bango bob's your uncle.

Hope thats clear.

M

Link to comment
Share on other sites

What desktop are you using? In KDE there is a 'settings' menu in the shell where you can set the 'schema' to whatever you want.

If you feel like mucking with the colours that are output when you type ls (which is kinda fun), do this :

type 'dircolors -p > colors.txt' into a shell

edit colors.txt and you can mess with the colours as much as you like.

To get those colors into your environment type :

dircolors -c colors.txt (or -b if you're using a bourne shell)

Put the output of that into your .chsrc and bingo bango bob's your uncle.

Hope thats clear.

M

16927[/snapback]

Thanks Marc! :) I didn't know about the dircolors command. Pretty cool!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...