Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[themes] Add a "Recently Used" section at the top of the color themes menu #54597

Closed
kjleitz opened this issue Jul 18, 2018 · 4 comments
Closed
Assignees
Labels
feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code themes Color theme issues
Milestone

Comments

@kjleitz
Copy link

kjleitz commented Jul 18, 2018

I often switch between a dark theme and a light theme, depending on where I am and how much light there is. If I'm outside or next to a bright window, I switch over to a light theme, because it's far easier to read text despite the glare. On the other hand, if I'm in a darker area or in the office, I much prefer a dark theme because the contrast is better and it's easier on the eyes. My usual method of switching themes involves opening the command palette ( shift P), selecting "Preferences: Color Theme" (you can also get here with K, T... but muscle memory), and then having to scroll down/up to select my usual ones (specifically "Quiet Light" and "Tomorrow Night", not that it matters). I have a bunch of themes installed, so it tends to be faster to use the mouse to scroll up/down and select the right one, as opposed to navigating with the arrow keys. It's a bit of an interruption and minor pain.

So, my feature suggestion is to add a "Recently Used" section to the top of the menu to enable quick switching and easier navigation with the keyboard, much like the "Recently Used" section at the top of the root command palette menu. Right now, the three named sections in the menu are "Light Themes", "Dark Themes", and "High Contrast Themes", so the "Recently Used" section would be right at the top, above the "Light Themes" section.

Current "Preferences: Color Theme" menu:

screen shot 2018-07-18 at 1 18 11 pm

Current Command Palette menu (with "Recently Used" section at the top) as an example to model this feature after:

screen shot 2018-07-18 at 1 36 55 pm

(I'm on version 1.25.1, if it matters to those reading!)

@vscodebot vscodebot bot added the themes Color theme issues label Jul 18, 2018
@aeschli aeschli changed the title Add a "Recently Used" section at the top of the color themes menu [themes] Add a "Recently Used" section at the top of the color themes menu Jul 20, 2018
@aeschli aeschli added the feature-request Request for new features or functionality label Jul 20, 2018
@aeschli aeschli added this to the Backlog milestone Jul 20, 2018
@aeschli
Copy link
Contributor

aeschli commented Jul 20, 2018

You could, alternatively, directly modify the settings:

"workbench.colorTheme": "Default Dark+",
//"workbench.colorTheme": "Default Light+",

@kjleitz
Copy link
Author

kjleitz commented Oct 26, 2018

@aeschli I don't believe that solves the problem 😅The desire to have a "recently used" section is a result of frequently switching between themes; changing the settings for the default isn't really useful in this context.

@aeschli aeschli added the *out-of-scope Posted issue is not in scope of VS Code label Oct 9, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 9, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 9, 2019
@kjleitz
Copy link
Author

kjleitz commented Jul 11, 2022

For the sake of posterity: this issue was actually resolved (for my use case, at least) by the recently-released "Toggle between Light and Dark themes" feature 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code themes Color theme issues
Projects
None yet
Development

No branches or pull requests

2 participants