Giter Site home page Giter Site logo

chromodynamics's Introduction

Chromodynamics apm Package Control VSM

This is a color theme for Sublime Text, Atom, and Visual Studio Code.

The Python source code in the screenshot is highlighted with MagicPython.

Installation Instructions

In Sublime Text install the Chromodynamics package with "Package Control".

In Atom find the Chromodynamics theme, install it, and enable via Themes / Syntax Theme.

In Visual Studio Code find the Chromodynamics theme, install it, and enable via the Preferences: Color Theme command.

chromodynamics's People

Contributors

1st1 avatar elprans avatar reverbc 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  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

chromodynamics's Issues

Deprecated selector in `Chromodynamics/index.less`

In Chromodynamics/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 .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 .wrap-guide, :host .wrap-guide => atom-text-editor .wrap-guide,atom-text-editor .wrap-guide

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

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

  • 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(.is-focused) .cursor => atom-text-editor.is-focused .cursor,atom-text-editor .cursor

  • atom-text-editor.is-focused .selection .region, :host(.is-focused) .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, atom-text-editor.is-focused .line.cursor-line, :host(.is-focused) .line-number.cursor-line-no-selection, :host(.is-focused) .line.cursor-line => atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-editor.is-focused .line.cursor-line,atom-text-editor .line-number.cursor-line-no-selection,atom-text-editor .line.cursor-line

  • .text, .source => .syntax--text, .syntax--source

  • .comment => .syntax--comment

  • .string => .syntax--string

  • .string.quoted.docstring => .syntax--string.syntax--quoted.syntax--docstring

  • .string.quoted.docstring .string => .syntax--string.syntax--quoted.syntax--docstring .syntax--string

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

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

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

  • .keyword => .syntax--keyword

  • .comment.line.note, .string.quoted.docstring.note => .syntax--comment.line.syntax--note, .syntax--string.syntax--quoted.syntax--docstring.syntax--note

  • .storage => .syntax--storage

  • .storage.type => .syntax--storage.syntax--type

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

  • .entity.other.inherited-class => .syntax--entity.syntax--other.syntax--inherited-class

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

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

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

  • .entity.name.tag, .keyword.doctype.xml => .syntax--entity.syntax--name.syntax--tag, .syntax--keyword.syntax--doctype.syntax--xml

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

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

  • .support.constant => .syntax--support.syntax--constant

  • .support.type => .syntax--support.syntax--type

  • .support.class, .support.other, .support.variable => .syntax--support.syntax--class, .syntax--support.syntax--other, .syntax--support.syntax--variable

  • .invalid => .syntax--invalid

  • .invalid.deprecated => .syntax--invalid.syntax--deprecated

  • .meta.structure.dictionary.json .string.quoted.double.json => .syntax--meta.syntax--structure.syntax--dictionary.syntax--json .syntax--string.syntax--quoted.syntax--double.syntax--json

  • .meta.diff, .meta.diff.header => .syntax--meta.syntax--diff, .syntax--meta.syntax--diff.syntax--header

  • .markup.deleted => .syntax--markup.syntax--deleted

  • .markup.inserted => .syntax--markup.syntax--inserted

  • .markup.changed => .syntax--markup.syntax--changed

  • .variable.language.special, .variable.parameter.function.language.special => .syntax--variable.syntax--language.syntax--special, .syntax--variable.syntax--parameter.syntax--function.syntax--language.syntax--special

  • .comment.typehint => .syntax--comment.syntax--typehint

  • .comment.typehint.ignore => .syntax--comment.syntax--typehint.syntax--ignore

  • .comment.typehint.type => .syntax--comment.syntax--typehint.syntax--type

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.

White tabs in Atom

Most of the general syntax highlighting is broken and worst of all - all tabs turn white.

VS Code Compatibility

@1st1 You've asked me to open a compatibility issue here, and there you go.

For personal use I've used the instructions at here to make a compatible duplicate of the color theme. After copying to the extensions folder of VS Code, it worked without fuss.

Font used in image on page

What was the font used in the example image? It is a nice font, could you maybe mention the font used in the README.md?

The bracket-matcher package

For some reason it seems like the bracket-matcher package isn't working with this theme. At least not in active windows. Turning off the chromodynamics syntax theme immediately restores the package to functioning order though.

What can I do?

VSCode extension - 2018

Hi

Would you be able to accept the pull request to enable VSCode support? MagicPython extension is great and it points out the benefits of the chromeodynamics theme - I'm sure lots of VSCode users like me would like to use the theme! Thanks

ChromoDynamics V2

This isn't really an issue. Just wanted to say I changed the colors on this theme so its more brighter and vibrant colors. I modified it and it turned out extremely great. I was wondering if you can check it out I will leave a couple of screenshots and even the link for it as i published it on vscode but not taking credit for anything. I truly enjoy the making of this theme youse created. All I honestly did was change most of the hex colors to my own preference nothing more. Hope you like it.
https://marketplace.visualstudio.com/items?itemName=yousefabuz17.ChromodynamicsV2&ssr=false#overview

Screen Shot 2020-08-13 at 10 42 39 PM

Screen Shot 2020-08-13 at 10 43 25 PM

Screen Shot 2020-08-13 at 10 59 35 PM

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.