Skip to content

Commit

Permalink
Create dock.theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MMcQueenGNU committed Jan 20, 2022
1 parent 4d8ec1c commit 565ad6b
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions gruvbox-middark/dock.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
#This file auto-generated by Plank.
#2020-07-02T18:26:30+0000
# Gruvbox Mid Dark

[PlankTheme]
#The roundness of the top corners.
TopRoundness=15
#The roundness of the bottom corners.
BottomRoundness=15
#The thickness (in pixels) of lines drawn.
LineWidth=1
#The color (RGBA) of the outer stroke.
OuterStrokeColor=249;;245;;215;;100
#The starting color (RGBA) of the fill gradient.
FillStartColor=50;;48;;47;;200
#The ending color (RGBA) of the fill gradient.
FillEndColor=50;;48;;47;;200
#The color (RGBA) of the inner stroke.
InnerStrokeColor=56;;52;;50;;10

[PlankDockTheme]
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
HorizPadding=2.5
#The padding on the top dock edge, in tenths of a percent of IconSize.
TopPadding=2.5
#The padding on the bottom dock edge, in tenths of a percent of IconSize.
BottomPadding=2.5
#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=4
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
IconShadowSize=0.5
#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.
LaunchBounceHeight=0.90000000000000002
#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=900
#The amount of time (in ms) to bounce an urgent icon.
UrgentBounceTime=900
#The amount of time (in ms) to bounce an icon when launching an application.
LaunchBounceTime=1000
#The amount of time (in ms) for active window indicator animations.
ActiveTime=1500
#The amount of time (in ms) to slide icons into/out of the dock.
SlideTime=500
#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1).
FadeTime=400
#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1).
HideTime=500
#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
GlowSize=1000
#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=20000
#The hue-shift (-180 to 180) of the urgent indicator color.
UrgentHueShift=180
#The time (in ms) to move an item to its new position or its addition/removal to/from the dock.
ItemMoveTime=800
#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

0 comments on commit 565ad6b

Please sign in to comment.