Skip to content

Commit

Permalink
Material theme add.
Browse files Browse the repository at this point in the history
  • Loading branch information
x64Bits committed May 5, 2020
1 parent 075c6aa commit 09b151f
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 3 deletions.
Binary file added Material-Theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions Material/dock.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# This theme has been developed
# by Ignacio Zsabo (https://github.com/x64Bits)

[PlankTheme]
#The roundness of the top corners.
TopRoundness=2
#The roundness of the bottom corners.
BottomRoundness=2
#The thickness (in pixels) of lines drawn.
LineWidth=2
#The color (RGBA) of the outer stroke.
OuterStrokeColor=255;;255;;255;;200
#The starting color (RGBA) of the fill gradient.
FillStartColor=255;;255;;255;;255
#The ending color (RGBA) of the fill gradient.
FillEndColor=255;;255;;255;;255
#The color (RGBA) of the inner stroke.
InnerStrokeColor=255;;255;;255;;255

[PlankDockTheme]
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
HorizPadding=2
#The padding on the top dock edge, in tenths of a percent of IconSize.
TopPadding=1.4
#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=1.7000000000000003
#The size of item indicators, in tenths of a percent of IconSize.
IndicatorSize=2
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
IconShadowSize=1.4999999999999998
#The height (in percent of IconSize) to bounce an icon when the application sets urgent.
UrgentBounceHeight=0.66666666666666674
#The height (in percent of IconSize) to bounce an icon when launching an application.
LaunchBounceHeight=0.175
#The opacity value (0 to 1) to fade the dock to when hiding it.
FadeOpacity=0
#The amount of time (in ms) for click animations.
ClickTime=450
#The amount of time (in ms) to bounce an urgent icon.
UrgentBounceTime=600
#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=550
#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1).
HideTime=150
#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
GlowSize=30
#The total time (in ms) to show the hidden-dock urgent glow.
GlowTime=10000
#The time (in ms) of each pulse of the hidden-dock urgent glow.
GlowPulseTime=800
#The hue-shift (-180 to 180) of the urgent indicator color.
UrgentHueShift=0
#The time (in ms) to move an item to its new position or its addition/removal to/from the dock.
ItemMoveTime=150
#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
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,26 @@ Frequently I will be bringing new themes.

### macOS Dark

![N|Solid](./Dark-Theme.png)
![N|Dark Preview](./Dark-Theme.png)

Icons theme used on the preview:
Mojave CT https://github.com/zayronxio/Mojave-CT

### macOS Light

![N|Solid](./Light-Theme.png)
![N|Light Preview](./Light-Theme.png)

### macOS Night Owl

Based on Sarah Drasner theme for VSCode.

![N|Solid](./Night-Owl-Theme.png)
![N|Night Owl Preview](./Night-Owl-Theme.png)

### Material

Based on Material Design by Google

Icons theme used on the preview:
Reversal icon theme https://github.com/yeyushengfan258/Reversal-icon-theme

![N|Material Preview](./Material-Theme.png)

0 comments on commit 09b151f

Please sign in to comment.