Skip to content

Instantly share code, notes, and snippets.

View Smooth-E's full-sized avatar

Smooth E Smooth-E

View GitHub Profile
#!/bin/python
# -*- coding: utf-8 -*-
# Used to extract icon shapes APK files in this module:
# https://forum.xda-developers.com/t/module-icon-shapes-for-android-12-13-v3.4368527/
import os
xml_template = \
@echo off
cls
setlocal enabledelayedexpansion
set emulator=%windir%\..\Users\%USERNAME%\AppData\Local\Android\Sdk\emulator\emulator.exe"
set /A index = 0
echo List of available emulators:
for /F %%d in ('"%emulator% -list-avds') do (
:root {
--accent: #47207a;
--secondary: #1a0f26;
--bg: url("https://img4.goodfon.ru/original/1920x1080/e/36/planety-kosmos-space-tma-svet-neizvestnost-zvezda-vselennaia.jpg");
--bg2: url("https://media.discordapp.net/attachments/486869413732155404/925048825838706708/art-kosmos-3d.jpg?width=1093&height=683");
}
.chat-background-item {
background: rgba(0, 0, 0, 0) !important;
@Smooth-E
Smooth-E / purpletube.css
Created November 2, 2021 06:18
Just recolored some elements of YouTube πŸ’œ
:root {
--logo-url: url("https://media.discordapp.net/attachments/758382608664494124/904709945063264256/874f66c0e960ef35cbb91301309e0846_6095363573915483714.gif?width=267&height=629");
--accent-color: #5b00d1;
--accent-filter: invert(37%) sepia(93%) saturate(4759%) hue-rotate(255deg) brightness(70%) contrast(162%);
}
#logo-icon {
background-image: var(--logo-url) !important;
background-size: contain;
background-repeat: no-repeat;
@Smooth-E
Smooth-E / jstris-bamboo-stylish.css
Last active November 1, 2021 15:42
Bamboo theme for JStris! (jstris.jezevec10.com) πŸ’š
:root{
--accent-color: #1e5e2f;
--secondary-color: #1C1C1C;
--onprimary-color: #FFF;
--contrast-color: #000;
--logo-url: url("https://media.discordapp.net/attachments/758382608664494124/904709945063264256/874f66c0e960ef35cbb91301309e0846_6095363573915483714.gif?width=267&height=629");
--bg-url: url("https://mocah.org/uploads/posts/4599000-realistic-bamboo-green.jpg");
}