Fix based on matts suggestions

This commit is contained in:
Ben Ogle 2013-10-17 13:41:40 -07:00
parent 436ffd90d4
commit 89ea353d99
2 changed files with 1 additions and 3 deletions

View File

@ -123,7 +123,7 @@ is recommended).
Ideally you will not need much in the way of styling. We've provided a standard
set of components. You can view all components by opening the styleguide: open
the command palette (`cmd-p`) and search for _styleguide_ or just
`cmd-ctrl-shift-G`.
`cmd-ctrl-shift-g`.
If you do need styling, we try to keep only structural styles in the package
stylesheets. Colors and sizing should be taken from the active theme's

View File

@ -58,8 +58,6 @@ There are only two differences between interface and syntax themes - what
they target and what they provide. Interface themes only target elements which
are outside of the editor and **must** provide a `ui-variables.less` file which
contains all of the variables provided by the [core themes][ui-variables].
Syntax themes don't need to provide any variables to other themes and only
target elements within the editor.
To create a UI theme, do the following: