Giter VIP home page Giter VIP logo

atom-dark-sexy-dim-ui-theme's People

Watchers

 avatar  avatar

atom-dark-sexy-dim-ui-theme's Issues

Failed to activate the atom-dark-sexy-dim-ui-theme theme

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.34.0 x64
Electron: 2.0.16
OS: Zorin OS
Thrown From: atom-dark-sexy-dim-ui-theme package 0.1.4

Stack Trace

Failed to activate the atom-dark-sexy-dim-ui-theme theme

At variable @white is undefined in /home/agif/.atom/packages/atom-dark-sexy-dim-ui-theme/styles/_fonts/seti.less:144:1

LessError: variable @white is undefined
at /home/agif/.atom/packages/atom-dark-sexy-dim-ui-theme/styles/_fonts/seti.less:144:1

Commands

Non-Core Packages

atom-beautify 0.33.4 
atom-dark-sexy-dim-ui-theme 0.1.4 
atom-material-ui 2.1.3 
atom-panda-syntax 0.18.0 
atom-ternjs 0.18.3 
atom-transpose 0.3.5 
atom-updater-linux 1.3.0 
atom-wrap-in-tag 0.6.0 
atomic-design-ui 1.2.1 
autoclose-html 0.23.0 
autocomplete-modules 2.2.6 
busy-signal 2.0.0 
case-keep-replace 0.6.2 
city-lights-ui 1.5.3 
color-picker 2.3.0 
dash-ui 0.4.4 
es6-javascript 1.0.0 
file-icons 2.1.28 
fonts 3.2.0 
framer-ui 2.0.0 
git-plus 8.4.2 
highlight-selected 0.14.0 
hyperclick 0.1.5 
in-rainbows-syntax 0.3.0 
intentions 1.1.5 
isotope-ui 2.8.5 
js-hyperclick 1.17.0 
language-babel 2.85.0 
linter 2.0.0 
linter-eslint 8.5.0 
linter-ui-default 1.7.1 
local-history 4.3.1 
native-ui 0.27.0 
nebula-syntax 0.4.5 
nebula-ui 0.9.3 
one-dark-rainbow-syntax 1.0.0 
pigments 0.40.2 
prettier-atom 0.56.2 
react-es7-snippets 0.3.13 
styri-syntax 1.0.0 
sync-settings 0.8.6 
toggle-quotes 1.1.3 

Deprecated selector in `atom-dark-sexy-dim-ui-theme\index.less`

In atom-dark-sexy-dim-ui-theme\index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor::shadow atom-overlay => atom-text-editor.editor atom-overlay

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] => atom-text-editor.editor atom-overlay atom-text-editor[mini]

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .text.plain => atom-text-editor.editor atom-overlay atom-text-editor[mini] .syntax--text.syntax--plain

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .highlights .highlight.selection .region => atom-text-editor.editor atom-overlay atom-text-editor[mini] .highlights .highlight.selection .region

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .lines .cursors .cursor => atom-text-editor.editor atom-overlay atom-text-editor[mini] .lines .cursors .cursor

  • atom-text-editor::shadow atom-overlay .corrections => atom-text-editor.editor atom-overlay .corrections

  • atom-text-editor::shadow atom-overlay .list-group => atom-text-editor.editor atom-overlay .list-group

  • atom-text-editor::shadow atom-overlay .list-group li => atom-text-editor.editor atom-overlay .list-group li

  • atom-text-editor::shadow atom-overlay .autocomplete-suggestion-list .list-group .selected => atom-text-editor.editor atom-overlay .autocomplete-suggestion-list .list-group .selected

  • atom-text-editor::shadow atom-overlay .autocomplete-suggestion-list .list-group => atom-text-editor.editor atom-overlay .autocomplete-suggestion-list .list-group

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected => atom-text-editor.editor atom-overlay .corrections .list-group .selected

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected:before => atom-text-editor.editor atom-overlay .corrections .list-group .selected:before

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected::before, atom-text-editor::shadow atom-overlay .corrections .list-tree .selected::before => atom-text-editor.editor atom-overlay .corrections .list-group .selected::before, atom-text-editor.editor atom-overlay .corrections .list-tree .selected::before

  • atom-text-editor::shadow atom-overlay .error-message => atom-text-editor.editor atom-overlay .error-message

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Deprecated selector in `atom-dark-sexy-dim-ui-theme/index.less`

In atom-dark-sexy-dim-ui-theme/index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor::shadow atom-overlay => atom-text-editor.editor atom-overlay

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] => atom-text-editor.editor atom-overlay atom-text-editor[mini]

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .text.plain => atom-text-editor.editor atom-overlay atom-text-editor[mini] .syntax--text.syntax--plain

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .highlights .highlight.selection .region => atom-text-editor.editor atom-overlay atom-text-editor[mini] .highlights .highlight.selection .region

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .lines .cursors .cursor => atom-text-editor.editor atom-overlay atom-text-editor[mini] .lines .cursors .cursor

  • atom-text-editor::shadow atom-overlay .corrections => atom-text-editor.editor atom-overlay .corrections

  • atom-text-editor::shadow atom-overlay .list-group => atom-text-editor.editor atom-overlay .list-group

  • atom-text-editor::shadow atom-overlay .list-group li => atom-text-editor.editor atom-overlay .list-group li

  • atom-text-editor::shadow atom-overlay .autocomplete-suggestion-list .list-group .selected => atom-text-editor.editor atom-overlay .autocomplete-suggestion-list .list-group .selected

  • atom-text-editor::shadow atom-overlay .autocomplete-suggestion-list .list-group => atom-text-editor.editor atom-overlay .autocomplete-suggestion-list .list-group

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected => atom-text-editor.editor atom-overlay .corrections .list-group .selected

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected:before => atom-text-editor.editor atom-overlay .corrections .list-group .selected:before

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected::before, atom-text-editor::shadow atom-overlay .corrections .list-tree .selected::before => atom-text-editor.editor atom-overlay .corrections .list-group .selected::before, atom-text-editor.editor atom-overlay .corrections .list-tree .selected::before

  • atom-text-editor::shadow atom-overlay .error-message => atom-text-editor.editor atom-overlay .error-message

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Deprecated selector in `atom-dark-sexy-dim-ui-theme\index.less`

In atom-dark-sexy-dim-ui-theme\index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor::shadow atom-overlay => atom-text-editor.editor atom-overlay

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] => atom-text-editor.editor atom-overlay atom-text-editor[mini]

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .text.plain => atom-text-editor.editor atom-overlay atom-text-editor[mini] .syntax--text.syntax--plain

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .highlights .highlight.selection .region => atom-text-editor.editor atom-overlay atom-text-editor[mini] .highlights .highlight.selection .region

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .lines .cursors .cursor => atom-text-editor.editor atom-overlay atom-text-editor[mini] .lines .cursors .cursor

  • atom-text-editor::shadow atom-overlay .corrections => atom-text-editor.editor atom-overlay .corrections

  • atom-text-editor::shadow atom-overlay .list-group => atom-text-editor.editor atom-overlay .list-group

  • atom-text-editor::shadow atom-overlay .list-group li => atom-text-editor.editor atom-overlay .list-group li

  • atom-text-editor::shadow atom-overlay .autocomplete-suggestion-list .list-group .selected => atom-text-editor.editor atom-overlay .autocomplete-suggestion-list .list-group .selected

  • atom-text-editor::shadow atom-overlay .autocomplete-suggestion-list .list-group => atom-text-editor.editor atom-overlay .autocomplete-suggestion-list .list-group

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected => atom-text-editor.editor atom-overlay .corrections .list-group .selected

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected:before => atom-text-editor.editor atom-overlay .corrections .list-group .selected:before

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected::before, atom-text-editor::shadow atom-overlay .corrections .list-tree .selected::before => atom-text-editor.editor atom-overlay .corrections .list-group .selected::before, atom-text-editor.editor atom-overlay .corrections .list-tree .selected::before

  • atom-text-editor::shadow atom-overlay .error-message => atom-text-editor.editor atom-overlay .error-message

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Deprecated selector in `atom-dark-sexy-dim-ui-theme/index.less`

In atom-dark-sexy-dim-ui-theme/index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor::shadow atom-overlay => atom-text-editor.editor atom-overlay

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] => atom-text-editor.editor atom-overlay atom-text-editor[mini]

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .text.plain => atom-text-editor.editor atom-overlay atom-text-editor[mini] .syntax--text.syntax--plain

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .highlights .highlight.selection .region => atom-text-editor.editor atom-overlay atom-text-editor[mini] .highlights .highlight.selection .region

  • atom-text-editor::shadow atom-overlay atom-text-editor[mini] .lines .cursors .cursor => atom-text-editor.editor atom-overlay atom-text-editor[mini] .lines .cursors .cursor

  • atom-text-editor::shadow atom-overlay .corrections => atom-text-editor.editor atom-overlay .corrections

  • atom-text-editor::shadow atom-overlay .list-group => atom-text-editor.editor atom-overlay .list-group

  • atom-text-editor::shadow atom-overlay .list-group li => atom-text-editor.editor atom-overlay .list-group li

  • atom-text-editor::shadow atom-overlay .autocomplete-suggestion-list .list-group .selected => atom-text-editor.editor atom-overlay .autocomplete-suggestion-list .list-group .selected

  • atom-text-editor::shadow atom-overlay .autocomplete-suggestion-list .list-group => atom-text-editor.editor atom-overlay .autocomplete-suggestion-list .list-group

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected => atom-text-editor.editor atom-overlay .corrections .list-group .selected

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected:before => atom-text-editor.editor atom-overlay .corrections .list-group .selected:before

  • atom-text-editor::shadow atom-overlay .corrections .list-group .selected::before, atom-text-editor::shadow atom-overlay .corrections .list-tree .selected::before => atom-text-editor.editor atom-overlay .corrections .list-group .selected::before, atom-text-editor.editor atom-overlay .corrections .list-tree .selected::before

  • atom-text-editor::shadow atom-overlay .error-message => atom-text-editor.editor atom-overlay .error-message

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.