From 0cce59a257c1a91681a768ca396959acc95460de Mon Sep 17 00:00:00 2001 From: Vince Date: Mon, 27 Dec 2021 19:59:41 +0800 Subject: [PATCH] update --- src/other/plank/theme-dark/dock.theme | 12 ++++++------ src/other/plank/theme-dark/hover.theme | 17 ----------------- src/other/plank/theme-light/dock.theme | 8 ++++---- 3 files changed, 10 insertions(+), 27 deletions(-) delete mode 100644 src/other/plank/theme-dark/hover.theme diff --git a/src/other/plank/theme-dark/dock.theme b/src/other/plank/theme-dark/dock.theme index 2ebcb56..4fe95eb 100644 --- a/src/other/plank/theme-dark/dock.theme +++ b/src/other/plank/theme-dark/dock.theme @@ -1,22 +1,22 @@ #This theme written by Vince Liuice. -[PlankDrawingTheme] +[PlankTheme] #The roundness of the top corners. TopRoundness=16 #The roundness of the bottom corners. -BottomRoundness=16 +BottomRoundness=0 #The thickness (in pixels) of lines drawn. LineWidth=1 #The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;200 +OuterStrokeColor=0;;0;;0;;255 #The starting color (RGBA) of the fill gradient. -FillStartColor=15;;15;;15;;150 +FillStartColor=25;;25;;25;;175 #The ending color (RGBA) of the fill gradient. -FillEndColor=15;;15;;15;;175 +FillEndColor=25;;25;;25;;200 #The color (RGBA) of the inner stroke. InnerStrokeColor=100;;100;;100;;100 -[PlankDrawingDockTheme] +[PlankDockTheme] #The padding on the left/right dock edges, in tenths of a percent of IconSize. HorizPadding=0 #The padding on the top dock edge, in tenths of a percent of IconSize. diff --git a/src/other/plank/theme-dark/hover.theme b/src/other/plank/theme-dark/hover.theme deleted file mode 100644 index be7ad12..0000000 --- a/src/other/plank/theme-dark/hover.theme +++ /dev/null @@ -1,17 +0,0 @@ -#This file written by Daniel Fore to match eGTK tooltips. - -[PlankDrawingTheme] -#The roundness of the top corners. -TopRoundness=6 -#The roundness of the bottom corners. -BottomRoundness=6 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=41;;41;;41;;255 -#The starting color (RGBA) of the fill gradient. -FillStartColor=0;;0;;0;;217 -#The ending color (RGBA) of the fill gradient. -FillEndColor=0;;0;;0;;217 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=255;;255;;255;;255 diff --git a/src/other/plank/theme-light/dock.theme b/src/other/plank/theme-light/dock.theme index 4dc97e4..1a49b8e 100644 --- a/src/other/plank/theme-light/dock.theme +++ b/src/other/plank/theme-light/dock.theme @@ -4,15 +4,15 @@ #The roundness of the top corners. TopRoundness=16 #The roundness of the bottom corners. -BottomRoundness=16 +BottomRoundness=0 #The thickness (in pixels) of lines drawn. LineWidth=1 #The color (RGBA) of the outer stroke. OuterStrokeColor=0;;0;;0;;95 #The starting color (RGBA) of the fill gradient. -FillStartColor=209;;209;;209;;110 +FillStartColor=209;;209;;209;;135 #The ending color (RGBA) of the fill gradient. -FillEndColor=209;;209;;209;;115 +FillEndColor=209;;209;;209;;150 #The color (RGBA) of the inner stroke. InnerStrokeColor=210;;210;;210;;50 @@ -28,7 +28,7 @@ ItemPadding=4 #The size of item indicators, in tenths of a percent of IconSize. IndicatorSize=5 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 +IconShadowSize=1 #The height (in percent of IconSize) to bounce an icon when the application sets urgent. UrgentBounceHeight=1 #The height (in percent of IconSize) to bounce an icon when launching an application.