Code Monkey home page Code Monkey logo

night-owl-jetbrains's Introduction

owl

Night Owl

Night owl theme and colour scheme for IntelliJ®, Webstorm® and other Jetbrains® IDEs 🎃

Adaption of Sarah Drasner's Night Owl VSCode theme for Webstorm® and IntelliJ® based on Material UI Jetbrains and Rainbow Brackets. Due to the syntax highlighting for Jetbrains® IDE's being slightly different, the highlighting won't 100% reproduce that of the VS Code plugin, but it's very similar. You can vote to help with this.

Screenshot

Screenshot: Webstorm 2018.2 on macOS Sierra

Screenshot font: Fira Code 14pt (+font ligatures)

Support

So far there is support for Java, Python, Javascript, PHP, Typescript with React and Angular, feel free to PR for more 😄

  • Javascript
  • ReactJS
  • Typescript
  • Angular
  • Java
  • Python
  • PHP
  • Vue
  • SCSS
  • Other languages

Installation

The plugin is now available on the Jetbrains plugin repository 🌟. Before installing ensure that Material Theme UI and Rainbow Brackets are both installed

  1. Install Material Theme UI and Rainbow Brackets by going to Preferences under Plugins and click Browse Repositories, to search and install (Preferences > Plugins > Browse Repositories)

    Step 2

  2. Install Night Owl Theme in the same way

  3. Restart your IDE

  4. Activate by going to Tools > Material Theme > Material Theme Chooser > External Themes > Night Owl Theme

Adjust as needed from Material UI settings in Preferences, or adjust colors from Color Scheme in Preferences.

Curent Themes

  • Night Owl
  • Night Owl Carbon
  • Light Owl

Colour Scheme Only

A colour scheme only release (theme not included) can be found under Releases

Credits

Trademarks

Jetbrains®, IntelliJ®, Webstorm® are trademarks of their respective owners. Use of them does not imply any affiliation with or endorsement by them. 

License

Copyright 2019 xdrop

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

night-owl-jetbrains's People

Contributors

dpromanko avatar izhangzhihao avatar mallowigi avatar xdrop 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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

night-owl-jetbrains's Issues

[Rainbow Brackets] Migrate to new color schemes

Expected Behaviour

Using the color scheme style of definition rather not the old way, some examples are here.

Currently, Rainbow Brackets have some migration code so that the old way still works, but the migration code of Rainbow Brackets will be removed in future.

Changes will make an effect on currently supported versions.

Removing font ligatures in Night Owl

Hello,

Is there a way to remove code ligatures that display for example != as =/= in the theme on Pycharm? My default Font setting has these disabled and yet I am still getting it.

Thank you.

Not compatible with the new EAP release

Can't be found and installed from marketplace page in EAP release and also has the message about negative compatibility with this version of IDE when trying to install plugin from disk.

WebStorm 2018.3 EAP
Build #WS-183.3795.15, built on October 17, 2018
WebStorm EAP User
Expiration date: November 16, 2018
JRE: 1.8.0_152-release-1343-b12 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6

Compatibility Release for IDEA 2022.3 +

Expected Behaviour

  • I can install and enable the theme in a current version of IDEA applications (IntelliJ IDEA, PhpStorm etc.)

Current Behaviour

  • The enable button is not clickable in the plugins view.
  • The theme is not available as a theme in PhpStorm.

System details

Plugin Version: 1.5.9

PhpStorm 2022.3
Build #PS-223.7571.212, built on December 1, 2022
Runtime version: 17.0.5+1-b653.14 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Ubuntu 22.04.1 LTS x86_64 GNU/Linux 5.15.0

Disable Italics

There is a way to disable italics like the VSCode version?

Updates in the theming API

Hi, I'm reaching you because you are the only one I'm aware of who is using my Theming API. From version 3.8.0 I'm changing the format a bit with the following changes:

  • moving accentColor and excludedColor under the colors node. It makes much more sense.

This will look like this:

<mtTheme>
  <id>custom</id>
  <editorColorsScheme>custom</editorColorsScheme>
  <dark>true</dark>
  <name>Custom</name>
  <colors>
    <color id="excluded" value="1f292dff"/>
    <color id="accent" value="009688ff"/>
    <color id="notifications" value="1e272cff"/>
    <color id="highlight" value="425b67ff"/>
    <color id="treeSelection" value="546e7a50"/>
    <color id="secondBorder" value="2a373eff"/>
    <color id="tableSelected" value="314549ff"/>
    <color id="contrast" value="151a1eff"/>
    <color id="disabled" value="415967ff"/>
    <color id="secondaryBackground" value="32424aff"/>
    <color id="button" value="2e3c43ff"/>
    <color id="selectionForeground" value="ffffffff"/>
    <color id="selectionBackground" value="32424aff"/>
    <color id="text" value="607d8bff"/>
    <color id="foreground" value="ff000aff"/>
    <color id="background" value="436a0eff"/>
  </colors>
  <themeId>custom</themeId>
</mtTheme>

You can add them for future use while still keeping the old keys for the time being.

Also, since 2019.1 Jetbrains gave the opportunity to theme up the editor scrollbars from the color scheme rather than from the theme (this also means that they don't benefit from the "Accent scrollbars" feature). These are the new keys:

 <option name="ScrollBar.thumbBorderColor" value="009688C0" mac="009688C0"/>
        <option name="ScrollBar.thumbColor" value="009688C0" mac="009688C0"/>
        <option name="ScrollBar.hoverThumbBorderColor" value="009688FF" mac="009688FF"/>
        <option name="ScrollBar.hoverThumbColor" value="009688FF" mac="009688FF"/>
        <option name="ScrollBar.Transparent.thumbBorderColor" value="00968880" mac="00968880"/>
        <option name="ScrollBar.Transparent.thumbColor" value="00968880" mac="00968880"/>
        <option name="ScrollBar.Transparent.hoverThumbBorderColor" value="009688c0" mac="009688c0"/>
        <option name="ScrollBar.Transparent.hoverThumbColor" value="009688c0" mac="009688c0"/>

        <option name="ScrollBar.Mac.thumbBorderColor" value="009688C0" mac="009688C0"/>
        <option name="ScrollBar.Mac.thumbColor" value="009688C0" mac="009688C0"/>
        <option name="ScrollBar.Mac.hoverThumbBorderColor" value="009688FF" mac="009688FF"/>
        <option name="ScrollBar.Mac.hoverThumbColor" value="009688FF" mac="009688FF"/>
        <option name="ScrollBar.Mac.Transparent.thumbBorderColor" value="00968880" mac="00968880"/>
        <option name="ScrollBar.Mac.Transparent.thumbColor" value="00968880" mac="00968880"/>
        <option name="ScrollBar.Mac.Transparent.hoverThumbBorderColor" value="009688c0" mac="009688c0"/>
        <option name="ScrollBar.Mac.Transparent.hoverThumbColor" value="009688c0" mac="009688c0"/>

Please add them to your color schemes as well.

Compatibility issues with lower version of Rainbow Brackets

If someone has already installed an older version Rainbow Brackets (confirmed with 5.8.1) and tries to install this plugin, they get a big exception when they try to restart their IDE about RainbowifyKotlinFunctionLiteralBracesAndArrow not being a method of the settings class (since it was introduced in 5.8.2), and disables the plugin requiring another restart.

I was wondering @izhangzhihao if you have any ideas on how to resolve this and make the experience a bit better.

I was thinking instead of using the rainbow brackets settings API itself maybe find out where the location of the XML config file is and then update that file instead. Not sure though, if IntelliJ has any way to find out the directory of that since it varies per operating system.

VCS line status

Hello, I noticed that VCS line status are not configured in the color schemes.

image

Night Owl Theme: 1.3.1
Pycharm: 2018.2.1 Pro

All vcs / git changes have dissapearred

Now I've installed material ui and night owl theme. All the git vcs changes shown in the gutter (and by files in the file tree) have dissapeared.
This looks to be a bug as these are enabled in settings (see pic below).

Smoother Uninstall

Hey hey :)

I tried this plugin out, but I decided I liked my own customized Material UI theme and wanted to go back. However, when I uninstalled the plugin, my previous settings were not restored properly. For example, my color scheme settings for Braces are being completely ignored, and I'm stuck with the colors provided by this theme.

In addition, I've lost my run / debug bar as well, which is really crucial for my workflow, and even after restoring the settings for menus it won't reappear.

Not sure what happened, but it would be great if this plugin had a better story for uninstalling! At this point, I simply had to wipe out my Intellij settings directory entirely and started from scratch. Was a bit of a bummer / lost a bit of time on this one.

Thanks for any help / improvements in this area!

Update: Had a quick look at the code. Overall, I think it might be cool if this plugin didn't disable things like the navigation bar, status bar, etc... I feel like it should provide the Night Owl color scheme, and the user should remain in control of what's shown. Was a big reason I uninstalled in the first place -- I wanted a new color scheme, similar to material UI, but I had specifically chosen my own layout that worked for me and was surprised this plugin changed all of that without warning.

Request: Better syntax highlighting for Clojure

Hello

First of all, nice port of the original theme for IDEA. I only wish it had better support for Clojure language. Now function calls are highlighted as keywords and keywords are not highlighted at all, which feels incorrect.

I fine-tuned the theme a bit for Clojure and I believe others might like it too. However, I have no idea how to export the modifications out of IDEA to be PR friendly. Can you help with this?

Don't show the mark at Select Deployment Target

Expected Behaviour

  • show the right mark at the Select Deployment Target Dialog Box at Android Studio_

Current Behaviour

  • Don't show the right mark at the Select Deployment Target Dialog Box at Android Studio _
    Uploading Untitled.jpg…

System details

Android Studio 3.3
Build #AI-182.5107.16.33.5199772, built on December 25, 2018
JRE: 1.8.0_152-release-1248-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

No visual guides appear

In Preferences -> Editor -> Code Style it is possible to set visual guides which display a vertical bar indicating the specified column width. However, they do not appear with the Night Owl theme. Only the guide for the Hard wrap at setting appears.

Here are my settings:
screen shot 2019-01-06 at 8 20 52 pm
This is what it looks like with a standard Material theme selected:

screen shot 2019-01-06 at 8 19 34 pm

This is what it looks like with Night Owl:

screen shot 2019-01-06 at 8 20 08 pm

I am not very familiar with writing themes for Jetbrains IDEs, however it seems to me that this is being caused because the color for these visual guides is not specified. For example, line 77 in src/main/resources/colors/NightOwl.xml is:

        <option name="VISUAL_INDENT_GUIDE" value=""/>

On the other hand, the hard wrap guide does work because its color is properly specified on line 55:

        <option name="INDENT_GUIDE" value="34324a"/>

This issue exists in:

  • src/main/resources/colors/NightOwlCarbonNoItalic.xml
  • src/main/resources/colors/NightOwl.xml
  • src/main/resources/colors/NightOwlCarbon.xml
  • src/main/resources/colors/NightOwlNoItalic.xml

If there's a reason for this I'm unaware of, let me know.

Almost invisible color for project directories containing changed files

There seems to be a problem with the "Night Owl Carbon" theme.
I love this theme, but I have the problem that the directory names of directories containing changed files are almost invisible, and I didn't find a way to change their color.

See this screenshot as an example:
ProjectExplorerColors

I would expect a color that has a better visibility with the carbon theme's background.

IDE Version: WebStorm 2019.1.1
Material Theme UI Plugin v3.9.2
Night Owl Theme v1.4.0
using Windows 10

Colors are not applied in pom.xml files

Expected Behaviour

Colors are applied in pom.xml files instead of current dark-grey color.

Current Behaviour

Open maven project in IntelliJ with Night-Owl theme,pom.xml is not rendered,e.g. colors are not applied to pom.xml file.

System details

  • IDE IntelliJ 2019.3 Community
  • Material Theme 4.10.0
    night owl theme

Thank you

I appreciate you sincerely for your time to map this project to Jet Brains and open sourcing it.
Helped me a lot.
<3

Low contrast popup parameter hints

Expected Behaviour

  • More readable parameter hints

Current Behaviour

  • Low contrast parameter hints

Screen Shot 2020-06-26 at 12 07 42 pm

System details

MacOS Catalina (10.15.4)
Android Studio 4.0
PHP Storm 2020.1.2
PHP Storm:
Material Theme 5.3.2.1
Night Owl 1.5.5
Android Studio:
Material Theme 4.11.5
(Night owl bundled with Material Theme?)

Downloading just the color scheme?

Hi

Is it possible to download just the code editor theme as JAR file?

I think I don't like that the whole IDE theme changes with this plugin. I noticed that if I uninstall the plugin, the IDE returns to its old default look, but the code editor theme is still there to be used. This how I like it to be and I would like that just the code editor theme could be downloaded.

You could upload it, for example here: http://color-themes.com/?view=index

Where to re-enable settings needs to be more clear, also add this info to the plugin page in marketplace

Expected Behaviour

The warning popped up when I installed this theme that certain IntelliJ features will be turned off and that it can be re-enabled in the plugin settings menu. This needs to be very clear on where to re-enable? I can't find a toggle anywhere. It would also be nice if a more persistent message was available on the plugin marketplace or readme so if a user is looking for it they would be able to find it.

Current Behaviour

Since it showed that it was so easy to re-enable, I went ahead with the change to see how I would like it. I've seen been unable to get the settings turned back on since then. Otherwise I love the theme, the colors are perfect but I really do like the clutter of the IntelliJ UI and can't get it back very easily ⭐ .

I found the settings dialogue in the code to be able to revert the settings manually though some don't seem to persist like breadcrumbs https://github.com/xdrop/night-owl-jetbrains/blob/2020.1/src/main/kotlin/me/xdrop/nightowl/dialog/SetSettingsDialog.form#L15

Incompatible with PHPStorm 2021

PHPStorm 2021.1
macOS Big Sur 11.2.3

Love this theme! Just installed it a few days ago, PHPStorm 2021 just got released and it says that the theme is incompatible. Is there a hotfix inbound?

Support 2021.2

Expected Behaviour

Night Owl Theme to support Jetbrains IDE >= 2021.2

Current Behaviour

Plugin 'Night Owl Theme' (version '1.5.8') is not compatible with the current version of the IDE, because it requires build 211.* or older but the current build is PY-212.5080.64

System details

Plugin Version: 1.5.8

PyCharm 2021.2.1 (Professional Edition)
Build #PY-212.5080.64, built on August 25, 2021
Runtime version: 11.0.11+9-b1504.16 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7

Incompatible with Webstorm 2019.2

The new version 2019.2 of Webstorm is now officially released, and it unfortunately marks the night owl theme as incompatible.

Is there actually a breaking change, or is it just a question of bumping a version number? 🙂
Is there anything that can be done to "automate" this in the future?

Thanks!

bad color: node_modules

Expected Behaviour

  • folder node_modules and the subfolders should be readable

Current Behaviour

  • not readable color settings
  • no setting to change this color

System details

Plugin Version: 1.4.0

IntelliJ IDEA 2018.3.5 (Ultimate Edition)
Build #IU-183.5912.21, built on February 26, 2019
Licensed to xxxxxxxx
You have a perpetual fallback license for this version
Subscription is active until August 1, 2020
JRE: 1.8.0_152-release-1343-b28 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6

Screenshots

Bildschirmfoto 2019-03-18 um 15 20 29
Bildschirmfoto 2019-03-18 um 15 21 34

Contrast color

Hi,

I've installed your theme but I found out that the Contrast Color is a bit off

ex

Is this intentional?

IDE errors for v1.5.9

Expected Behaviour

  • What is the behaviour you were expecting

No error.

Current Behaviour

  • What is the behaviour you are currently experiencing

Exception error when PHPStorm starts.

  • What is the plugin missing right now

None

  • Stacktrace error message
Do not request resource from classloader using path with leading slash

com.intellij.diagnostic.PluginException: /themes/nightowl.xml [Plugin: me.xdrop.night-owl]
	at com.intellij.ide.plugins.cl.PluginClassLoader.findResource(PluginClassLoader.java:472)
	at com.intellij.ide.plugins.cl.PluginClassLoader.findResource(PluginClassLoader.java:439)
	at java.base/java.lang.ClassLoader.getResource(ClassLoader.java:1401)
	at com.mallowigi.idea.MTBundledThemesManager.loadBundledTheme(MTBundledThemesManager.java:150)
	at com.mallowigi.idea.MTBundledThemesManager.installBundledTheme(MTBundledThemesManager.java:113)
	at com.mallowigi.idea.MTBundledThemesManager.loadBundledThemes(MTBundledThemesManager.java:108)
	at com.mallowigi.idea.MTLafComponent.initComponent(MTLafComponent.java:115)
	at com.mallowigi.idea.MTLafComponent.appFrameCreated(MTLafComponent.java:74)
	at com.intellij.util.messages.impl.MessageBusImpl.invokeMethod(MessageBusImpl.java:645)
	at com.intellij.util.messages.impl.MessageBusImpl.invokeListener(MessageBusImpl.java:624)
	at com.intellij.util.messages.impl.MessageBusImpl.deliverMessage(MessageBusImpl.java:417)
	at com.intellij.util.messages.impl.MessageBusImpl.pumpWaitingBuses(MessageBusImpl.java:390)
	at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:372)
	at com.intellij.util.messages.impl.MessageBusImpl.access$200(MessageBusImpl.java:33)
	at com.intellij.util.messages.impl.MessageBusImpl$MessagePublisher.invoke(MessageBusImpl.java:179)
	at com.sun.proxy.$Proxy39.appFrameCreated(Unknown Source)
	at com.intellij.idea.IdeStarter.openProjectIfNeeded(IdeStarter.kt:98)
	at com.intellij.idea.IdeStarter.main(IdeStarter.kt:77)
	at com.intellij.idea.ApplicationLoader$startApp$3.run(ApplicationLoader.kt:185)
	at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1742)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

System details

Plugin Version: 1.5.9

PhpStorm 2021.2.1
Build #PS-212.5080.71, built on August 26, 2021
Runtime version: 11.0.11+9-b1504.16 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7
izhangzhihao.rainbow.brackets (6.21), com.chrisrm.idea.MaterialThemeUI (6.9.0), me.xdrop.night-owl (1.5.9), 

Unable to set editor font size

Thank you for this great theme.

Maybe it is just me but when I set the font size in Settings | Editor | Font | Size it is totally overridden by the plugin.

Does the plugin currently allow for this? If not it would be great if it could.

I am using scrolling with the mouse wheel to up the size now but have to do it every time I open a new file.

Disable Select border

Is there any way to remove the border sawn in the screenshot.

Screenshot_2

System details

  • Provide IDE and OS versions
    PhpStrom 2019.1

  • Plugin Version:** 1.3.2
    1.5.2

Error highlighting not working in Android Studio

Looks like errors are not highlighted when using night owl theme on Android studio. Please find a screenshot below.

semicolon is missing at the end of the statement, however this error is not highlighted.

image

Details
Android Studio 3.2 Beta 5
Build #AI-181.5281.24.32.4913314, built on July 25, 2018
JRE: 1.8.0_152-release-1136-b04 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6

Night Owl Theme version: Version: 1.3.0-2018.1

Code colors are not applied in webstorm

Expected Behaviour

What is the behaviour you were expecting

I just installed the them and it looks amazing but the font and color of the code is not applied.

I am expecting the code to look like this:
image

Current Behaviour

But the code looks like this:
image

System details

WebStorm: 2019.2

Build #WS-192.5728.87, built on July 22, 2019
Runtime version: 11.0.3+12-b304.10 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

Windows: 10 10.0

Plugin Version: 1.5.3

Cannot read scheme from colors/NightOwlLightNoItalic.xml

Expected Behaviour

For the Night Owl theme to not throw an IDE Fatal Error in PyCharm or IDEA

Current Behaviour

Seeing Cannot read scheme from colors/NightOwlLightNoItalic.xml fatal error in both IDEs. Seems to happen just by loading the theme v1.5.0

Full stack trace:

java.lang.Throwable: Cannot read scheme from colors/NightOwlLightNoItalic.xml at com.intellij.openapi.diagnostic.Logger.error(Logger.java:145) at com.intellij.configurationStore.schemeManager.SchemeManagerImpl.loadBundledScheme(SchemeManagerImpl.kt:122) at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.loadBundledSchemes(EditorColorsManagerImpl.java:202) at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.<init>(EditorColorsManagerImpl.java:147) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:92) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:66) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:48) at com.intellij.openapi.components.impl.ServiceManagerImpl$MyComponentAdapter.createAndInitialize(ServiceManagerImpl.java:222) at com.intellij.openapi.components.impl.ServiceManagerImpl$MyComponentAdapter.lambda$getComponentInstance$0(ServiceManagerImpl.java:209) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:586) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:86) at com.intellij.openapi.progress.impl.CoreProgressManager.executeNonCancelableSection(CoreProgressManager.java:192) at com.intellij.openapi.components.impl.ServiceManagerImpl$MyComponentAdapter.getComponentInstance(ServiceManagerImpl.java:211) at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:246) at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:213) at com.intellij.openapi.components.ServiceManager.doGetService(ServiceManager.java:52) at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:26) at com.intellij.openapi.editor.colors.EditorColorsManager.getInstance(EditorColorsManager.java:36) at com.chrisrm.idea.MTThemeManager.switchScheme(MTThemeManager.java:461) at com.chrisrm.idea.MTThemeManager.activate(MTThemeManager.java:407) at com.chrisrm.idea.MTThemeManager.activateWithColorScheme(MTThemeManager.java:379) at com.chrisrm.idea.schemes.MTThemesComponent.activateTheme(MTThemesComponent.java:84) at com.chrisrm.idea.schemes.MTThemesComponent.initComponent(MTThemesComponent.java:60) at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:482) at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:104) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$createComponents$9(ApplicationImpl.java:449) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:164) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:586) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:86) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:151) at com.intellij.openapi.application.impl.ApplicationImpl.createComponents(ApplicationImpl.java:473) at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:88) at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:407) at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:393) at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:208) at com.intellij.idea.IdeaApplication.lambda$initApplication$0(IdeaApplication.java:74) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764) at java.awt.EventQueue.access$500(EventQueue.java:98) at java.awt.EventQueue$3.run(EventQueue.java:715) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:734) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:347) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

System details

Plugin Version: 1.5.0

PyCharm 2019.1
IDEA 2019.1
macOS 10.14.5

Material Theme UI Lite Compatability

I absolutely love this theme.

I don't make any use of the other features of Material Theme UI that this depends on, and would love to see this become compatible with Matheri Theme UI Lite.

Is that possible?

WebStorm 2018.3 IDE Error

Expected Behaviour

I expect that this plugin will work without errors.

Current Behaviour

IDE Fatal Error

com.intellij.openapi.extensions.impl.PicoPluginExtensionInitializationException: com/intellij/ide/highlighter/JavaHighlightingColors
	at com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.getComponentInstance(ExtensionComponentAdapter.java:90)
	at com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.getExtension(ExtensionComponentAdapter.java:113)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processAdapters(ExtensionPointImpl.java:252)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.getExtensionList(ExtensionPointImpl.java:179)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.getExtensions(ExtensionPointImpl.java:197)
	at com.intellij.openapi.extensions.ExtensionPointName.getExtensions(ExtensionPointName.java:27)
	at com.intellij.openapi.options.colors.pages.ColorSettingsPagesImpl.getRegisteredPages(ColorSettingsPagesImpl.java:28)
	at com.intellij.application.options.colors.ColorAndFontOptions.initPluggedDescriptions(ColorAndFontOptions.java:524)
	at com.intellij.application.options.colors.ColorAndFontOptions.initScheme(ColorAndFontOptions.java:516)
	at com.intellij.application.options.colors.ColorAndFontOptions.initAll(ColorAndFontOptions.java:506)
	at com.intellij.application.options.colors.ColorAndFontOptions.buildConfigurables(ColorAndFontOptions.java:370)
	at com.intellij.openapi.options.SearchableConfigurable$Parent$Abstract.getConfigurables(SearchableConfigurable.java:95)
	at com.intellij.openapi.options.ex.ConfigurableWrapper$CompositeWrapper.getConfigurables(ConfigurableWrapper.java:254)
	at com.intellij.openapi.options.newEditor.SettingsTreeView$MyNode.buildChildren(SettingsTreeView.java:463)
	at com.intellij.ui.treeStructure.CachingSimpleNode.getChildren(CachingSimpleNode.java:39)
	at com.intellij.ui.treeStructure.SimpleTreeStructure.getChildElements(SimpleTreeStructure.java:27)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.addToCache(FilteringTreeStructure.java:66)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.addToCache(FilteringTreeStructure.java:81)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.addToCache(FilteringTreeStructure.java:81)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.rebuild(FilteringTreeStructure.java:61)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.<init>(FilteringTreeStructure.java:53)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.<init>(FilteringTreeStructure.java:44)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeBuilder.<init>(FilteringTreeBuilder.java:53)
	at com.intellij.openapi.options.newEditor.SettingsTreeView$MyBuilder.<init>(SettingsTreeView.java:796)
	at com.intellij.openapi.options.newEditor.SettingsTreeView.<init>(SettingsTreeView.java:181)
	at com.intellij.openapi.options.newEditor.SettingsDialog.treeViewFactory(SettingsDialog.java:65)
	at com.intellij.openapi.options.newEditor.SettingsEditor.<init>(SettingsEditor.java:152)
	at com.intellij.openapi.options.newEditor.SettingsDialog.<init>(SettingsDialog.java:59)
	at com.intellij.openapi.options.newEditor.SettingsDialogFactory.create(SettingsDialogFactory.java:41)
	at com.intellij.ide.actions.ShowSettingsUtilImpl.getDialog(ShowSettingsUtilImpl.java:44)
	at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:84)
	at com.intellij.ide.actions.ShowSettingsAction.perform(ShowSettingsAction.java:50)
	at com.intellij.ide.actions.ShowSettingsAction.actionPerformed(ShowSettingsAction.java:39)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:258)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:275)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:620)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$2(IdeKeyEventDispatcher.java:669)
	at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:668)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processActionOrWaitSecondStroke(IdeKeyEventDispatcher.java:520)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:475)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:212)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:643)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:363)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.NoClassDefFoundError: com/intellij/ide/highlighter/JavaHighlightingColors
	at me.xdrop.nightowl.highlight.NightOwlJavaAndKotlinAnnotator.<clinit>(NightOwlJavaAndKotlinAnnotator.kt:33)
	at me.xdrop.nightowl.settings.colors.NightOwlJavaColorSettings.<clinit>(NightOwlJavaColorSettings.kt:17)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:85)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:62)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:45)
	at com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.getComponentInstance(ExtensionComponentAdapter.java:72)
	... 49 more
Caused by: java.lang.ClassNotFoundException: com.intellij.ide.highlighter.JavaHighlightingColors PluginClassLoader[me.xdrop.night-owl, 1.3.5] com.intellij.ide.plugins.cl.PluginClassLoader@24f3417f
	at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:49)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 60 more
Caused by:

java.lang.NoClassDefFoundError: com/intellij/ide/highlighter/JavaHighlightingColors
	at me.xdrop.nightowl.highlight.NightOwlJavaAndKotlinAnnotator.<clinit>(NightOwlJavaAndKotlinAnnotator.kt:33)
	at me.xdrop.nightowl.settings.colors.NightOwlJavaColorSettings.<clinit>(NightOwlJavaColorSettings.kt:17)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:85)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:62)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:45)
	at com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.getComponentInstance(ExtensionComponentAdapter.java:72)
	at com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.getExtension(ExtensionComponentAdapter.java:113)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processAdapters(ExtensionPointImpl.java:252)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.getExtensionList(ExtensionPointImpl.java:179)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.getExtensions(ExtensionPointImpl.java:197)
	at com.intellij.openapi.extensions.ExtensionPointName.getExtensions(ExtensionPointName.java:27)
	at com.intellij.openapi.options.colors.pages.ColorSettingsPagesImpl.getRegisteredPages(ColorSettingsPagesImpl.java:28)
	at com.intellij.application.options.colors.ColorAndFontOptions.initPluggedDescriptions(ColorAndFontOptions.java:524)
	at com.intellij.application.options.colors.ColorAndFontOptions.initScheme(ColorAndFontOptions.java:516)
	at com.intellij.application.options.colors.ColorAndFontOptions.initAll(ColorAndFontOptions.java:506)
	at com.intellij.application.options.colors.ColorAndFontOptions.buildConfigurables(ColorAndFontOptions.java:370)
	at com.intellij.openapi.options.SearchableConfigurable$Parent$Abstract.getConfigurables(SearchableConfigurable.java:95)
	at com.intellij.openapi.options.ex.ConfigurableWrapper$CompositeWrapper.getConfigurables(ConfigurableWrapper.java:254)
	at com.intellij.openapi.options.newEditor.SettingsTreeView$MyNode.buildChildren(SettingsTreeView.java:463)
	at com.intellij.ui.treeStructure.CachingSimpleNode.getChildren(CachingSimpleNode.java:39)
	at com.intellij.ui.treeStructure.SimpleTreeStructure.getChildElements(SimpleTreeStructure.java:27)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.addToCache(FilteringTreeStructure.java:66)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.addToCache(FilteringTreeStructure.java:81)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.addToCache(FilteringTreeStructure.java:81)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.rebuild(FilteringTreeStructure.java:61)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.<init>(FilteringTreeStructure.java:53)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeStructure.<init>(FilteringTreeStructure.java:44)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeBuilder.<init>(FilteringTreeBuilder.java:53)
	at com.intellij.openapi.options.newEditor.SettingsTreeView$MyBuilder.<init>(SettingsTreeView.java:796)
	at com.intellij.openapi.options.newEditor.SettingsTreeView.<init>(SettingsTreeView.java:181)
	at com.intellij.openapi.options.newEditor.SettingsDialog.treeViewFactory(SettingsDialog.java:65)
	at com.intellij.openapi.options.newEditor.SettingsEditor.<init>(SettingsEditor.java:152)
	at com.intellij.openapi.options.newEditor.SettingsDialog.<init>(SettingsDialog.java:59)
	at com.intellij.openapi.options.newEditor.SettingsDialogFactory.create(SettingsDialogFactory.java:41)
	at com.intellij.ide.actions.ShowSettingsUtilImpl.getDialog(ShowSettingsUtilImpl.java:44)
	at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:84)
	at com.intellij.ide.actions.ShowSettingsAction.perform(ShowSettingsAction.java:50)
	at com.intellij.ide.actions.ShowSettingsAction.actionPerformed(ShowSettingsAction.java:39)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:258)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:275)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:620)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$2(IdeKeyEventDispatcher.java:669)
	at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:668)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processActionOrWaitSecondStroke(IdeKeyEventDispatcher.java:520)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:475)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:212)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:643)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:363)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.ClassNotFoundException: com.intellij.ide.highlighter.JavaHighlightingColors PluginClassLoader[me.xdrop.night-owl, 1.3.5] com.intellij.ide.plugins.cl.PluginClassLoader@24f3417f
	at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:49)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 60 more

System details

Plugin Version: 1.3.5

WebStorm 2018.3
Build #WS-183.4284.130, built on November 19, 2018
JRE: 1.8.0_152-release-1343-b15 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 Pro x64 1803 17134.407

Make the javascript keywords exportable

Good job with the Night Owl color scheme section! However if possible, can you change the section name to "Javascript - extended" (and more importantly, if you're planning on adding other custom highlightings, other languages will be added here) or better, make it a separate plugin so we can all base ourselves on it?

Thanks :)

Issue with contrast color on background text

Not sure what the correct name for these labels are, but the dark text is nearly unreadable.
The text it's used for is not critical information, but it would be nice to actually be able to see it. :)

skaermbillede 2018-11-12 kl 22 36 35

skaermbillede 2018-11-12 kl 22 36 15

Incompatible with 2019.1 EAP

Please make plugin compatible with WebStorm 2019.1 EAP and higher

System details

Plugin Version: 1.3.6

WebStorm 2019.1 EAP
Build #WS-191.4212.27, built on January 23, 2019
WebStorm EAP User
Expiration date: February 22, 2019
JRE: 1.8.0_152-release-1402-b1 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

Information about the layout changes

Expected Behaviour

  • What is the behaviour you were expecting

it should inform which Toolbars / Outlines it deactivate or change

  • What is the feature you want added

more information about this topic in this places:

  1. theme description while installing form marketplace
  2. more information in the diaogbox after installing the plugin and setting up
  3. in README in this github repository
  4. more info in the plugin settings dialog ( in settings / other settings / NIght Owl)

Current Behaviour

  • What is the behaviour you are currently experiencing

i get a dialogbox where i can apply some changes where i think i have never the chance to revert it do default, because i don't know which changes are made. i pressed the cancel button to avoid confusion of missing parts

  • What is the plugin missing right now
    n/a

  • Add any screenshots showing the issue
    n/a

  • Add any stacktraces with error messages
    n/a

System details

  • Provide IDE and OS versions
  • Provide plugin version

Plugin Version: 1.3.2

IntelliJ IDEA 2018.3.4 (Ultimate Edition)
Build #IU-183.5429.30, built on January 29, 2019
Licensed to [... removed ...]
Subscription is active until August 1, 2019
JRE: 1.8.0_152-release-1343-b26 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6

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.