This repository contains the Dracula theme source files for AndroidIDE
- "dracula" version:
- "dracula(clean background)" version:
- How to apply it?
- on your AndroidIDE, enter the terminal
- install git with the command:
pkg i git -y
- with git installed, clone this repository with the command:
git clone https://github.com/kaicsm/dracula-androidide
- enter the folder with
cd dracula-androidide
- choose which theme you want, done that use the command
mv <folder-name> $HOME/.androidide/ui/editor/schemes/
- exit the terminal with
exit
and restart AndroidIDE - go into settings -> Editor -> Schemes. the theme you chose should be there.