diff --git a/Paper/plank/dock.theme b/Paper/plank/dock.theme index e349d79..2225cdb 100644 --- a/Paper/plank/dock.theme +++ b/Paper/plank/dock.theme @@ -23,17 +23,17 @@ [PlankDrawingTheme] #The roundness of the top corners. -TopRoundness=4 +TopRoundness=3 #The roundness of the bottom corners. BottomRoundness=0 #The thickness (in pixels) of lines drawn. LineWidth=1 #The color (RGBA) of the outer stroke. -OuterStrokeColor=211;;212;;213;;200 +OuterStrokeColor=211;;212;;213;;214 #The starting color (RGBA) of the fill gradient. -FillStartColor=211;;212;;213;;200 +FillStartColor=211;;212;;213;;214 #The ending color (RGBA) of the fill gradient. -FillEndColor=211;;212;;213;;200 +FillEndColor=211;;212;;213;;214 #The color (RGBA) of the inner stroke. InnerStrokeColor=211;;212;;213;;0 @@ -41,13 +41,13 @@ InnerStrokeColor=211;;212;;213;;0 #The padding on the left/right dock edges, in tenths of a percent of IconSize. HorizPadding=0.2 #The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=-5.5 +TopPadding=-10.5 #The padding on the bottom dock edge, in tenths of a percent of IconSize. BottomPadding=2 #The padding between items on the dock, in tenths of a percent of IconSize. ItemPadding=3 #The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=6 +IndicatorSize=5 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. IconShadowSize=0 #The height (in percent of IconSize) to bounce an icon when the application sets urgent.