You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a handy option to change the Windows Terminal app light/dark theme based on Windows settings.
However, I want that to change profiles schemes automatically based on Windows current theme.
What I wish is the following (pseudocode):
if Windows theme is dark
Windows Terminal app theme = dark;
Ubuntu profile scheme = "One Half Dark";
else
Windows Terminal app theme = light;
Ubuntu profile scheme = "Solarized Light";
endif
Although there is an option, as said, for Windows Terminal theme to follow Windows theme, I cannot find an option for my profiles schemes to follow Windows theme.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I found a handy option to change the Windows Terminal app light/dark theme based on Windows settings.
However, I want that to change profiles schemes automatically based on Windows current theme.
What I wish is the following (pseudocode):
Although there is an option, as said, for Windows Terminal theme to follow Windows theme, I cannot find an option for my profiles schemes to follow Windows theme.
Beta Was this translation helpful? Give feedback.
All reactions