-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add console color support. #8
Conversation
Did you try to build the theme with these changed colors and use it? I see that you are using some variables that do not exist - for example
|
Hmm, I have to confess that I didn't try that. I thought it's straight forward, but I see I should do this, sry. Regarding bg_dim I just assumed you have the complete color palette available. Is there a reason why you don't use it? Otherwise I would add it. I used bg5 and bg_visual because these colors fit foreground colors best and there is not a background color for each foreground color. What is your opinion on that? |
The color palette was updated recently in original Everforest theme. Now it should be updated 62c6639
I would define colors just like in official alacritty theme https://gist.github.com/sainnhe/6432f83181c4520ea87b5211fed27950 |
Can you add grey2 too or at least accept it if I add it? You mean I should take background and foreground identical? I don't know if that will look good for intellij. There you have eg. Blue BG and FG and Bright Blue BG and FG. I can set Blue and Bright Blue identical, but I guess it's better to have BG and FG different. So I picked the BG colors and for Purple and Aqua the visual and bg5. But I can try it out, if you want. |
Did you found time to think about my proposal? Btw. I found two really annoying colors that appear not to be configurable via ui. I asked on jetbrains page for the labels to replace via theme. Checkout here: |
Please don't use Also please reword the commit messages and maybe even split it to 2 commits (console support, jupyter support). And please try to test the colors with some cli programs such as htop, to make sure that everything is working correctly. |
Thanks for clarification. I can understand your decision on background visual. I will check how other themes deal with this foreground background topic. And test with htop. I can put my consolidated edits in two new commits and make a new push release. |
Hi Martin, I fetched freshly from your upstream repo and made three distinct clean commits. Sry for the many small steps till this point. If you don't see any problem with the contributions, could you upload the new version to jetbrains plugins too? If I find further optimization I will make new updates :). |
Is anything still wrong with my contribution? |
Looks good. Thank you. I'll upload a new version soon, in the meantime you can use locally build version. |
No description provided.