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

Support for more italic style & TypeScript .ts / .tsx #5

Closed
wants to merge 7 commits into from

Conversation

tobiastimm
Copy link

Fixes #4

@tobiastimm tobiastimm changed the title Support for more italic style Support for more italic style & TypeScript .ts / .tsx May 5, 2018
@palashmon
Copy link
Contributor

palashmon commented May 5, 2018

First of all thanks for this PR.
Could you please share some before and after screenshots for .ts/.tsx file support.

This also closes #19

.gitignore Outdated
@@ -1,3 +1,4 @@
node_modules
*.vsix
.DS_Store
test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is test added here? Was it needed for this PR?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah sry, yeah I needed some files for testing and forgot to remove it.

package.json Outdated
"dark",
"sublime"
],
"keywords": ["theme", "minimal", "oceanic", "dark", "sublime"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I think package.json have been unnecessarily modified here, as code changes here are exactly same. Can you please confirm and revert this change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yh my prettier setup in viscose changed it. I will revert this change

"keyword.control",
"modifier",
"this"
],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change needs to come as a separate PR with before & after screenshots for all of the scopes modified, as we need to check/review first if all the changes look ok or not. Thanks!

@tobiastimm
Copy link
Author

tobiastimm commented May 5, 2018

Before
subliminal-before-tsx
After
subliminal-after-tsx

It is still not 100% optimal, but I'm completely new to vscode theming, maybe some other people have some ideas or improvements.

@tobiastimm
Copy link
Author

I've removed the italic style on the punctuation. Was kinda annoying for me

Before
punctuation-change_before

After
punctuation-change_after

- Splitted themes for more italic style
- Preserved original theme
@tobiastimm
Copy link
Author

I will close this PR and create a new one, because I've reworked my fork quite a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants