https://github.com/shejanmahamud/nightfallglow
NightFallGlow is a Visual Studio Code theme extension with various dark mode themes
https://github.com/shejanmahamud/nightfallglow
dark-theme vs-code vs-code-dark-theme vs-code-extenstion vs-code-theme
Last synced: 3 months ago
JSON representation
NightFallGlow is a Visual Studio Code theme extension with various dark mode themes
- Host: GitHub
- URL: https://github.com/shejanmahamud/nightfallglow
- Owner: ShejanMahamud
- License: mit
- Created: 2023-11-01T15:10:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T10:04:57.000Z (about 1 year ago)
- Last Synced: 2025-01-07T23:36:35.601Z (4 months ago)
- Topics: dark-theme, vs-code, vs-code-dark-theme, vs-code-extenstion, vs-code-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=ShejanMahamud.nightfall-glow
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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
```json
{
// 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