I like ambiance but i find it a little too hard on the eyes to have to edit files on a pure white background, like gedit's.

Is there any way to modify my theme to make gedit's background color darker?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

As wojox said, you can change Gedit's theme.

The gtksourceview page on the Gnome website has more information about gedit themes. (Gtksourceview is the name of the software component that displays text in gedit.)

Modifying Existing Themes

To modify the built-in themes, copy them from /usr/share/gtksourceview-2.0/styles/ to ~/.local/share/gtksourceview-2.0/styles/ and edit the text files.

Finding New Themes

You can find several themes in this git repository. It looks like you can install them with:

sudo apt-get install git-core
git clone https://github.com/mig/gedit-themes.git ~/.gnome2/gedit/styles

(This will allow you to run cd ~/.gnome2/gedit/styles ; git pull to get updates to these themes.)

Building Your Own

You can also try this online theme generator. I found that on this article about creating gtksourceview themes.

link|improve this answer
Thank you , I'll try the git repo and the generator asap – Chriskin May 8 '11 at 0:24
feedback

Open gedit and go to Edit > Preferences > Font&Color. You can change it there. You may need gedit-plugins installed.

link|improve this answer
how can i create a color scheme using colors of my choice; it has too few (and too ugly) choices there. – Chriskin May 7 '11 at 23:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.