🚀 Awesome Dark Mode Theme
🎨 A unique blend of Dark, Green, Red, and Black colors for a sleek and modern look.
This theme is designed for those who enjoy a visually appealing, dark interface with sharp, contrasting accents. It's perfect for coding, writing, or just navigating around with a bit of flair! The theme features calming green tones, bold red highlights, and a deep black background to enhance your focus.
🌟 Features
- Dark Mode Base: The theme uses a black and dark gray base, perfect for reducing eye strain.
- Green Accents: Green hues are used for secondary UI elements, links, and icons to create a vibrant and modern look.
- Red Highlights: Error messages and warnings are marked with red to grab your attention instantly.
- Black Core: The overall layout uses a true black background for sidebars and menus, offering a clean and minimalistic workspace.
📷 Screenshots
💻 Installation
Clone or download this repository:
git clone https://github.com/your-username/awesome-dark-mode-theme.git
Follow the installation instructions based on your editor:
- Visual Studio Code: Copy the
theme.json
file into your .vscode
folder.
- Other Editors: Refer to your editor's documentation for theme installation steps.
Apply the theme by going to your editor’s Settings > Appearance > Themes.
⚙️ Customization
If you'd like to tweak the theme further, simply edit the theme.json
or styles.css
file. For example, to change the green accent, modify the accent
class in the CSS:
.accent {
color: #33CC99; /* Change the hex value to any color you prefer */
}
🛠️ Contribution
We welcome contributions! Whether it's bug fixes, feature requests, or feedback, feel free to fork this repository, make your changes, and submit a pull request.
Enjoy the new Dark Mode theme! 🌑
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS or Ctrl+\
on Windows and Linux).
- Toggle preview (
Shift+Cmd+V
on macOS or Shift+Ctrl+V
on Windows and Linux).
- Press
Ctrl+Space
(Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!