All Projects → manekinekko → windows-nt-vscode-theme

manekinekko / windows-nt-vscode-theme

Licence: MIT License
A Windows NT/2000 theme for VS Code 🎉

Projects that are alternatives of or similar to windows-nt-vscode-theme

Squeeze
ISSRE 2019: Generic and Robust Localization of Multi-Dimensional Root Cause
Stars: ✭ 51 (-19.05%)
Mutual labels:  code
Hacktoberfest-2021
An Open Source repository to Teach people How to contribute to open sources.
Stars: ✭ 98 (+55.56%)
Mutual labels:  code
micro-code-analyser
A tiny Node.js microservice to detect the language of a code snippet
Stars: ✭ 21 (-66.67%)
Mutual labels:  code
profiling
Non-discriminatory profiling of Ruby code leveraging the ruby-prof gem
Stars: ✭ 12 (-80.95%)
Mutual labels:  code
Julia
Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
Stars: ✭ 216 (+242.86%)
Mutual labels:  code
pix-payload-generator.net
Gerar payload para qrcode estático PIX. (Sistema de pagamento instantâneo do Brasil) Sem a necessidade de conexão com um PSP.
Stars: ✭ 23 (-63.49%)
Mutual labels:  code
GStreamer-Python
Fetch RTSP Stream using GStreamer in Python and get image in Numpy
Stars: ✭ 81 (+28.57%)
Mutual labels:  code
VerificationCode
简单的滑动验证码JS插件 图片验证码
Stars: ✭ 15 (-76.19%)
Mutual labels:  code
security-code
A powerful security code input supports dynamic configuration of the number of input boxes.
Stars: ✭ 63 (+0%)
Mutual labels:  code
Discord-Nitro-BruteForce
simple discord nitro code generator and checker written in c#
Stars: ✭ 26 (-58.73%)
Mutual labels:  code
coderz
coderz.ir
Stars: ✭ 25 (-60.32%)
Mutual labels:  code
ConductOfCode
Code examples for the blog
Stars: ✭ 15 (-76.19%)
Mutual labels:  code
Bijou.js
Bijou.js: Useful JavaScript snippets in one simple library
Stars: ✭ 30 (-52.38%)
Mutual labels:  code
laravel-qr-code-login
Today I will be showing you how to implement Laravel login with QRcode in a website. You can use my Laravel Starter so you can start the project in one minute .
Stars: ✭ 72 (+14.29%)
Mutual labels:  code
go-captcha
Go Captcha is a behavioral captcha, which implements the generation of random verification text and the verification of click position information.
Stars: ✭ 86 (+36.51%)
Mutual labels:  code
KodeEditor
A simple code editor with syntax highlighting and pinch to zoom
Stars: ✭ 60 (-4.76%)
Mutual labels:  code
SwiftyCodeView
Fully customizable UI Component for verification codes written in swift with RxSwift support!
Stars: ✭ 86 (+36.51%)
Mutual labels:  code
open-gsa-redesign
A fresh start for open.gsa.gov.
Stars: ✭ 27 (-57.14%)
Mutual labels:  code
opendev
OpenDev is a non-profit project that tries to collect as many resources (assets) of free use for the development of video games and applications.
Stars: ✭ 34 (-46.03%)
Mutual labels:  code
parse-cloud-class
Extendable way to set up Parse Cloud classes behaviour
Stars: ✭ 40 (-36.51%)
Mutual labels:  code

A Windows NT/2000 theme for VS Code

Install

From Visual Studio Marketplace

  1. Go to Visual Studio Marketplace.
  2. Click on the "Install" button.
  3. Then select a theme. Currently the following themes are available:
    • Windows NT

From VS Code

  1. Open the extension view ⇧⌘X
  2. Search for @category:"themes" windows NT
  3. Locate the theme and click "Install"

Selecting the Color Theme

  1. In VS Code, open the Color Theme picker with File > Preferences > Color Theme. (Code > Preferences > Color Theme on macOS).
  2. You can also use the keyboard shortcut ⌘K ⌘T to display the picker.
  3. Use the cursor keys to preview.
  4. Select "Windows NT" and press Enter.

Override this theme

You can also override this (or any other) theme in your personal config file. Please follow the guide in the color theme documentation.

Contribute

  1. Clone and open this repo in VS Code
  2. Press F5 to open a new window with your extension loaded
  3. Open Code > Preferences > Color Theme ⌘k ⌘t and pick the "Windows NT"
  4. Update files under /themes/ or /fileicons/ folders.
    • UI: For all changes to the "outer UI", like (status bar, file navigation etc.), take a look at the Theme Color reference.
    • Syntax: For changes to the "code highlighting", examine the syntax scopes by invoking the Developer: Inspect Editor Tokens and Scopes command from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac) in the Extension Development Host window.
    • Icons: For changes to the icons, take a look at the File Icon Theme reference.
  5. Commit your changes and open a PR.

Note:

  • Changes to the theme files are automatically applied to the Extension Development Host window, so no reloading should be necessary.

Publish

  1. Squash and merge Pull Requests that are ready to be published into main.
  2. Run npm run package -- [version]. Follow the SemVer convention and replace [version] with one of the following options:
    • patch for bug fixes
    • minor for improvements
    • major for breaking or bigger changes
  3. Push your changes to GitHub
  4. Run npm run release to publish the theme on the Marketplace.

Credits

This theme was inspired by the official Windows 98 / Windows 2000 / Windows NT themes. The Code Editor theme scheme was inspired by the default Light (Visual Studio) theme shipped by VS Code. File icons are credited to Alex Meub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].