Open Twintails opened 9 years ago
see #36
:+1:
I gave up on this package due to inactivity and switched to https://github.com/DanBrooker/file-icons
i am able to use my atom styles.less and the class .icon-file-text provided in file-icons
Example: // Sass Colors @hopbush: #c69; @bouquet: #b37399; @venus: #998099; @patina: #699; @nebula: #d2e1dd; .icon-file-text { &[data-name$=".sass"] { color: @bouquet !important; } &[data-name$=".scss"] { color: @hopbush !important; } &[data-name$=".sass"]:before { color: @bouquet !important; } &[data-name$=".scss"]:before { color: @hopbush !important; } }
@Twintails, thanks for the heads up, I just switched as well and let my friends know as well.
Via Deprecation Cop: Atom 0.176.0
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)
, which returns an HTMLElement.and