Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More workbench theme options : Typography, borders, padding/Spacing, UI icons #23475

Closed
be5invis opened this issue Mar 28, 2017 · 2 comments
Closed
Labels
feature-request Request for new features or functionality themes Color theme issues
Milestone

Comments

@be5invis
Copy link
Contributor

be5invis commented Mar 28, 2017

Only colors is not enough:

  • Typography — Family, Weight, Slantness, even with font files included or being Language-specific
  • Borders (thickness, style, color)
  • Padding / Spacing
  • UI icons

also...

  • Theme pack? (Workbench + Icons + Syntax)
@aeschli aeschli added themes Color theme issues feature-request Request for new features or functionality labels Mar 28, 2017
@aeschli aeschli added this to the Backlog milestone Mar 28, 2017
@be5invis
Copy link
Contributor Author

be5invis commented Apr 1, 2017

PROPOSAL: Typography

Defining typefaces:

{
    "fonts" : [
        {"family": "NgSans", weight: 700, style: "normal", src: "NgSans.woff2"},
        ...
    ]
}

Assigning typefaces:

{
    "customFonts" : {
        statusBar : "NgSans, ui",
        workTree : {
            "*" : "NgSans, ui",
            "zh-Hans" : "NgSans, NgSans SC, ui",
            "ja" : "NgSans, NgSans JP, ui",
        }
    }
}

The keyword "ui" may be assigned to the default UI font set (depending on platform & UI Langauge).

@be5invis
Copy link
Contributor Author

be5invis commented May 6, 2017

Split into four issues: #26128, #26129, #26130, #26131.
Close.

@be5invis be5invis closed this as completed May 6, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality themes Color theme issues
Projects
None yet
Development

No branches or pull requests

3 participants