-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Updated JetBrains Theme #50
base: master
Are you sure you want to change the base?
Conversation
…editor for files are not associated with the current project.
…le Code Background.
Fixed Button Color. Fixed Component Color. Updated Editor & EditorTabs colors.
@espositocode and updates on this? |
@espositocode Bump. |
Sadly it looks like this theme is now dead. I have been mailing the repo owner for past 3 months with no reply. |
This is very unfortunate. Nevertheless, it seems like you've fixed the issues with the new JetBrains UI. I would appreciate it if you could build a new release on your fork... at least as long as the actual maintainer stays inactive, so people who care about the updated UI have an alternative. |
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.
Minor correction
Co-authored-by: Yash Ladha <[email protected]>
colors/classic.yaml
Outdated
base1: "#1d1e19" | ||
base0: "#13130f" | ||
base1: "#1e1e1a" | ||
base1.5: "#20211c" |
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.
You need to change the name, .
in the key is not supported. You might have to use _
and replace in theme template as well.
You can refer to the built theme files.
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.
Can you drop a mail to me at the email mentioned on my GitHub profile? Your efforts looks more promising than the original dev of this project. 😁
any update on this @espositocode ? |
The maintainer is now looking for somebody to take over the task of maintaining the project according to #51 . I am considering it because I loved the original Monokai Pro for VS Code and would hate to see this project die, but I don't have experience with creating color themes for the IDEA platform and I can't really say how much time I will have on my hands either, so I may not be the best candidate, but like I said, I still love this color scheme and will certainly consider lending a helping hand. |
Love this theme and was sad to see it's fallen behind. @HikaruHokkyokusei, it seems you've done a bit of work here. Any chance you're willing to submit a fork of this theme to the JetBrains marketplace so we can benefit from these changes? :) |
Performed significant changes to the coloring of the UI of JetBrains.
The scheme for the code coloring remains the same.
Added new base colors (
base0
,base1.5
,base3.5
,base9
)Added new colors (
errorRed
,darkYellow
,darkGreen
,darkBlue
)<-- Their use has been kept to the very minimum.
The new updated also takes the
Experimental UI (Beta)
into consideration, to provide a sleeker look.