blob: c5e73b9531427487052f65d69ac891cd88a3f2a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
style "gedit-frame"
{
engine "pixmap"
{
image
{
function = SHADOW
}
}
}
style "gedit-notebook"
{
xthickness = 1
ythickness = 1
}
style "eclipse-toolbar-fix"
{
engine "pixmap"
{
image
{
function = BOX
file = "images/other/null.png"
stretch = TRUE
}
}
}
# Removes the ugly frame around statusbar buttons
widget_class "*Pluma*.<GtkFrame>*" style "gedit-frame"
widget_class "*Gedit*.<GtkFrame>*" style "gedit-frame"
# Removes double borders around notebooks
widget_class "*Pluma*.<GtkNotebook>" style "gedit-notebook"
widget_class "*Gedit*.<GtkNotebook>" style "gedit-notebook"
widget "*swt-toolbar-flat" style "eclipse-toolbar-fix"
|