Dark pastel theme for Brackets based on the Monokai theme for Sublime Text.
For more information click here.
- Version:
1.1.0
- Compatible with Brackets:
1.3.0
and greater - Author: Ryan Fitton - Originally by Jon Schlinkert
- Author URL: https://ryanfitton.co.uk
Copy this repository into the correct location. See steps below.
Easily by opening the extensions folder within Brackets:
- Click 'Help'
- Select 'Show Extensions Folder'
- Copy into the 'User' folder
Alternatively, you can try copying to the appropriate location:
- Mac:
/Users/YOUR USER NAME/Library/Application Support/Brackets/extensions/user
- Windows:
C:Users/YOUR USER NAME/AppData/Roaming/Brackets/extensions/user
- Linux:
/home/YOUR USER NAME/.config/Brackets/extensions/user
Once copying this repository into your Brackets extensions folder, ensure the theme is enabled from within Brackets:
- Click 'File'
- Select 'Extension Manager'
- Browse the 'Installed' tab
- Click enable for the theme named 'Monokai theme for Brackets'
SASS (SCSS) is used to reduce the effort for updating and managing CSS.
Compile to the root of this repository:
/scss/monokai-theme.scss
- Compile to:/monokai-theme.css
To compile .scss files, Ruby must be installed. Install Ruby for Windows with this installer then install the SASS Ruby GEM by running gem install sass
.
Once installed, you can start compiling your scss files into css with these commands:
- style.css:
sass --watch scss/monokai-theme.scss:monokai-theme.css --style compressed
Copyright © 2017, Ryan Fitton. Released under the MIT license.