~tualatrix/ubuntu-tweak/ubuntu-packing

« back to all changes in this revision

Viewing changes to src/.gtkrc

  • Committer: tualatrix
  • Date: 2007-11-08 15:07:03 UTC
  • Revision ID: git-v1:8d117e376f9c8db00737c22904dccb48f7aac788
add the new sources of Ubuntu Tweak 0.2

git-svn-id: https://ubuntu-tweak.googlecode.com/svn/trunk@61 89e9d5ea-4437-0410-aedb-dd2c2f29ea1f

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "widgets"
 
2
{
 
3
        fg[NORMAL] = "#000000"
 
4
        fg[ACTIVE] = "#000000"
 
5
        fg[PRELIGHT] = "#000000"
 
6
 
 
7
        bg[NORMAL] = "#000000"
 
8
        bg[ACTIVE] = "#000000"
 
9
        bg[PRELIGHT] = "#000000"
 
10
}
 
11
 
 
12
class "GtkWindow" style "widgets"