~versable/elementary-community/elementary-plank-themes

« back to all changes in this revision

Viewing changes to themes/Ubuntu Panel/dock.theme

  • Committer: Versable
  • Date: 2013-06-03 12:02:00 UTC
  • Revision ID: versable@gmail.com-20130603120200-tb5l3elm6ylc1i3j
Bazaar release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#This theme written by Cassidy James to match Ubuntu's panels.
 
2
 
 
3
[PlankDrawingTheme]
 
4
#The roundness of the top corners.
 
5
TopRoundness=2
 
6
#The roundness of the bottom corners.
 
7
BottomRoundness=0
 
8
#The thickness (in pixels) of lines drawn.
 
9
LineWidth=1
 
10
#The color (RGBA) of the outer stroke.
 
11
OuterStrokeColor=0;;0;;0;;100
 
12
#The starting color (RGBA) of the fill gradient.
 
13
FillStartColor=91;;88;;79;;255
 
14
#The ending color (RGBA) of the fill gradient.
 
15
FillEndColor=63;;62;;57;;255
 
16
#The color (RGBA) of the inner stroke.
 
17
InnerStrokeColor=63;;62;;57;;255
 
18
 
 
19
[PlankDrawingDockTheme]
 
20
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
 
21
HorizPadding=2
 
22
#The padding on the top dock edge, in tenths of a percent of IconSize.
 
23
TopPadding=-8
 
24
#The padding on the bottom dock edge, in tenths of a percent of IconSize.
 
25
BottomPadding=2
 
26
#The padding between items on the dock, in tenths of a percent of IconSize.
 
27
ItemPadding=3
 
28
#The size of item indicators, in tenths of a percent of IconSize.
 
29
IndicatorSize=5
 
30
#The height (in percent of IconSize) to bounce an icon when the application sets urgent.
 
31
UrgentBounceHeight=1.6666666666666667
 
32
#The height (in percent of IconSize) to bounce an icon when launching an application.
 
33
LaunchBounceHeight=0.625
 
34
#The amount of time (in ms) for click animations.
 
35
ClickTime=300
 
36
#The amount of time (in ms) to bounce an urgent icon.
 
37
UrgentBounceTime=600
 
38
#The amount of time (in ms) to bounce an icon when launching an application.
 
39
LaunchBounceTime=600
 
40
#The amount of time (in ms) for active window indicator animations.
 
41
ActiveTime=300
 
42
#The amount of time (in ms) to slide icons into/out of the dock.
 
43
SlideTime=300
 
44
#NOT USED YET
 
45
FadeTime=200
 
46
#The time (in ms) to slide the dock in/out on a hide.
 
47
HideTime=150
 
48
#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
 
49
GlowSize=30
 
50
#The total time (in ms) to show the hidden-dock urgent glow.
 
51
GlowTime=10000
 
52
#The time (in ms) of each pulse of the hidden-dock urgent glow.
 
53
GlowPulseTime=2000