Skip to content

Instantly share code, notes, and snippets.

View polodarb's full-sized avatar
🦦

Danyil Kobzar polodarb

🦦
View GitHub Profile

Privacy Policy for MDShapesMorph

Last updated: October 13, 2025

MDShapesMorph does not collect, store, or share any personal data from users. The app works fully offline and does not use analytics, network connections, or third-party services.

No personally identifiable information (such as name, email, IP address, or location) is collected, transmitted, or processed in any way.

If you have any questions about this policy, please contact: polodarb.dev@gmail.com

package ua.polodarb.customshader
import android.graphics.RenderEffect
import android.graphics.RuntimeShader
import android.os.Build
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import androidx.annotation.RequiresApi
.theme-dark {
--background: #292927;
--bg-code: #272727;
--text-color: #C09849;
}
.theme-light {
--background: #EDEDEB;
--bg-code: #ededeb8b;
--text-color: #EB5757;