Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpr committed Apr 21, 2016
1 parent eee3c89 commit f6fc127
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
19 changes: 14 additions & 5 deletions README.md
@@ -1,10 +1,19 @@
# JetBrains' WebStorm Default Light Syntax Theme for Atom
# JetBrains WebStorm Default Light Syntax Theme for Atom

> A port of the default syntax theme for JetBrains' Webstorm/IntelliJ IDE.
> A port of the default syntax theme from JetBrains Webstorm/IntelliJ IDEs.
![A screenshot of your theme](https://f.cloud.github.com/assets/69169/2289498/4c3cb0ec-a009-11e3-8dbd-077ee11741e5.gif)
Currently only tested for Javascript ES6/7.

## Recommended Packages

This package contains styles for these community packages:-

- [language-markdown](https://github.com/burodepeper/language-markdown)
- [language-babel](https://github.com/gandm/language-babel)
- This grammar allows much more fine-grain styling of ES6/7 Javascript.
- NOTE: I don't use this plugin because it doesn't fully support Flow.

## See Also

- atom-webstorm-ui-theme
- atom-webstorm-keymap
- [atom-webstorm-ui-theme](https://github.com/vjpr/atom-webstorm-ui-theme)
- [atom-webstorm-keymap](https://github.com/vjpr/atom-webstorm-keymap)
1 change: 0 additions & 1 deletion index.less
@@ -1,4 +1,3 @@
@import "./styles/base.less";
@import "./styles/ide-flow.less";
@import "./styles/markup-and-down.less";
// @import "./styles/es-identifier-highlight.less";
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "atom-webstorm-syntax-theme",
"theme": "syntax",
"version": "0.0.0",
"description": "JetBrains WebStorm default light UI theme",
"description": "JetBrains WebStorm Default Light Syntax Theme for Atom",
"keywords": [
"syntax",
"theme"
Expand Down

0 comments on commit f6fc127

Please sign in to comment.