Skip to content

ShejanMahamud/NightFallGlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NightFallGlow - Awesome Dark Theme Collection

Awesome & Aesthetic Dark Theme collections


Themes List

  • NightFallGlow - Dracula
  • NightFallGlow - Peace of the eye
  • NightFallGlow - Shades of gray
  • NightFallGlow - NighOwl
  • NightFallGlow - Ayu Dark
  • NightFallGlow - Andromeda
  • NightFallGlow - BlackBone

Theme Screenshots

  • NightFallGlow - Dracula

  • NightFallGlow - Peace of the eye

  • NightFallGlow - Shades of gray

  • NightFallGlow - NighOwl

  • NightFallGlow - Ayu Dark

  • NightFallGlow - Andromeda

  • NightFallGlow - BlackBone

Prerequisites

This theme is compatible for VS Code version 1.16.0+

Recommended settings for a better experience

{
  // editor
  "window.zoomLevel": 1,
  "editor.fontSize": 15,
  "editor.fontFamily": "Fira Code, Operator Mono",
  "editor.fontLigatures": true,
  "editor.wordWrap": "on",
  "editor.minimap.enabled": false,
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": "comment",
        "settings": {
          "fontStyle": "italic"
        }
      }
    ]
  },
  // cursor
  "editor.cursorSmoothCaretAnimation": "on",
  "editor.cursorBlinking": "expand",
  // config related to code formatting
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true,
  "[javascript]": {
    "editor.formatOnSave": false,
    "editor.defaultFormatter": null
  },
  "[javascriptreact]": {
    "editor.formatOnSave": false,
    "editor.defaultFormatter": null
  },
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    "source.fixAll.tslint": true,
    "source.organizeImports": true
  },
  "eslint.alwaysShowStatus": true,
  //terminal
  "terminal.integrated.fontSize": 13,
  "terminal.integrated.fontWeight": "normal",
  "terminal.integrated.fontFamily": "monospace",
  "workbench.colorTheme": "NightFall Glow - Dracula",
  "workbench.iconTheme": "vscode-icons",
  // terminal customization
  "workbench.colorCustomizations": {
    "terminal.background": "#000000",
    "terminal.foreground": "#0e0d0d",
    "terminalCursor.background": "#26d000",
    "terminalCursor.foreground": "#2ac607",
    "terminal.ansiBlack": "#007ca5",
    "terminal.ansiBlue": "#0D6678",
    "terminal.ansiBrightBlack": "#00a808",
    "terminal.ansiBrightBlue": "#0D6678",
    "terminal.ansiBrightCyan": "#00a465",
    "terminal.ansiBrightGreen": "#37ca02",
    "terminal.ansiBrightMagenta": "#14f300",
    "terminal.ansiBrightRed": "#FB543F",
    "terminal.ansiBrightWhite": "#1eae05",
    "terminal.ansiBrightYellow": "#01a03b",
    "terminal.ansiCyan": "#00a465",
    "terminal.ansiGreen": "#b94701",
    "terminal.ansiMagenta": "#00b631",
    "terminal.ansiRed": "#FB543F",
    "terminal.ansiWhite": "#00b655",
    "terminal.ansiYellow": "#04b124"
  },
  "security.workspace.trust.untrustedFiles": "open",
  "editor.linkedEditing": true,
  "explorer.confirmDelete": false
}

Copyright © 2024 Shejan Mahamud

Releases

No releases published

Packages

No packages published