Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edujbarrios/vs_code_github_dark_inspired_theme
A visual studio code theme created bt myself that portraits the style of github dark, to set it up on your own Visaul Studio Code
https://github.com/edujbarrios/vs_code_github_dark_inspired_theme
Last synced: 29 days ago
JSON representation
A visual studio code theme created bt myself that portraits the style of github dark, to set it up on your own Visaul Studio Code
- Host: GitHub
- URL: https://github.com/edujbarrios/vs_code_github_dark_inspired_theme
- Owner: edujbarrios
- Created: 2024-03-19T09:39:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T09:41:44.000Z (10 months ago)
- Last Synced: 2024-03-19T10:56:12.799Z (10 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌌 GitHub Dark Theme for VS Code
Welcome to the **GitHub Dark Theme** for Visual Studio Code! 🎉 A sleek, dark theme that mimics the GitHub dark mode appearance, providing a comfortable and focused development environment right in your editor.
## 🚀 Features
- 🎨 Extensive color palette mirroring GitHub's dark mode.
- 📑 Full syntax highlighting support for a wide range of languages.
- 🌙 Reduced eye strain and improved focus in low-light conditions.
- 💅 Customizable editor and UI theme settings.## 📦 Installation
1. Open **Visual Studio Code**.
2. Navigate to **Extensions** (or press `Ctrl+Shift+X`).
3. Search for `GitHub Dark Theme`.
4. Click **Install** next to the theme extension.
5. Once installed, open the **Command Palette** with `Ctrl+Shift+P`.
6. Type `Color Theme` and select it.
7. Search for **GitHub Dark** and hit `Enter` to apply.## 🖌 Customization
To further tailor the theme to your liking, VS Code allows customization of the color theme. Navigate to `File > Preferences > Settings` (or `Code > Preferences > Settings` on Mac), and incorporate overrides in your `settings.json`.
Example:
```json
"workbench.colorCustomizations": {
"[GitHub Dark]": {
"editor.background": "#282c34",
"editor.foreground": "#ffffff"
// Add more customizations here
}
}