style: dark theme for scroller
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
|
||||
<filter id="n" x="0" y="0">
|
||||
<feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="5" stitchTiles="stitch"/>
|
||||
</filter>
|
||||
<rect width="500" height="500" fill="#1f1f1f" opacity="0.4"/>
|
||||
<rect width="500" height="500" filter="url(#n)" opacity="0.09"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 366 B |
Reference in New Issue
Block a user