This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 = \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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"); | |
} | |