-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conversation
First of all thanks for this PR. This also closes #19 |
.gitignore
Outdated
@@ -1,3 +1,4 @@ | |||
node_modules | |||
*.vsix | |||
.DS_Store | |||
test |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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"], |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
themes/Subliminal-color-theme.json
Outdated
"keyword.control", | ||
"modifier", | ||
"this" | ||
], |
There was a problem hiding this comment.
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!
- Splitted themes for more italic style - Preserved original theme
I will close this PR and create a new one, because I've reworked my fork quite a bit. |
Fixes #4