yosemite-unity-ui icon indicating copy to clipboard operation
yosemite-unity-ui copied to clipboard

An Atom theme for a more native experience on OS X 10.10 Yosemite - DEPRECATED

Results 14 yosemite-unity-ui issues
Sort by recently updated
recently updated
newest added

Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.3.13`) of this package: 1. Requiring `$` from `atom`...

Store package style sheets in the `styles/` directory instead of `stylesheets/` in the `yosemite-unity-ui` package ``` ThemePackage.getStylesheetsPath (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:460:9) ThemePackage.getStylesheetPaths (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:471:32) ThemePackage.loadStylesheets (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:453:38) (/Applications/Atom.app/Contents/Resources/app.asar/src/theme-package.js:47:19) ThemePackage.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:163:15) ThemePackage.activate (/Applications/Atom.app/Contents/Resources/app.asar/src/theme-package.js:43:12) ```

I activated the theme and got the following error: **Atom Version**: 0.194.0 :warning: **in 1.0 API Preview Mode** :warning: **System**: Mac OS X 10.10.2 **Thrown From**: [yosemite-unity-ui](https://github.com/k9ordon/yosemite-unity-ui) package, v0.3.13 ###...

In index.less: Style elements within text editors using the `atom-text-editor::shadow` selector or the `.atom-text-editor.less` file extension. If you want to target overlay elements, target them directly or as descendants of...

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...

I investigated Safari's tabs a little bit more and recognized that there are some soft transitions being used to make tabs feel even more elegant, while hovering the tabs with...

The commands overflow the bottom of the container when scrolling, and they appear to overlay the input field. ![screen shot 2014-12-26 at 3 33 40 pm](https://cloud.githubusercontent.com/assets/6372893/5559489/14ad164a-8d15-11e4-8e85-e9a29f183141.png)

It appears that when enabling this theme, it hides the wrap guide in the editor. Setting an override color for `.editor .wrap-guide` selector does not effect it.

Tabs with modifications differ only slightly from tabs without: The X on hover is darkblue (modifications) compared to black (no modifications). This is IMHO too sublte to be useful. Any...