§LiteIDE
§Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/SpikedPaladin/liteide.git
§Install manually
Download using the GitHub .zip download option and unzip them.
§Activating theme
Linux
- Open a terminal and execute the following:
cd dracula && ./install.sh
- Open LiteIDE
- Click
View -> Options
- On the LiteEditor item, choose
Fonts & Colors
tab, change theFile
underEditor Color Scheme
to:dracula.xml
. - Click OK.
Windows
- Copy
dracula.xml
to theliteide\share\liteide\liteeditor\color
folder. - Open LiteIDE
- Click
View -> Options
- On the LiteEditor item, choose
Fonts & Colors
tab, change theFile
underEditor Color Scheme
to:dracula.xml
. - Click OK.
OS X
- Navigate to the LiteIDE.app.
- Right-click -> Show package contents.
- Copy
dracula.xml
to theLiteIDE.app/Contents/Resources/liteeditor/color/
folder. - Open LiteIDE
- Click
LiteIDE -> Preferences...
. - On the LiteEditor item, choose
Fonts & Colors
tab, change theFile
underEditor Color Scheme
to:dracula.xml
. - Click OK.