Skip to content

lokeshkavisth/darkroom

Repository files navigation

Transform your Visual Studio Code workspace into a sleek and stylish environment with our Darkroom Theme. Featuring a rich, balanced-contrast color palette, this theme offers an optimal viewing experience for coders who prefer a dark background. Experience smoother and more efficient coding sessions with this highly customizable, eye-friendly theme that makes your code pop. Perfect for late-night coding sessions or those who want a distinctive look for their development environment. Download now and immerse yourself in the world of dark coding.

SCREENSHOTS

Peek view editor

1

Suggest widget

2

Merge conflicts

3

Marker navigation

4

Diff editor

5

Editor range highlighter

6

Editor selection background

7

Menu bar

8

Search panel

9

Terminal

10

Editor window

11

Donation

If you like this extension, you could donate via PayPal It will encourage me to make this extension better and better!

Suggest Editor Settings

 "editor.fontSize": 20,
 "editor.lineHeight": 30,
 "editor.fontFamily": "JetBrains Mono",

JetBrains Mono Download: https://www.jetbrains.com/lp/mono

Tweaks & theming

If you want to play around with new colors, use the setting workbench.colorCustomizations to customize the currently selected theme. For example, you can add this snippet in your "settings.json" file:

"workbench.colorCustomizations": {
  "tab.activeBackground": "#282c34",
  "activityBar.background": "#282c34",
  "sideBar.background": "#282c34",
  "tab.activeBorder": "#d19a66",
}

more info

For more information

Enjoy!