-
Notifications
You must be signed in to change notification settings - Fork 9
Light Theme #17
Comments
Hi, I just took some time to create a first version of a light theme. It's just a To-do's are:
Color scheme in the screenshot is Solarized Light. |
In general I like it. Thank you for your work on this! This will be useful to start a separate "light" branch during the development phase. I don't know what the technical limitations are, but instead of making darker icons, probably it's less work to have a slightly darker sidebar (e.g. the color of that scrollbar) Let me add another TODO:
|
A quick and dirty way to make all the icons darker would be to use
or
That said, are there themes that keep two sets of icons? Perhaps a separate long term goal should be to recreate all the icons in vector form and use only the Alpenglow colors. |
A dropshadow could be enough to alleviate the contrast issue. Another option could be to tweak the sidebar background color to achieve better contrast in conjunction with increasing the icon saturation. Maybe a mix of all three techniques? |
@vikjam: I have no idea whether other themes use multiple icon sets (is that even technically viable?), but the maintenance cost of that is what worries me a bit. I would love to see vectorized icons if ST can handle those directly (I hope I haven't deleted my vectorized MATLAB icon). |
Another way for the icons would be to make them all white and then color them using Sublime Text functionality. This is how it works i.e. for the folder icons in the sidebar. That way there is only one icon for each file type and the light theme can just color them differently. Wouldn't allow icons with multiple colors though (which might not necessarily be a drawback). Means some work: make the icons white -> find the correct color for each icon -> set it up in the theme. Anyway I don't really think it's a problem to have extra icons for a light theme... just suffix them with |
I saw a Sublime Package that provides icons in SVG. It's worth considering integrating it into Alpenglow so that we can easily switch between icon colors. |
I think it would be rad to have some light theme variants on top of our current dark ones. In the old repo, there was some animo for a light theme.
Apparently, @skabr has already made one in YabataDesign/afterglow-theme#17 a long time ago, but it's not publicly available. Hopefully he is willing to still share the files and otherwise we should roll our own.
The text was updated successfully, but these errors were encountered: