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

tmTheme bold fontStyle is not supported #10623

Closed
Tyriar opened this issue Aug 17, 2016 · 3 comments
Closed

tmTheme bold fontStyle is not supported #10623

Tyriar opened this issue Aug 17, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug themes Color theme issues verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Aug 17, 2016

  • VSCode Version: Code - Insiders 1.5.0-insider (11ffcfc, 2016-08-16T06:12:46.372Z)
  • OS Version: Linux x64 4.4.0-34-generic, Ubuntu 16.04

Scopes with bold fontStyle do not appear bolded in vscode.

        <dict>
            <key>name</key>
            <string>Keyword</string>
            <key>scope</key>
            <string>keyword</string>
            <key>settings</key>
            <dict>
                <key>fontStyle</key>
                <string> bold</string>
                <key>foreground</key>
                <string>#d7503c</string>
            </dict>
        </dict>
@Tyriar Tyriar added feature-request Request for new features or functionality themes Color theme issues labels Aug 17, 2016
@Tyriar
Copy link
Member Author

Tyriar commented Aug 17, 2016

@aeschli 🎉 thanks 😄

@Tyriar Tyriar added this to the August 2016 milestone Aug 17, 2016
@aeschli aeschli added bug Issue identified by VS Code Team member as probable bug and removed feature-request Request for new features or functionality labels Sep 1, 2016
@octref octref added the verified Verification succeeded label Sep 1, 2016
@dyu
Copy link

dyu commented Oct 11, 2016

This bug reappeared in vscode 1.6
I'm on Ubuntu 14.04 x64

@dyu
Copy link

dyu commented Oct 11, 2016

Opened #13470
The bug could be from electron

@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
bug Issue identified by VS Code Team member as probable bug themes Color theme issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants