Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
2
#
3
# include "rc-file"
4
#
5
# style <name> [= <name>]
6
# {
7
#   <option>
8
# }
9
#
10
# widget <widget_set>       style <style_name>
11
# class  <widget_class_set> style <style_name>
12
#
13
# You can add your own GIMP-specific GTK styles here.
14
 
15
 
16
#
17
# Adjust the size of previews in plug-in dialogs:
18
#
19
style "gimp-large-preview"
20
{
21
  GimpPreview::size = 256
22
}
23
 
24
# class "GimpPreview" style "gimp-large-preview"
25
 
26
 
27
#
28
# Change the dock separator DND highlight color:
29
#
30
style "gimp-red-separator-style"
31
{
32
  bg[SELECTED] = "#aa2448"
33
}
34
 
35
# widget "*gimp-dock-separator*" style "gimp-red-separator-style"