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

Port to IntelliJ theme? #63

Open
sebastientromp opened this issue Jan 23, 2018 · 7 comments
Open

Port to IntelliJ theme? #63

sebastientromp opened this issue Jan 23, 2018 · 7 comments

Comments

@sebastientromp
Copy link

Hey! I've been using the Brogrammer theme on Sublime for I don't know how long, and I'm moving to IntelliJ for part of my work.

Is there any chance this theme could be ported to IntelliJ?

Cheers!

@mathisto
Copy link

I searched high and low but could not find a port, so I did my best to make it.
Try this on for size and let me know if you find any inconsistencies.

@sebastientromp
Copy link
Author

Hey, thanks for hte initiative!
I tried to import it and got "Import failed... is not a valid scheme". I am using Intellij IDEA Community 2017.2

@mathisto
Copy link

@sebastientromp Hmm, I am sorry to hear that. If you would like to give it a shot, I used the 'Export Settings' feature and exported only the 'Editor Colors (Schemes)' portion of my settings and put the .jar up in the repo. I am using RubyMine, perhaps the exported .icls file is specific to that product?

@sebastientromp
Copy link
Author

This works better :) Settings are properly imported \o/

The color scheme looks a bit different (for Java at least it looks a bit washed-out compared to the Sublime theme), I'll submit PRs when I update things in case it makes sense for you

IntelliJ
image

Sublime
image

Thanks for doing this!

@mathisto
Copy link

Glad to hear it @sebastientromp
From the screenshots, I can immediately see some definitions are missing for the Java environment. Your @variables are using a color not defined in the settings I exported. I apologize for the gap in color mapping, but I made this in Ruby Mine. I will look into the washed out aspect though. Here is what my UI looks like presently:
image

If you are gonna try sprucing up the Java vars, here are the color codes I ganked straight from the @kenwheeler Brogrammer .tmTheme file:

            White: #ffffff
            Off-White: #ecf0f1
            Dark Grey (background): #1a1a1a
            Light Grey: #555555
            Medium Light Grey: #2a2a2a
            Medium Dark Grey: #222222
            Green: #2ecc71
            Aqua: #1abc9c
            Red: #e74c3c
            Blue: #3498db
            Yellow: #f1c40f
            Orange-Red: #e67e22
            Periwinkle: #6c71c4

@Squadz
Copy link

Squadz commented Jul 29, 2020

Hey,

I was also looking for brogrammer color scheme for Java, but at the end I made one by myself.

It's probably not the best, but I like it :-)

Example:
Screenshot 2020-07-29 at 10 07 44

Brogrammer Java : Brogrammer.icls.zip

Theme used : OneDark

ps: Sorry for the up, but I believe it might help someone else from the future 😃

@viditbhardwaj12
Copy link

The problem has been solved for me. Try to use this file if it works for you.
Brogrammer.icls

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

No branches or pull requests

4 participants