Andrew O.
Andrew O.
Anyone have an idea on how this should be done (in terms of implementation)? @ingomohr @pyvesB I was thinking of checking if a custom preference exists in the preference store,...
> > The issue is that this will probably occur on every new workspace... maybe there's a better way to do it. > > That's the behaviour if you use...
@vamsigangarapu thanks for catching this. I wasn't able to reproduce this bug on Linux but was able to reproduce it on Windows 10 as well. It's odd.. the text is...
@ingomohr, @PyvesB, @mbooth101: do any of you have an opinion or suggestion on this?
Here's what I had in mind (if CSS is used): ```CSS .ModernDark { background-color: #232629; base-color: #2A2E32; accent-color: #AA0000;' } ``` In the Generic Editor, this gets rendered as: 
Agreed, CSS seems to be the best way to store these color schemes :) thanks for the feedback everyone
When this is implemented, a note should be made about using this theme plugin in combination with Wild Web Developer to enable in-editor previews of the CSS colours.
Slight improvement on my original CSS suggestion: CSS has support for [custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/--*) which are indicated by prefixing a property with `--`. So, a more valid CSS to represent Modern...
Still needs work, notably the sliders need to act differently when the global colors radio button is selected. When this happens, the hue slider should go from [-180, 180], saturation...
Agreed the colour indications for uncommitted changes should be more obvious. One issue is that the git colours get set with preferences, so unfortunately they aren’t able to inherit the...