TheUsualAlex Posted March 18, 2005 Share Posted March 18, 2005 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...? Thanks, A Quote Link to comment Share on other sites More sharing options...
Marc Posted March 18, 2005 Share Posted March 18, 2005 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 Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted March 18, 2005 Author Share Posted March 18, 2005 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! Quote Link to comment Share on other sites More sharing options...
MG Posted March 18, 2005 Share Posted March 18, 2005 Changing the colors for xterm is also not that hard, just look it up in it's manpage or "xterm -h" (if not mistaking). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.