Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Hridoy's Dark ThemeNew to Visual Studio Code? Get it now.
Hridoy's Dark Theme

Hridoy's Dark Theme

Md Hridoy

|
22 installs
| (0) | Free
Hridoy's dark Theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

My VSCode Extension

Welcome to My VSCode Extension! This extension adds exciting features to enhance your Visual Studio Code experience.

Features

  • Feature 1: This is a very simple Color theme using just for eye catching perpuse.
  • Feature 2: Color theme just for you.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
  3. Search for "Hridoy's Dark Theme."
  4. Click the Install button to install it.

Usage

Once the extension is installed, you can start using its features:

  • Step 1: Just click Install button and set color theme.

Configuration

You can configure the extension by modifying your VSCode settings. Here's an example of how to configure the extension:

  1. Open your VSCode settings.
  2. Open settings.json file."
  3. Simply copy and paste your json section

{ // editor "editor.fontSize": 20, "editor.fontFamily": "Fira Code, Operator Mono", "editor.fontLigatures": true, "editor.wordWrap": "on", "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "comment", "settings": { "fontStyle": "italic" } } ] }, // cursor "editor.cursorSmoothCaretAnimation": "on", "editor.cursorBlinking": "expand", // config related to code formatting "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "[javascript]": { "editor.formatOnSave": false, "editor.defaultFormatter": null }, "[javascriptreact]": { "editor.formatOnSave": false, "editor.defaultFormatter": null }, "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.tslint": true, "source.organizeImports": true }, "eslint.alwaysShowStatus": true, //terminal "terminal.integrated.fontSize": 16, "terminal.integrated.fontWeight": "normal", "terminal.integrated.fontFamily": "Fira Code, Operator Mono", "workbench.colorTheme": "Hridoy's Dark Theme", "workbench.iconTheme": "vscode-icons", // terminal customization "workbench.colorCustomizations": { "terminal.background": "#1D2021", "terminal.foreground": "#A89984", "terminalCursor.background": "#A89984", "terminalCursor.foreground": "#A89984", "terminal.ansiBlack": "#1D2021", "terminal.ansiBlue": "#0D6678", "terminal.ansiBrightBlack": "#665C54", "terminal.ansiBrightBlue": "#0D6678", "terminal.ansiBrightCyan": "#8BA59B", "terminal.ansiBrightGreen": "#95C085", "terminal.ansiBrightMagenta": "#8F4673", "terminal.ansiBrightRed": "#FB543F", "terminal.ansiBrightWhite": "#FDF4C1", "terminal.ansiBrightYellow": "#FAC03B", "terminal.ansiCyan": "#8BA59B", "terminal.ansiGreen": "#95C085", "terminal.ansiMagenta": "#8F4673", "terminal.ansiRed": "#FB543F", "terminal.ansiWhite": "#A89984", "terminal.ansiYellow": "#FAC03B" }, "files.autoSave": "afterDelay", "workbench.editor.enablePreview": false }

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

No need for now

Feedback

If you encounter any issues or have suggestions for improvement, please don't hesitate to mail me open an issue.

Contributing

We welcome contributions from the community. If you'd like to contribute to this project, please follow our contribution guidelines.

License

This extension is not licensed....

Acknowledgments

We would like to thank the open-source community and the contributors who have helped make this extension possible.

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