Notepad++ with Material Black Theme
Go to %AppData%\Notepad++\themes Place Material-Black.xml inside that folder and restart Notepad++ Dracula will be available in Settings > Style Configurator Download file Material-Black.xml
Go to %AppData%\Notepad++\themes Place Material-Black.xml inside that folder and restart Notepad++ Dracula will be available in Settings > Style Configurator Download file Material-Black.xml
Command to list apks on device: adb shell pm list packages Command to remove apk from device: adb shell pm uninstall -k --user 0 XX where XX is the package…