All Projects → spaceinvadev → alternight-vscode-theme

spaceinvadev / alternight-vscode-theme

Licence: MIT license
Repository of AlterNight, your new favorite theme for Visual Studio Code.

Projects that are alternatives of or similar to alternight-vscode-theme

valley-vscode
Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.
Stars: ✭ 14 (-73.58%)
Mutual labels:  dark-theme, color-theme, vscode-theme, visual-studio-code-theme
hash-dark-vscode
A minimal dark vscode theme inspired by Hashnode blog syntax highlighting.
Stars: ✭ 12 (-77.36%)
Mutual labels:  visual-studio, dark-theme, vscode-theme
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (-67.92%)
Mutual labels:  visual-studio, dark-theme, vscode-theme
Awesome Vscode
🎨 A curated list of delightful VS Code packages and resources.
Stars: ✭ 19,659 (+36992.45%)
Mutual labels:  visual-studio, vscode-theme, visual-studio-code-theme
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: ✭ 21 (-60.38%)
Mutual labels:  visual-studio, color-theme, vscode-theme
Halcyon Vscode
A dark blue theme for VS Code based on the Ayu Mirage theme
Stars: ✭ 108 (+103.77%)
Mutual labels:  dark-theme, color-theme, vscode-theme
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (-45.28%)
Mutual labels:  dark-theme, color-theme, vscode-theme
New Moon Vscode
New Moon Theme for Visual Studio Code.
Stars: ✭ 75 (+41.51%)
Mutual labels:  visual-studio, dark-theme
Dainty Vs
Dainty for Visual Studio – A color theme generator using Lab color space
Stars: ✭ 115 (+116.98%)
Mutual labels:  visual-studio, color-theme
revenant
minimalistic visual studio code color theme
Stars: ✭ 22 (-58.49%)
Mutual labels:  color-theme, vscode-theme
vscode-theme
A modern, good-looking, productivity-increaser theme for Visual Studio Code
Stars: ✭ 46 (-13.21%)
Mutual labels:  visual-studio, vscode-theme
vscode-dragon-theme
A VS Code dark theme for a cleaner and more streamlined interface. 😎
Stars: ✭ 29 (-45.28%)
Mutual labels:  dark-theme, vscode-theme
papercolor-vscode
the popular color theme from VIM to VsCode
Stars: ✭ 15 (-71.7%)
Mutual labels:  visual-studio, color-theme
Shades Of Purple Vscode
🦄 Shades of Purple — A professional theme with hand-picked & bold shades of purple to go along with your VSCode. Reviewed by several designers and 75+ theme versions released to keep it updated. One of the top rated best VSCode themes on VS Code Marketplace. Download →
Stars: ✭ 486 (+816.98%)
Mutual labels:  visual-studio, vscode-theme
nord-wave
🎨 Darker version of the awesome Nord theme for VS Code
Stars: ✭ 35 (-33.96%)
Mutual labels:  dark-theme, vscode-theme
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-69.81%)
Mutual labels:  visual-studio, vscode-theme
Samurai-theme-vscode
Samurai Theme for VSCode
Stars: ✭ 15 (-71.7%)
Mutual labels:  dark-theme, vscode-theme
aurora-future-vscode-theme
💜 A futuristic vscode theme.
Stars: ✭ 27 (-49.06%)
Mutual labels:  dark-theme, vscode-theme
DarkHider
Hide your important notes , text messages , phone numbers and more in pictures and protect your privacy.
Stars: ✭ 25 (-52.83%)
Mutual labels:  visual-studio, dark-theme
xcode-theme
Bring the color of the Xcode 'Default (Dark)', Xcode 'Classic (Dark)' and Xcode 'Classic (Light)' themes to Visual Studio Code.
Stars: ✭ 28 (-47.17%)
Mutual labels:  dark-theme, vscode-theme

AlterNight 🌠

Version Downloads

A Visual Studio Code theme for those who code at night


Previews

Home Screen


ReactJS

Preview JavaScript


JavaScript

Preview JavaScript


HTML

Preview HTML


Sass

Preview CSS


CSS

Preview CSS


JSON

Preview JSON


Installation

  1. Open the Extensions sidebar panel in VS Code. View → Extensions

  2. Search for AlterNight

  3. Click Install

  4. When prompted, select AlterNight as the color theme

In case of not being prompted to select a Color Theme upon installing, go to the menu bar and select: Code (File, on Windows) > Preferences > Color Theme > AlterNight. Alternatively, you can use the shortcut ⌘/Ctrl + K > ⌘/Ctrl + T and select AlterNight.


Recommended settings for a better experience

The typeface shown in the screenshots is MD IO — a nice monospace font I really like. You can get it from Future Fonts. I've also added some preferred typography-related settings, which you can get by adding the following to your settings.json file.

// Controls the font family
"editor.fontFamily": "'MD IO 0.3', monospace",

// Controls the font size in pixels
"editor.fontSize": 18,

// Controls letter spacing in pixels
"editor.letterSpacing": -0.72,

// Controls the font weight
"editor.fontWeight": "400",

// Controls the line height. Use 0 to compute the line height from the font size
"editor.lineHeight": 34,

// Enables/Disables font ligatures
"editor.fontLigatures": true,

Customize/Override theme colors

You can customize/override the AlterNight theme colors by adding the following theme-specific configuration to your settings file. For more advanced customization, refer to the corresponding VS Code Docs.


Example of basic customization

"editor.tokenColorCustomizations": {
  "[AlterNight]": {
      "comments": "#229977"
  }
},

Example of advanced customization

"editor.tokenColorCustomizations": {
  "[Your_Custom_AlterNight]": {
    "textMateRules": [
      {
        "scope": [
          "punctuation.definition.comment",
          "comment.block",
          "comment.line",
          "comment.block.documentation"
        ],
        "settings": {
          "foreground": "#ffff00"
        }
      }
    ]
  },
},

"workbench.colorCustomizations": {
  "[Your_Custom_AlterNight]": {
    "sideBar.background": "#ffff00",
  }
},

Contributions, Issues & Suggestions

Any feedback, issue reporting or suggestion is welcome. Feel free to submit your concern via the Repo's GitHub Issues page, provide feedback or request a feature by submitting a PR.


Changelog

All notable changes to this project are documented in the changelog. Consider checking the changelog prior to filing any issues as they may have already been addressed.


Credits

Made with ❤️ by @spaceinvadev

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].