Git Product home page Git Product logo

solarized-jetbrains's Introduction

Solarized JetBrains

Make your JetBrains IDE completely solarized.

Uses JetBrains new custom theming to add Solarized to the entire IDE. Only works in 2019.1+

Image showing what Solarized Light mode looks like

Image showing what Solarized Dark mode looks like

Contributing

Modify the solarized_template.json file and run make to build the appropriate themes. If you import the project using the included *.iml then the Plugin run configuration should include make as part of the build.

ToDo

  • (dark) fix startup background color
  • fix Markdown preview background

solarized-jetbrains's People

Contributors

simschla avatar snowe2010 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

solarized-jetbrains's Issues

Version Control / Log tab is dark in light theme

Everything looks pretty good so far, except the mentioned commit-list area.
I'm not sure what would be the best color for it, but the current dark background looks out of place.
Where can I try to adjust it for myself?

Screenshot 2019-07-11 at 10 10 06 AM

Tab titles are unreadable when hovered over

When the Version Control / Log tab is selected and I hover over the Console tab, it's gray on dark brown, which is unreadable.

It's not a big problem, since you won't stay in such state for long, but still a slight dirty spot on the otherwise super-pleasing design :)

Also, the inactive editor tabs look more prominent than the selected one, but that could be just me...
I normally limit my tab count to 1 and just use Cmd-E to navigate my open files exclusively from keyboard, by fuzzy searching their name or by Ctrl-Tab to switch between the recent 2 files, so it's not a big issue for me personally.

Unselected tab not distinct when test file

On Java and Kotlin projects, I have the issue that no different colour is shown for unopened test files.

Expected behavior
Unopened tests tabs should have different colour to visualise they are part of the test tree.

Screenshots
None of the following files are open in the window (creating the expectation both files are under "main" tree):
image

Test file selected (different colouring as expected for test files):
image

Main file selected:
image

Desktop:

  • OS: Linux (openSUSE 15.2)
  • Version: 2021.1 (didn't work with previous versions too)

Error Description is dark when using Solarized Light

Describe the bug
When viewing the error description the background is in dark mode

Expected behavior
I would expect it to be in the Solarized Light Color Scheme

Screenshots
Screenshot 2024-04-10 at 10 10 35

Desktop (please complete the following information):

  • OS: Mac OS Sonoma
  • Intellij Build #IU-233.15026.9 and also for Build #IU-241.14494.240

Currently active file selection is visible only when sidebar has focus

Solarized Theme v2.1.0

Problem

When using Autoscroll from source, you are supposed to see which file you are editing in the sidebar, but the "selected" background effect is only visible when the sidebar is focused. Clicking on the sidebar titlebar gives it focus and only then is the selected file visible.

Unfocused sidebar:

image

Focused sidebar after clicking the sidebar titlebar:

image

Toggle button's selected state is indistinguishable

Describe the bug

On Solarized Light, you cannot see which button is toggled:

image

In default light theme, you can see that one of the buttons is toggled

image

This is with Solarized Theme 3.0.0 and IntelliJ IDEA 2023.2.4

New UI some widget colors are off

Describe the bug
As seen on the picture, parts of the toolbars are not intelligible in the New UI Beta, which was introduced with IntelliJ version 2022.3

Screen Shot 2022-12-05 at 9 52 46

To Reproduce
Steps to reproduce the behavior:

  1. Click on the Run or Debug buttons.

Desktop (please complete the following information):

  • OS: macOS 12.6.1

Flat design

I don't like the lines in the solarized dark theme. I think a flat design, such as in the "dark flat" theme gives a more modern look.

Solarized dark theme:
Schermafbeelding 2019-07-12 om 14 12 53

Dark Flat theme:
Schermafbeelding 2019-07-12 om 14 13 10

Changed file name has wrong color

If a file is changed (and version control is active), the file name gets another color in the side bar. In the solarized dark theme, this color is illegible on the dark background.
Schermafbeelding 2019-07-12 om 14 12 42

Code peek has incorrect color

image

The code suggest in the code peek of WebStrom has incorrect color as same as the previous version 2.0's default editor color.
Envirnoment:
Latest Theme 3.0
Win10 1809
WebStrom 2019.2.3

Lines between menu and toolbar, tab lines are too bright (dark theme)

First of all, thank for such an amazing theme. I wanted to get IntelliJ IDEA to look like this for so long. You made it possible. Thank you.
2 things I would like to improve (I'm talking about dark version here)

  1. The white line between the menu and the toolbar is too bright. I think it's kind of distracting and hard too look at.
  2. Same goes for the tabs framing.

I think it would be great if these lines are changed to some dark color or at least not so white. Example of possible color: line between toolbar and folder structure bar.

Thanks in advance.

2018 support

I really love the Solarized themes, but for work I need to use stable versions of Rider which for now means 2018.3.4 is the newest possible installation.
Would it be possible to support 2018 versions of JetBrains products?

Selected tab is indistinguishable from non-selected tabs

Describe the bug
There is no way to tell which tab is active - there is no difference in colors of the tab, nor there is an underline that would indicate the active tab, as we can see in the default scheme.

To Reproduce
Steps to reproduce the behavior:
Open a few files so that there are multiple tabs open.
Switch from one tab to another.
There is no way to tell which is active and which is not.

Expected behavior
When the focus is in the editor on certain tab, the tab should have specific styling so that it is immediately obvious which out of several open tabs is the selected (active) one.

Screenshots
It seems to be related to the new UI only. Compare:

NEW UI:
Screenshot_2023-06-09 11 40 50
Screenshot_2023-06-09 11 42 10

OLD UI:
Screenshot_2023-06-09 11 44 58
Screenshot_2023-06-09 11 43 29

Desktop (please complete the following information):
IntelliJ IDEA 2023.1.2 (Ultimate Edition)
MacOS Ventura 13.4

Additional context
As can be seen in the screenshot below, the settings of the selected tabs is blank by default - this is how you find it when you switch to the new UI of the IDE. Although it is possible to set some values to it, these will be all ignored but for the one related to the background of an inactive tab.
Active Selected tab, however, stays blended among all the other tabs which means you are constantly confused over where in the code you currently are, unless you keep switching to Project tool to get the gist...

Screenshot_2023-06-09 16 20 54

Solarized Dark主题应用后,除了代码编辑框是白色,其他都是黑色,这让我很难受

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

method parameter tips and cvs log have low contrast

System envirnoment: Win10 1809, Intellij Idea 2019.2, 3.0 solarized theme.
Issue: The method parameter tips's constrast is very low.(WebStrom dosen't have that issue)
O__RHINMZ8`%4O0P6E}01X6

And the background of CVS log is incompatible with the surroundings.(WebStrom and Idea is same)
7KR2VSW_2DNL}4JR6HU9S4N

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.