Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Never be lost (night and day theme)New to Visual Studio Code? Get it now.
Never be lost (night and day theme)

Never be lost (night and day theme)

Fred Vatin

|
398 installs
| (1) | Free
| Sponsor
Never be lost in the interface of VS Code. Always know where is the focus and distinguish each element thanks to elegants themes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NEVER BE LOST • theme for VS CODE

Never be Lost © 2023 by Fred Vatin is licensed under CC BY-SA 4.0

Never be lost in the interface of VS Code. Always know where is the focus and each element while being elegant.

Please rate the extension on the marketplace if you like it. It will be greatly appreciated.

Features

  1. Elegant dark themes in night and day flavors
Day Night
overview default Night theme
  1. Very advanced tokenization colors for every language (comparison chart)
Default Never be Lost
jsjs default jsjs theme
jsonjson default jsonjson theme
csscss default csscss theme
  1. Always know where the focus is, what is the active editor and file. Very useful using groups.
Default Never be Lost
focus default focus theme

Installation

From the marketplace

  1. Search for Fred-Vatin.never-be-lost in the extensions section of your VS Code or go to the marketplace.
  2. Click on the install button.
  3. The theme should preview. Press enter to validate

From the CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension Fred-Vatin.never-be-lost

Override this theme

You can customize this theme or any other one.

Please follow the guide in the color theme documentation. This is handy for small tweaks to the theme without having to fork and maintain your own theme.

To override a specific theme only, use this model in your user settings :

"workbench.colorCustomizations": {
	"[Never be lost (Day)]": {
		// your customization here
	}
}

and

"editor.tokenColorCustomizations": {
	"[Never be lost (Day)]": {
		// your customization here
	}
}

Important settings

editor.occurrencesHighlight controls whether the editor should highlight semantic symbol occurrences. editor.selectionHighlight Controls whether the editor should highlight matches similar to the selection. If it is too distracting, I advise you to set it to false.

screenshot

Post your issue

Help to fix bugs and to improve this theme. Post an issue on github.

Pull requests are accepted.

Support me

If you like my work, you can offer me a coffee or sponsor me here.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft