Code Monkey home page Code Monkey logo

neon-syntax's People

Contributors

anomaly256 avatar emberquill avatar stfloyd avatar youknowbagu avatar zimme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

neon-syntax's Issues

No CSS?

It works ok on HTML and JS, but when i try to write some css everything in { } is normal text.
Is this thing a bug or that is normal behavior ?

selection is not visible

default selection for Neon syntax wont show up, tried adding neon selection and is still not visible, also tried editing in application stylesheet and as like before it is still not visible.

Change colors of HTML tags?

Hello, first of all this is such a nice theme for Atom, I would like to ask a question.. Color scheme for .js is very colorful and it has a lot of glowing and highlighted tags, on other side .html has a bad colors in my opinion, so my question is how can I copy same colors for .html tags. Keep in mind I would love to all tags glow as in .js. Ill provide picture about it.
atommm

Autocomplete popup position

For a while now, the Autocomplete popup has been misaligned:

Screenshot 2020-02-27 at 16 06 18

I tested this on a fresh install of Atom only with this syntax theme installed.

Deprecated selector in `neon-syntax/index.less`

In neon-syntax/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, :host => atom-text-editor,atom-text-editor

  • atom-text-editor .invisible-character, :host .invisible-character => atom-text-editor .invisible-character,atom-text-editor .invisible-character

  • atom-text-editor .indent-guide, :host .indent-guide => atom-text-editor .indent-guide,atom-text-editor .indent-guide

  • atom-text-editor .wrap-guide, :host .wrap-guide => atom-text-editor .wrap-guide,atom-text-editor .wrap-guide

  • atom-text-editor .gutter, :host .gutter => atom-text-editor .gutter,atom-text-editor .gutter

  • atom-text-editor .gutter .line-number.cursor-line, :host .gutter .line-number.cursor-line => atom-text-editor .gutter .line-number.cursor-line,atom-text-editor .gutter .line-number.cursor-line

  • atom-text-editor .gutter .line-number.cursor-line-no-selection, :host .gutter .line-number.cursor-line-no-selection => atom-text-editor .gutter .line-number.cursor-line-no-selection,atom-text-editor .gutter .line-number.cursor-line-no-selection

  • atom-text-editor .search-results .marker .region, :host .search-results .marker .region => atom-text-editor .search-results .syntax--marker .region,atom-text-editor .search-results .syntax--marker .region

  • atom-text-editor .search-results .marker.current-result .region, :host .search-results .marker.current-result .region => atom-text-editor .search-results .syntax--marker.current-result .region,atom-text-editor .search-results .syntax--marker.current-result .region

  • atom-text-editor.is-focused .cursor, :host .cursor => atom-text-editor.is-focused .cursor,atom-text-editor .cursor

  • atom-text-editor.is-focused .selection .region, :host .selection .region => atom-text-editor.is-focused .selection .region,atom-text-editor .selection .region

  • atom-text-editor.is-focused .line-number.cursor-line-no-selection, :host .line-number.cursor-line-no-selection, atom-text-editor.is-focused .line.cursor-line, :host .line.cursor-line => atom-text-editor.is-focused .line-number.cursor-line-no-selection,atom-text-editor .line-number.cursor-line-no-selection, atom-text-editor.is-focused .line.cursor-line,atom-text-editor .line.cursor-line

  • .comment => .syntax--comment

  • .string => .syntax--string

  • .constant.numeric => .syntax--constant.syntax--numeric

  • .constant.character, .constant.other => .syntax--constant.syntax--character, .syntax--constant.syntax--other

  • .constant.language => .syntax--constant.syntax--language

  • .storage => .syntax--storage

  • .meta.function-call => .syntax--meta.syntax--function-call

  • .support.function => .syntax--support.syntax--function

  • .variable.other.external-symbol => .syntax--variable.syntax--other.external-symbol

  • .variable.language, .variable.other => .syntax--variable.syntax--language, .syntax--variable.syntax--other

  • .variable.parameter => .syntax--variable.syntax--parameter

  • .keyword => .syntax--keyword

  • .entity.name.type => .syntax--entity.syntax--name.syntax--type

  • .entity.name.class => .syntax--entity.syntax--name.syntax--class

  • .entity.name.structure => .syntax--entity.syntax--name.syntax--structure

  • .entity.name.tag => .syntax--entity.syntax--name.syntax--tag

  • .entity.name.function => .syntax--entity.syntax--name.syntax--function

  • .entity.name.function.io => .syntax--entity.syntax--name.syntax--function.syntax--io

  • .entity.name.function.misc => .syntax--entity.syntax--name.syntax--function.syntax--misc

  • .entity.name.function.predicate => .syntax--entity.syntax--name.syntax--function.syntax--predicate

  • .entity.other.attribute-name => .syntax--entity.syntax--other.syntax--attribute-name

  • .meta.class, .entity.name.class, .entity.name.type.class => .syntax--meta.syntax--class, .syntax--entity.syntax--name.syntax--class, .syntax--entity.syntax--name.syntax--type.syntax--class

  • .support.class => .syntax--support.syntax--class

  • .invalid => .syntax--invalid

  • .string .source => .syntax--string .syntax--source

  • .entity.name.tag => .syntax--entity.syntax--name.syntax--tag

  • .markup.heading => .syntax--markup.syntax--heading

  • .markup.italic => .syntax--markup.syntax--italic

  • .markup.bold => .syntax--markup.syntax--bold

  • .markup.underline => .syntax--markup.syntax--underline

  • .gfm .link .entity => .syntax--gfm .syntax--link .syntax--entity

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.

Unexpected text-shadow behaviour.

Hi, sorry for disturbing but I was trying to give some strenght to the Monokai syntax theme mixing your theme with the Monokai one.

I opted for this configuration to get the effect I wanted to:

@opacity: 0.8;
@blur: 0.05px;
@contrast: 150%;
@saturation: 150%;

But as you can see here, I'm having some unexpected behaviours at the lines 35, 68 and 70:

The line 35 problems comes when I uncomment this line and the 68 and 70 when I uncomment this line.

I actually know nothing about .less , .css or those things... So, could you help me with that please?

Thanks! ^^

adjusting blur

I apologize if this is obvious, but how exactly do i access the css for the neon theme?

I only know how to get to the atom style sheet.

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.