- Color Scheme - A refreshingly new color scheme that looks good with Night Light enabled.
- Theme - A mix of the good from the official sublime theme and Sublime Meetio theme, with some additions.
In order to activate the theme and color scheme:
- Navigate to the
.config/subime-text/Packages/
folder using:cd /home/<user-name>/.config/sublime-text/Packages/
- Clone this git repository in the current folder using:
git clone https://github.com/sowmyamanojna/NightLight-Sublime-Theme.git
- Check if the
Theme - Default/
folder exists:- If the folder doesn't exist, create the folder and move the Night Light theme into the folder.
mkdir Theme\ -\ Default/ mv NightLight-Sublime-Theme/ Theme\ -\ Default/nightlight
- Else, move the Night Light theme into the
Theme - Default/
folder.mv NightLight-Sublime-Theme/ Theme\ -\ Default/nightlight
- If the folder doesn't exist, create the folder and move the Night Light theme into the folder.
- In order to activate the nightlight color scheme, navigate back to the
.config/subime-text/Packages/
folder and check if theColor Scheme - Default
folder exists.- If the folder doesn't exist, create the folder and move the nightlight color scheme into the folder.
mkdir Color\ Scheme\ -\ Default/
- Else, move the Night Light color scheme into the
Color Scheme - Default/
folder.
- If the folder doesn't exist, create the folder and move the nightlight color scheme into the folder.
- In order to have better icons, install the
A File Icon
package. - Now the Night Light theme is set up. 😄