Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

ryanfitton/monokai-theme-for-brackets

Repository files navigation

Monokai theme for Brackets

Dark pastel theme for Brackets based on the Monokai theme for Sublime Text.

For more information click here.

Installation

Copy this repository into the correct location. See steps below.

Easily by opening the extensions folder within Brackets:

  1. Click 'Help'
  2. Select 'Show Extensions Folder'
  3. 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:

  1. Click 'File'
  2. Select 'Extension Manager'
  3. Browse the 'Installed' tab
  4. Click enable for the theme named 'Monokai theme for Brackets'

Screenshots

CSS styling: IMAGE

HTML styling: IMAGE

Markdown styling: IMAGE

SASS (SCSS) file compiling

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

License

Copyright © 2017, Ryan Fitton. Released under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages