All Projects β†’ TimGr β†’ valley-vscode

TimGr / valley-vscode

Licence: other
Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to valley-vscode

alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: ✭ 53 (+278.57%)
Mutual labels:  dark-theme, color-theme, vscode-theme, visual-studio-code-theme
lunar-theme
πŸŒ“ A minimal dark and light theme for Visual Studio Code. Handpicked colours, easy on the eyes, and perfect for coding in the day/night.
Stars: ✭ 24 (+71.43%)
Mutual labels:  dark-syntax-theme, color-theme, vscode-theme, dark-vscode-theme
Night Owl Vscode Theme
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, πŸ¦‰ LIGHT OWL: a daytime light theme
Stars: ✭ 2,368 (+16814.29%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme, dark-vscode-theme
aylin-vscode-theme
🌌Aylin: a modern and minimal VS Code dark theme with bright colors
Stars: ✭ 17 (+21.43%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+621.43%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (+107.14%)
Mutual labels:  dark-theme, color-theme, vscode-theme
Halcyon Vscode
A dark blue theme for VS Code based on the Ayu Mirage theme
Stars: ✭ 108 (+671.43%)
Mutual labels:  dark-theme, color-theme, vscode-theme
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: ✭ 165 (+1078.57%)
Mutual labels:  dark-theme, vscode-theme
Hydrangea Vim
Hydrangea theme for Vim.
Stars: ✭ 121 (+764.29%)
Mutual labels:  dark-theme, color-theme
Andromeda
πŸš€ Dark theme for vscode
Stars: ✭ 165 (+1078.57%)
Mutual labels:  dark-theme, vscode-theme
Idea One Dark Theme
One Dark theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm
Stars: ✭ 971 (+6835.71%)
Mutual labels:  dark-theme, color-theme
Vscode One Monokai
🎨 Vscode One Monokai theme.
Stars: ✭ 214 (+1428.57%)
Mutual labels:  dark-theme, vscode-theme
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: ✭ 21 (+50%)
Mutual labels:  color-theme, vscode-theme
Aura Theme
πŸ’…β€A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (+1035.71%)
Mutual labels:  dark-theme, color-theme
Lukin Vscode Theme
🎨 Lukin Theme for VS Code
Stars: ✭ 142 (+914.29%)
Mutual labels:  dark-theme, vscode-theme
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (+21.43%)
Mutual labels:  dark-theme, vscode-theme
revenant
minimalistic visual studio code color theme
Stars: ✭ 22 (+57.14%)
Mutual labels:  color-theme, vscode-theme
calamity-vscode
A purple dark theme with medium to high contrast for Visual Studio Code βš›οΈ
Stars: ✭ 27 (+92.86%)
Mutual labels:  dark-theme, vscode-theme
Horizon Theme Vscode
🎨 A beautifully warm dual theme for Visual Studio Code
Stars: ✭ 506 (+3514.29%)
Mutual labels:  dark-theme, vscode-theme
nord-wave
🎨 Darker version of the awesome Nord theme for VS Code
Stars: ✭ 35 (+150%)
Mutual labels:  dark-theme, vscode-theme

Valley Theme for Visual Studio Code

Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.

Visual Studio Marketplace Version Visual Studio Marketplace Installs Preview in vscode.dev

Valley screenshot


πŸš€ My motivation to build Valley

I've always had this feeling about themes like: "If I use this theme it makes me a better developer", which is of course totally stupid, but I've always had this feeling and changed my theme many times. But I didn't felt completely comfortable with any of it and was kind of blocked in my work. Because colors were not harmonious, contrasts were missing or much too strong. And all in all, I always lacked orientation because there was a lack of design in some way. And so I have developed my own. Of course this is a very personal perception, and this theme won't fit 100% for some people either. But maybe only a few people have as much fun with Valley as I do.

πŸ“¦ How to Install

  • Open the "Extensions" sidebar in Visual Studio Code
  • Search for Valley
  • Choose "Valley" by Tim Grochowski and click "Install"
  • Select the Theme

or via "Quick Open, Go to File..."

  • Open the "Quick Open, Go to File..." input, by pressing the ⌘P shortcut on macOS or Ctrl+P on Windows/Linux
  • Copy-Paste this line ext install TimGrochowski.valley-vscode
  • Press Enter

and if you like Valley rate it or write a review in the marketplace ✨

πŸŒ„ Screenshots

You can find more screenshots here. Or even better: Use the Theme Tester Playground here.

Vivid and pleasant syntax color palette for long coding sessions.

Valley syntax JavaScript

Valley syntax CSS

Valley syntax HTML

To improve orientation, I have colored the surfaces according to their z-axis. The closer a surface is to the user, the brighter it is.

Valley surfaces and command palette

I have tried to be AA compliant and achieve a contrast ratio of 4.5 for all main color combinations.

Valley terminal

Features like search or Git have their own color palette and are consistent in their use. For example, all search-related colors are consistently yellow.

Valley search editor

🎨 Color Palette

You can explore Valley's color palette on calcolor.co.

πŸ‘€ Personalization

If something does not look the way you want it to, feel free to overwrite it via user settings and give Valley your own personal touch. For more Information see the Visual Studio Code docs for "Customizing a Color Theme".

βš™οΈ Recommended Settings

I can highly recommend the following settings to improve readability and appearance of Visual Studio Code. These are also the settings that can be seen on the screenshots:

"workbench.colorTheme": "Valley",
// Editor
"editor.padding.top": 24,
"editor.padding.bottom": 24,
// Typography
// https://www.jetbrains.com/lp/mono/
"editor.fontFamily": "JetBrains Mono, monospace",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.lineHeight": 30,
"editor.letterSpacing": 0.2,
"editor.suggestFontSize": 14,
"editor.fontWeight": "400",
"workbench.tree.indent": 16,
// Minimap
"editor.minimap.renderCharacters": false,
// Icon Theme
// I like using the 'Material Icon Theme' with these settings
// https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.saturation": 0.75,
"material-icon-theme.folders.color": "#C5C5C9",
"material-icon-theme.folders.theme": "classic",

πŸ’¬ Feedback and Issues

If you have any suggestions, feedback or if you found a bug, please file an issue and let me know. I am very happy about every feedback. Screenshots are very welcome.

πŸ‘ͺ Valley Adoptions

πŸ”§ Tools

I have used a lot of great tools that have helped me to create this theme:

©️ License

Valley Theme by Tim Grochowski is licensed under the "Creative Commons Attribution-NonCommercial 4.0 International" License.


The syntax color palette was partly inspired by the Google Chrome DevTools Theme (in darkmode). I used language scopes from the Visual Studio Code Dark+ Theme to jumpstart Valley.


Valley is available for free in the Visual Studio Marketplace. If you enjoy using it and want to say thank you then you can buy me a coffee and/or rate it/write a review in the marketplace ✨.

Enjoy ❀️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].