Code Monkey home page Code Monkey logo

vscode-theme-generator's Issues

Add constant

eg.

        <dict>
            <key>name</key>
            <string>Constant</string>
            <key>scope</key>
            <string>constant</string>
            <key>settings</key>
            <dict>
                <key>foreground</key>
                <string>#ffe792</string>
                <key>fontStyle</key>
                <string></string>
            </dict>
        </dict>

Finalize and commit to API

Some open questions:

  • Should color1, color2, etc. be named accent1, accent2 or something more specific?
  • How do we mitigate heaps of language specific syntax color types such as markdownQuote, cssTag, etc.

Cannot find theme in VSC

From the docs:

Make your changes to the colors in index.ts and hit F5 to build the theme and launch the a new VS Code window with your theme available in the command palette (ctrl/cmd+shift+p > "Color Theme").

Made my changes, hit f5. Nothing happened. Ran the build task via the tasks panel. Theme was built, but a new VSC window was never opened.

OSX, VSC v1.12.0

very unusual request

I tried not to open an issue for this particular request, but I can't contact @Tyriar directly through github or via email address or any other private comunication channel... so only for this time I wil do this.
you have posted an image of the vscode window and I was wonder if you could tell me what is the font you where using in the code editor. I have tried to get it in most common font websites but i can't find it. This is the image you have posted:

example

sorry for the inconvenient I may caused.

Web based interface

A theme generator is a great idea! I'd like to take it further and offer a web interface for the theme generator. But a 100% accurate preview would be essential to make such a web interface really useful. My first thought was to simply use the standalone Monaco editor for the previews, but unfortunately I found out that Monaco doesn't support TextMate grammars (as described in the Monaco FAQ) Only hope seems to be WebAssembly, but I don't think it will gain that much traction anytime soon.

So my conclusion is it won't be possible to do at the moment. But maybe you have an idea how a proper preview could be implemented, outside the context of VS Code?

Add API documentation

Consumers can only find the true capabilities of the generator by looking through examples or searching the interface. The bigger parts like syntax, terminal, background fallbacks etc. should be called out on the readme.

Refine background fallback values

Right now background fallback colors are very rough based on a quick run through of the Dark+ theme. Maybe we can improve upon it?

The fallbacks we land on may eventually be upstreamed to VS Code.

Related: #22

Allow values to have fallbacks

For example class could fallback to keyword, meaning if class was not specified it would use keyword's color. This would allow themes to only specify a subset of colors but be fairly complete.

There is a downside to this in that it would make it harder to not set certain scopes if that is desired?

Implement a proper cli

Needs to support:

  • setting of output file
  • passing in a js/json file with the colorset(s)
  • specifying which program theme is being generated

Thoughts on Icon Theme support?

Should these be their own thing or should they be bundled?

Is this one of the uses they are adding the bundling support for?

Error message when I hit F5

macOS 10.13.1
VSCode Insiders 1.19
npm version 5.3.0

When I hit F5 with index.ts loaded, I get an error message as shown
screen shot 2017-11-11 at 22 15 39

Suggestion: Terminal Panel Background

Suggestion

Change the terminal panel background to be slightly different than the sideBar. I changed the color to match the background as the the activityBar.

// theme-extend: sapphire (dim)
"workbench.colorCustomizations": {
  "panel.background": "#0b121c"
}

Preview

Example

Thought I would throw this suggestion out there before I made my own theme extension.

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.