https://github.com/ganevdev/in-the-fog-theme
This is a dark, green and flat theme, focused primarily on web development. The main idea of this theme is to reduce the visibility of all the least important elements of the vs code interface so that it would be easier for you to focus on the code.
https://github.com/ganevdev/in-the-fog-theme
theme vscode-theme
Last synced: 21 days ago
JSON representation
This is a dark, green and flat theme, focused primarily on web development. The main idea of this theme is to reduce the visibility of all the least important elements of the vs code interface so that it would be easier for you to focus on the code.
- Host: GitHub
- URL: https://github.com/ganevdev/in-the-fog-theme
- Owner: ganevdev
- License: mit
- Created: 2020-04-01T20:58:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T22:54:15.000Z (over 2 years ago)
- Last Synced: 2025-04-08T08:40:16.632Z (10 months ago)
- Topics: theme, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=ganevru.in-the-fog-theme
- Size: 543 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# In The Fog - VS Code Theme

This is dark, green and flat theme, focused primarily on web development. The main idea of this theme is to reduce the visibility of all the least important elements of the vs code interface so that it would be easier for you to focus on the code.
In The Fog Theme:
- Here, there are no borderlines separating interface elements.
- Almost everything uses the same background color.
- For the code, calm, but at the same time, contrast and distinguishable colors are used.
- Auxiliary elements of VS code, such as, say, an element showing the number of modified files in git, do not try to attract attention.
Colors are mainly based on the [Slime Them](https://marketplace.visualstudio.com/items?itemName=smlombardi.slime).
The syntax is similar to the syntax of the [New Moon Syntax Theme](https://marketplace.visualstudio.com/items?itemName=taniarascia.new-moon-vscode)
Font: [Fira Code](https://github.com/tonsky/FiraCode)
Recommended Settings:
```json
{
"workbench.colorTheme": "In The Fog Dark",
"editor.fontFamily": "Fira Code, Roboto Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
}
```