Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 1.64 KB

README.md

File metadata and controls

67 lines (49 loc) · 1.64 KB

Day's Watch: Light Theme for Visual Studio Code

Features

  • 🌟 Carefully selected color palette for optimal contrast
  • 🎨 Consistent syntax highlighting across popular languages
  • 👁️ Enhanced readability for long coding sessions
  • 🔍 Special attention to semantic highlighting
  • ⚡ Support for major frameworks and languages

Installation

  1. Open Visual Studio Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "Day's Watch"
  4. Click Install
  5. Press Ctrl+K Ctrl+T (Cmd+K Cmd+T on macOS) to open the theme selector
  6. Select "Day's Watch" from the list

Supported Languages

  • JavaScript
  • Vuejs
  • HTML/CSS
  • PHP
  • Dart
  • Markdown

Contributing

Your contributions are always welcome! Here's how you can help:

Creating Issues

  1. Go to the Issues tab
  2. Click "New Issue"
  3. Choose the appropriate template:
    • Bug report
    • Feature request
    • Color scheme adjustment
  4. Fill in the required information
  5. Submit the issue

Submitting Pull Requests

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/improvement)
  3. Make your changes
  4. Test the changes locally
  5. Commit your changes (git commit -m 'Add some feature')
  6. Push to the branch (git push origin feature/improvement)
  7. Open a Pull Request

Please make sure to:

  • Follow the existing code style
  • Update the README.md with details of changes (if applicable)
  • Update the theme version in package.json (if applicable)

Acknowledgments

  • Thanks to all contributors who have helped shape this theme
  • Special thanks to the VS Code team for their excellent theming documentation

Made with ❤️ by KjartanBourgeois