Ricardo Wurmus <rek...@elephly.net> writes:
> Nathan Dehnel <ncdeh...@gmail.com> writes: > >> heard about guile-studio, but it doesn't appear to have a dark mode, >> and I imagine trying to add one would require a bunch of emacs-style >> screwing around with it. > > M-x modus-themes-toggle RET > > i.e. hold Alt, press x, then type “modus-themes-toggle” and hit the > return key. > > We can add a little toggle button to Guile Studio that does this. To affect the context menu and menu bar you’d also need to do set the GTK_THEME variable when starting Guile Studio, e.g. GTK_THEME=Adwaita:dark guile-studio I’ll try to change Guile Studio so that it will automatically pick the dark or light variant of the theme dependent on system preferences, but for now this is the workaround that should get you most of the way to a dark theme. -- Ricardo