diff --git a/.gitignore b/.gitignore index fb5684a2..1d9db890 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,9 @@ src/Mint-Y/cinnamon/sass-cache # directories usr/* __pycache__/* +debian/mamolinux-themes +debian/mamolinux-plank-themes +debian/.debhelper* + +# dpkg-buildpackage geenerated +*.substvars diff --git a/Makefile b/Makefile index ffcfec68..076ca3af 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,17 @@ -all: clean buildthemes +SHELL:=/bin/bash + +all: clean buildthemes buildplankthemes buildthemes: - @echo "Building the themes" + @echo "Building desktop themes" python3 generate-themes.py All + +buildplankthemes: + @echo "Building plank themes" + mkdir -p usr/share/plank/themes + @wait + cp -Rv plank-themes/* usr/share/plank/themes/ -clean: SHELL:=/bin/bash clean: rm -rf usr __pycache__ @echo "Remove generated css files." diff --git a/debian/control b/debian/control index 3c728509..0021a109 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,13 @@ Replaces: mint-themes, mint-clearloox-theme, mint-x-theme, mint-y-theme, mint-z- Conflicts: mint-themes, mint-clearloox-theme, mint-x-theme, mint-y-theme, mint-z-theme, mint-themes-gtk3, cinnamon-themes Depends: ${misc:Depends}, mamolinux-icons, mamolinux-cursors Architecture: all -Description: MamoLinux themes +Description: MamoLinux Desktop themes A collection of GTK, Metacity, Cinnamon themes for MamoLinux + +Package: mamolinux-themes-plank +Depends: ${misc:Depends}, plank +Architecture: all +Description: Plank themes for MamoLinux + A collection of Plank themes + for MamoLinux diff --git a/debian/copyright b/debian/copyright index f9129afc..41b3f3fa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Source: https://github.com/hsbasu/mamolinux-themes Files: * Copyright: 2012-2014 Clement Lefebvre -Copyright: 2021 Himadri Sekhar Basu + 2021 Himadri Sekhar Basu License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/install b/debian/install deleted file mode 100644 index 73752c9a..00000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -usr diff --git a/debian/mamolinux-plank-themes.install b/debian/mamolinux-plank-themes.install new file mode 100644 index 00000000..1d794f1c --- /dev/null +++ b/debian/mamolinux-plank-themes.install @@ -0,0 +1 @@ +usr/share/plank \ No newline at end of file diff --git a/debian/mamolinux-themes.install b/debian/mamolinux-themes.install new file mode 100644 index 00000000..6c578c5f --- /dev/null +++ b/debian/mamolinux-themes.install @@ -0,0 +1 @@ +usr/share/themes diff --git a/generate-themes.py b/generate-themes.py index 6fc9620a..2450c9f3 100755 --- a/generate-themes.py +++ b/generate-themes.py @@ -135,8 +135,8 @@ def generate_theme(color): curdir = os.getcwd() -if os.path.exists("usr"): - os.system("rm -rf usr/") +# if os.path.exists("usr"): +# os.system("rm -rf usr/") os.system("mkdir -p usr/share/themes") diff --git a/plank-themes/Sucharu-Aqua/dock.theme b/plank-themes/Sucharu-Aqua/dock.theme new file mode 100644 index 00000000..eed60220 --- /dev/null +++ b/plank-themes/Sucharu-Aqua/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=64;;89;;102;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=130;;179;;206;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=130;;179;;206;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=64;;89;;102;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Blue/dock.theme b/plank-themes/Sucharu-Blue/dock.theme new file mode 100644 index 00000000..28dafeef --- /dev/null +++ b/plank-themes/Sucharu-Blue/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=57;;67;;102;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=110;;130;;198;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=110;;130;;198;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=57;;67;;102;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Brown/dock.theme b/plank-themes/Sucharu-Brown/dock.theme new file mode 100644 index 00000000..00862210 --- /dev/null +++ b/plank-themes/Sucharu-Brown/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=89;;74;;62;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=173;;144;;120;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=173;;144;;120;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=89;;74;;62;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Aqua/dock.theme b/plank-themes/Sucharu-Dark-Aqua/dock.theme new file mode 100644 index 00000000..31bdff70 --- /dev/null +++ b/plank-themes/Sucharu-Dark-Aqua/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=109;;171;;204;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=82;;129;;154;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=82;;129;;154;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=109;;171;;204;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Blue/dock.theme b/plank-themes/Sucharu-Dark-Blue/dock.theme new file mode 100644 index 00000000..4b276d6c --- /dev/null +++ b/plank-themes/Sucharu-Dark-Blue/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=102;;122;;191;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=75;;90;;141;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=75;;90;;141;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=102;;122;;191;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Brown/dock.theme b/plank-themes/Sucharu-Dark-Brown/dock.theme new file mode 100644 index 00000000..1f2cda8b --- /dev/null +++ b/plank-themes/Sucharu-Dark-Brown/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=171;;143;;120;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=121;;101;;85;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=121;;101;;85;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=171;;143;;120;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Grey/dock.theme b/plank-themes/Sucharu-Dark-Grey/dock.theme new file mode 100644 index 00000000..ec0de0a1 --- /dev/null +++ b/plank-themes/Sucharu-Dark-Grey/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=166;;166;;166;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=114;;114;;114;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=114;;114;;114;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=166;;166;;166;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Orange/dock.theme b/plank-themes/Sucharu-Dark-Orange/dock.theme new file mode 100644 index 00000000..b24e33bc --- /dev/null +++ b/plank-themes/Sucharu-Dark-Orange/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=219;;154;;92;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=169;;119;;71;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=169;;119;;71;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=219;;154;;92;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Pink/dock.theme b/plank-themes/Sucharu-Dark-Pink/dock.theme new file mode 100644 index 00000000..bd491b4d --- /dev/null +++ b/plank-themes/Sucharu-Dark-Pink/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=196;;104;;155;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=146;;77;;115;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=146;;77;;115;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=196;;104;;155;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Purple/dock.theme b/plank-themes/Sucharu-Dark-Purple/dock.theme new file mode 100644 index 00000000..9958701c --- /dev/null +++ b/plank-themes/Sucharu-Dark-Purple/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=141;;112;;201;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=106;;84;;151;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=106;;84;;151;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=141;;112;;201;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Red/dock.theme b/plank-themes/Sucharu-Dark-Red/dock.theme new file mode 100644 index 00000000..595dcca9 --- /dev/null +++ b/plank-themes/Sucharu-Dark-Red/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=204;;98;;94;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=154;;74;;71;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=154;;74;;71;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=204;;98;;94;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Sand/dock.theme b/plank-themes/Sucharu-Dark-Sand/dock.theme new file mode 100644 index 00000000..23fc9eea --- /dev/null +++ b/plank-themes/Sucharu-Dark-Sand/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=199;;171;;109;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=148;;127;;81;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=148;;127;;81;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=199;;171;;109;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Teal/dock.theme b/plank-themes/Sucharu-Dark-Teal/dock.theme new file mode 100644 index 00000000..d4b691eb --- /dev/null +++ b/plank-themes/Sucharu-Dark-Teal/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=108;;181;;166;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=78;;131;;120;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=78;;131;;120;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=108;;181;;166;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark-Yellow/dock.theme b/plank-themes/Sucharu-Dark-Yellow/dock.theme new file mode 100644 index 00000000..05c0b4e3 --- /dev/null +++ b/plank-themes/Sucharu-Dark-Yellow/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=255;;215;;0;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=230;;194;;0;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=230;;194;;0;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=255;;215;;0;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Dark/dock.theme b/plank-themes/Sucharu-Dark/dock.theme new file mode 100644 index 00000000..eb9c65ff --- /dev/null +++ b/plank-themes/Sucharu-Dark/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=163;;204;;122;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=119;;149;;89;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=119;;149;;89;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=163;;204;;122;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Grey/dock.theme b/plank-themes/Sucharu-Grey/dock.theme new file mode 100644 index 00000000..7b122ff6 --- /dev/null +++ b/plank-themes/Sucharu-Grey/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=82;;82;;82;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=163;;163;;163;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=163;;163;;163;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=82;;82;;82;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Orange/dock.theme b/plank-themes/Sucharu-Orange/dock.theme new file mode 100644 index 00000000..8eafe3d6 --- /dev/null +++ b/plank-themes/Sucharu-Orange/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=110;;85;;61;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=220;;170;;122;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=220;;170;;122;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=110;;85;;61;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Pink/dock.theme b/plank-themes/Sucharu-Pink/dock.theme new file mode 100644 index 00000000..dd32e96f --- /dev/null +++ b/plank-themes/Sucharu-Pink/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=102;;59;;83;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=201;;117;;163;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=201;;117;;163;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=102;;59;;83;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Purple/dock.theme b/plank-themes/Sucharu-Purple/dock.theme new file mode 100644 index 00000000..3dd76e8c --- /dev/null +++ b/plank-themes/Sucharu-Purple/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=78;;66;;102;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=155;;132;;203;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=155;;132;;203;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=78;;66;;102;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Red/dock.theme b/plank-themes/Sucharu-Red/dock.theme new file mode 100644 index 00000000..456958c7 --- /dev/null +++ b/plank-themes/Sucharu-Red/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=105;;57;;56;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=209;;113;;111;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=209;;113;;111;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=105;;57;;56;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Sand/dock.theme b/plank-themes/Sucharu-Sand/dock.theme new file mode 100644 index 00000000..c2cb90f2 --- /dev/null +++ b/plank-themes/Sucharu-Sand/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=102;;90;;63;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=201;;178;;124;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=201;;178;;124;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=102;;90;;63;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Teal/dock.theme b/plank-themes/Sucharu-Teal/dock.theme new file mode 100644 index 00000000..bdc85973 --- /dev/null +++ b/plank-themes/Sucharu-Teal/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=54;;92;;84;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=109;;187;;171;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=109;;187;;171;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=54;;92;;84;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu-Yellow/dock.theme b/plank-themes/Sucharu-Yellow/dock.theme new file mode 100644 index 00000000..0ac14f5a --- /dev/null +++ b/plank-themes/Sucharu-Yellow/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=128;;125;;103;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=255;;250;;205;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=255;;250;;205;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=128;;125;;103;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0 diff --git a/plank-themes/Sucharu/dock.theme b/plank-themes/Sucharu/dock.theme new file mode 100644 index 00000000..8700ad4e --- /dev/null +++ b/plank-themes/Sucharu/dock.theme @@ -0,0 +1,66 @@ +#This file auto-generated by Plank. +#2019-05-17T12:54:13+0000 + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=50 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=2 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=88;;102;;75;;255 +#The starting color (RGBA) of the fill gradient. +FillStartColor=175;;202;;149;;192 +#The ending color (RGBA) of the fill gradient. +FillEndColor=175;;202;;149;;192 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=88;;102;;75;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-6 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1.5 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#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=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=200 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=200 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true +#The color (RGBA) of the badge displaying urgent count +BadgeColor=0;;0;;0;;0