I like this theme but I cannot find how to change the clock from 12hr to 24hr.
Is this even possible? If not could this possibly be added in the near future?
Guna - simple, functional, conspicuous theme with a clock
Hey , i really loved this theme , but in my sublime the icons of the files (like cpp , py,css) doesnt appear , do you know a way to fix it?
does any one get the erro "
urllib.error.HTTPError: HTTP Error 401: Unauthorized"
add the weather appid does not work out.
Guna doesnāt have its own icons, try to use other package like A File Icon https://packagecontrol.io/packages/A%20File%20Icon .
This theme still stands up very well. Thanks for making it.
While I like the default color scheme that comes with Guna, due to low vision I have some trouble seeing the cursor / caret, even when it is a block.
Is there a way to customize just the caret color ?
Thanks
-jg-
You can modify the caret color in Packages/Guna/themes/Guna.tmTheme. However, be careful, it shall be overwritten when updating.
Just downloaded this theme and itās really cool. I love the adaptive color theming. Some of the set colors (like the clock) can be a little hard to read using a light theme, but thatās pretty minor.
EDIT: Just realized that these are customizable. Nice!
I love this theme! Iāve been using this for more than 6 months now, I just have one minor issue. Is there any way to stop the scrollbars from disappearing completely? I code on a laptop and I find it inconvenient to click the scrollbar to scroll when itās completely invisible. I have to guess where it is and more often than not, I click somewhere else and it opens another file. I looked at the settings, but couldnāt figure out where to start. It would be nice if the scrollbars just go a little bit transparent instead of completely invisible. Thanks!
I donāt use this theme, but the overlay_scroll_bars
setting controls this generally in Sublime.
So, presuming that the theme isnāt blocking that somehow, you may want to try setting it to disabled
in your preferences and see if that helps.
// Valid values are "system", "enabled" and "disabled"
"overlay_scroll_bars": "system",