How to Install Black Candy on Manjaro
Black Candy is a simple and responsive dark syntax theme for Atom and a few other text editors. This tutorial will guide you through the installation process for Black Candy on Manjaro using Atom.
Prerequisites
Before you start with the installation process, ensure that you have the following:
- A working Manjaro installation
- Atom installed on your system
Installation Process
- Open the terminal application by pressing Ctrl + Alt + T.
- Install the
apmpackage manager by running the following command:
sudo pacman -S atom-editor-bin
- Install the
black-candy-uipackage using the following command:
apm install black-candy-ui
- Install the
black-candy-syntaxpackage using the following command:
apm install black-candy-syntax
- In Atom, select Atom > Preferences (or press Ctrl + ,) from the menu bar to open the preferences window.
- From the left-hand side menu, select the Themes section.
- Click on the UI Theme dropdown and select Black Candy.
- Click on the Syntax Theme dropdown and select Black Candy.
- Close the preferences window by clicking X or pressing Ctrl + w.
That's it! You have successfully installed and set up Black Candy on Atom running on Manjaro. Enjoy your new theme!