Status screen background.
In recent version something must have happened to the background settings; previously it did inherit background properly from the theme; now it does alter from it - unfortunately picking up weird shade making screen bit hard to read.
Is there a way to control the background?
Check the console for errors maybe? Also check in your user folder the GitSavvy subfolder with the themes it produced. You can guess by the filename for which view they are used. Maybe just check them if they are garbled somehow.
Generally there is no intent to modify the background of a view, just some selectors are added for dynamic highlights.
Also maybe a pic of how it looks right now.
Thanks - I've updated ~/Library/Application Support/Sublime Text 3/Packages/User/GitSavvy/GitSavvy.dashboard_view.color_scheme.hidden-tmTheme - background property; now it does look like it did before.
Oops, apparently it overwrites it.
Haha, yes it overwrites. Still you could diff the GitSavvy custom theme with the one you want to use.
And also search and find where the background color might come from.
Ok. What I did is:
- I had to unpack Behave color scheme I've been using in order to override background color there instead of "customize color scheme" approach
- Twist: You need to re-select the color scheme in sublime
- Once done, generated GitSavvy .tmTheme did include the "overrided" background setting.
Hacky, but it gets the job done.
Cheers
czw., 17 lip 2025 o 14:48 herr kaste @.***> napisał(a):
kaste left a comment (timbrel/GitSavvy#2000) https://github.com/timbrel/GitSavvy/issues/2000#issuecomment-3083946464
Haha, yes it overwrites. Still you could diff the GitSavvy custom theme with the one you want to use.
— Reply to this email directly, view it on GitHub https://github.com/timbrel/GitSavvy/issues/2000#issuecomment-3083946464, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEVV6W22QHNQ55J2B3CQO33I6LSJAVCNFSM6AAAAACBUWK4WWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAOBTHE2DMNBWGQ . You are receiving this because you modified the open/close state.Message ID: @.***>
-- Wojtek Zalewski w @.>@.
Ugly. But for the graph/repo history view we use the same procedure for years.
Ideally, we would use this thing you created via "customize color scheme" as the blueprint and just add the needed scopes there.