home *** CD-ROM | disk | FTP | other *** search
- # I'm using text[NORMAL] in the following two styles as the color of overview widget's slider.
- style "file1 color"
- {
- # fg[NORMAL] = { 1.0, 0.0, 1.0 }
- fg[NORMAL] = { 1.0, 0.5, 0.0 }
- text[NORMAL] = { 1.0, 1.0, 0.0 }
- # bg[NORMAL] = { 1.0, 1.0, 1.00 }
- }
- style "file2 color"
- {
- fg[NORMAL] = { 0.0, 1.0, 1.0 }
- text[NORMAL] = { 1.0, 1.0, 0.0 }
- }
-
- style "drawing color"
- {
- fg[NORMAL] = { 0.0, 0.0, 1.0 }
- # bg[NORMAL] = { 1.0, 1.0, 0.0 }
- }
-
- # Use style "file1 color" for overview1
- widget "*file1 overview" style "file1 color"
- # Use style "file2 color" for overview2
- widget "*file2 overview" style "file2 color"
- # Use style "drawing color" for overview-drawing-area
- widget "*drawing overview" style "drawing color"
-
- style "diff text"
- {
- # fontset = "-sony-fixed-medium-r-normal--*-150-*-*-c-*-iso8859-1,-jis-fixed-medium-r-normal--*-150-*-*-c-*-jisx0208.1983-0,-sony-fixed-medium-r-normal--*-150-*-*-c-*-jisx0201.1976-0"
- # fixed width font is recommended.
- font = "-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1"
-
- }
- #widget_class "*GtkText" style "diff text"
- class "GtkText" style "diff text"
-
-