PageUp/settings.ini

21 lines
1.1 KiB
INI
Raw Permalink Normal View History

2024-05-16 23:04:56 +00:00
[titles]
page = Notoricloud
tab = Notoricloud Homepage
[page_style]
background = rgba(0, 0, 0, 0.5) # accepts standard css color values, is applied infront of background_image so if you do not want a colored overlay, set this to rgba(0, 0, 0, 0)
background_image = https://i.imgur.com/43ayNgo.png # accepts any filepath, including local, or can be left blank
[card_style]
blur = 4px # accepts standard css measurements (rem, px, em, etc.)
brightness = 1 # as a multiplier, 1 is normal, 2 is twice as bright, 0.5 is half as bright
saturation = 0.5 # as a multuplier, 0 is grayscale, 1 is normal, 2 is twice as saturated
background = rgba(255, 255, 255, 0.05) # accepts standard css color values
corner_size = 6px # accepts standard css measurements (rem, px, em, etc.)
[shadow]
color = rgba(20, 20, 20, 0.2) # accepts standard css color values
spread = 0px # accepts standard css measurements (rem, px, em, etc.) including negatives
blur = 8px # accepts standard css measurements (rem, px, em, etc.)
offset_x = 1px # accepts standard css measurements (rem, px, em, etc.)
offset_y = 1px # accepts standard css measurements (rem, px, em, etc.)