Code Monkey home page Code Monkey logo

nova-colors's Introduction

nova-colors's People

Contributors

scorpionhiccup avatar trevordmiller avatar

Watchers

 avatar

nova-colors's Issues

Add IntelliJ plugin

I'd love me some Intellij plugins. PhpStorm would be so dope with this!

I'll likely work on a theme soon though. Will keep issue updated if so.

Nova theme for Terminal.app in Mac OS

Hi Trevor,

I very like your theme but I'm using standard Terminal.app as default terminal application in Mac OS. So I ported your iTerm settings to Terminal.app settings. It would be great if you add a link to my repo to your project's page so other people can find it as well. Here is the link https://github.com/pesh1983/nova-terminalapp. If you have any issues or comments, let me know, I will apply changes.

Nova color theme for emacs

Hi there

First, thanks for creating this color scheme. I really like it.

I have created an emacs nova color theme. I'm hoping to get it listed on your nova site as a community plugin. Let me know if you want screenshots, information, etc.

Note that there is another emacs nova theme within the emacs doom themes collection, but I found it hard to work on since it is intertwined with the other doom themes.

Darken background

A number of people have requested the background color be darkened; although I want to keep the theme more towards the subtle / pastel / lower contrast, I also want it to be readable

  • Update the novaColors.normal.black
  • Pull latest nova-colors in all plugins for all nova-* repos
  • Update screenshots for all nova-* repos

screen shot 2016-09-22 at 4 17 26 pm
screen shot 2016-09-22 at 4 17 14 pm
screen shot 2016-09-22 at 4 16 22 pm
screen shot 2016-09-22 at 4 16 02 pm
screen shot 2016-09-22 at 4 15 56 pm

Update "reverse" style contrast across Nova plugins

reverse

@garth and @brandonlilly have reported poor contrast for "reverse" styles (for example, inactive tab names in HyperTerm and Atom or inactive popup menu items and inactive pane names in Vim etc.). Let's update these across all plugins to use a different combination of Nova Colors for greater contrast.

PhpStorm / Intellij

Hi,

Regarding the closed issue Add IntelliJ plugin #22 , did anyone create a port?
Id love to try it on PhpStorm.

cheers

Theme for token colors in VSCode is not working properly

Hi all,

I am creating the official issue for this problem already announced in Twitter

The token colors (how is called in VSCode, and what is the color of the code) is not matching the theme colors properly.

Theme colors:

VSCode with theme, colors:
image

I don't have to much knowledge on textMatex, but I started to do some modification taking taxtMatex rules for other themes, that is what I have at the moment (configuration applied on IDE preferences):

    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "support.function",
                "settings": {
                    "foreground": "#DADA93"
                }
            },
            {
                "scope": [
                    "support.class",
                    "entity.name.class",
                    "entity.name.type.class"
                ],
                "settings": {
                    "foreground": "#9A93E1"
                }
            }
        ]
    }

and looks like that:
image

A bit more similar but still far away of the original theme, also not sure if these textMateRules could have some side effect or if some declaration for other token with the same colors are missing.

The theme is really nice, and it would be a pity that it doesn't work properly on an IDE like VSCode with a large community.

Thanks

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.