liviuschera / noctis

Noctis is a collection of light & dark themes with a well balanced blend of warm and cold colors
https://marketplace.visualstudio.com/items?itemName=liviuschera.noctis
MIT License
563 stars 72 forks source link

REQUEST: Would love to see these themes ported for JetBrains IDE's. #8

Open mil1i opened 5 years ago

mil1i commented 5 years ago

Request/Suggestion: Not sure if you only use VScode, but would love to see these beautiful themes you've created ported for JetBrain IDE's like PyCharm/GoLand/IntellliJ. I like to keep my themes consistent between editors and I love this VScode theme.

Would also possibly love to see this theme for iTerm2 or oh-my-zsh.

liviuschera commented 5 years ago

Hi there! Thanks for your interest in my theme. Since I hardly use any of JetBrains IDE's and my main machine runs Windows there isn't too much drive and especially time for me to port the theme.

I'd love to see the Noctis theme ported on other apps. Maybe you or someone else could help. That would be awesome! 🙂

lourenci commented 5 years ago

And about vim? :)

sam-spain commented 5 years ago

Is there a good theme for IntelliJ that someone has found that is at least similar to Noctis?

mil1i commented 5 years ago

For JetBrains products, I'm using Dracula theme.

Not quite the same, but I do really like the syntax color's Dracula theme uses.

llianc62 commented 4 years ago

I'm also used to JetBrains IDE's theme. So I redesigned the layout base on noctis.

// go pretty code setting
    "editor.tokenColorCustomizations": {
        "[Noctis Minimus]": {
            "numbers": "#5ba1d6",
            "keywords": "#d69040",
            "strings": "#669c72",
            "types": "#f1f1f1d0",
            "functions": "#ffc66d",
            "textMateRules": [
                {
                    "scope": [
                        "entity",
                        "source.go",
                        "variable.other",
                    ],
                    "settings": {
                        "foreground": "#f1f1f1d0",
                    }
                },
                {
                    "scope":[
                        "source.go storage.type",
                    ],
                    "settings": {
                        "foreground": "#5cabcfc5",
                    }
                },
                {
                    "scope": [
                        "keyword.type",
                        "keyword.function.go",
                        "source.go keyword",
                    ],
                    "settings": {
                        "foreground": "#d69040",
                    }
                },
                {
                    "scope":"constant.language",
                    "settings": {
                        "foreground": "#a47fc9",
                    }
                }
            ]
        }
    },

install noctis add above in settings.json. I found it only work with golang, not much common. maybe you could try redesign by yourself. hope it would help you.

solancer commented 4 years ago

This theme is much required for jetbrains webstorom

Ayanrocks commented 4 years ago

Would love to see this theme in jetbrains IDE

SangNguyen2810 commented 3 years ago

Really love your theme, would love to have it in JetBrains IDE if you have time to do it, many thanks in advance

Shubham076 commented 2 years ago

Hey find the port of vscode noctis theme in this plugin. https://plugins.jetbrains.com/plugin/18724-dark-themes

Shubham076 commented 2 years ago

Is there a good theme for IntelliJ that someone has found that is at least similar to Noctis?

Noctis theme is now available for Intellij https://plugins.jetbrains.com/plugin/18724-dark-themes.

laermannjan commented 2 years ago

@Shubham076 Thanks so much! I've just noticed, however, your plugin is labeled as "incompatible" with PyCharm 2022.1 (probably the same for other jetbrains 2022.1 versions). Any chance, you could update your theme-pack? Cheers!

Shubham076 commented 2 years ago

@laermannjan working on it!

ShubhamDogra112 commented 2 years ago

@laermannjan Plugin is now compatible for 2022.1 versions.

micaelparadox commented 2 years ago

does it have strictly the same colors as it is by default within VSCode for Jetbrains too?

like so: image

iVapor commented 1 year ago

I find a theme named Sepia Theme. It's similar to this one. Good for me.(Webstorm) 😄

maryghermann commented 1 year ago

Would love to see the light themes available in JetBrains IDEs (Noctis Lilac specifically)