Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/parentesis.activity/gtkrc
blob: f7c9db6bf35b2b9096661390ec3600062ce6063b (plain)
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
style "default"
{

}

style "Button"
{
	bg[PRELIGHT] = "#FF0000"
	bg[SELECTED] = "#00FF00"
	fg[PRELIGHT] = "#00FF00"
	fg[SELECTED] = "#0000FF"
}

style "parentesis"
{
  xthickness = 3
  ythickness = 3
  
  bg[PRELIGHT] = "#555555"
  bg[SELECTED] = "#101010"
  
  fg[PRELIGHT] = "#ffffff"
  fg[SELECTED] = "#ffffff"
}

####################################################################
# Default style, setting some generic options and style properties
####################################################################
class "GtkWidget" style "default"

#class "GtkButton" style "Button"

class "BotonParentesis" style "Button"