diff --git a/docs/creating-a-package.md b/docs/creating-a-package.md index a4ccb73ba..56ff03623 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -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 diff --git a/docs/creating-a-theme.md b/docs/creating-a-theme.md index 9f2f0a74a..6dd9efed7 100644 --- a/docs/creating-a-theme.md +++ b/docs/creating-a-theme.md @@ -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: