Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Dec 27, 2021
1 parent b597208 commit 0cce59a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 27 deletions.
12 changes: 6 additions & 6 deletions src/other/plank/theme-dark/dock.theme
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
17 changes: 0 additions & 17 deletions src/other/plank/theme-dark/hover.theme

This file was deleted.

8 changes: 4 additions & 4 deletions src/other/plank/theme-light/dock.theme
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 0cce59a

Please sign in to comment.