这是一个基于 Nordfox 主题的深度定制版本,旨在提供极致的代码阅读体验。
- 优美的 UI: 继承了 Nordfox 优美的 UI 颜色。
- 增强的语义化高亮: 对变量、参数、属性、函数、类、关键字等进行了细致的颜色和样式区分,使代码层次更清晰。
- 区分关键字: 将
if/for/return等控制流关键字与function/var/class等声明关键字用不同颜色区分。 - 优化参数样式: 函数参数使用斜体,便于快速识别。
- 非斜体类名: 类名和类型定义使用常规字体,保持阅读一致性。
此主题未在 VS Code 扩展商店发布,请按照以下步骤手动安装:
-
下载主题
- 从 GitHub 下载此项目 (点击
Code>Download ZIP) 并解压。
- 从 GitHub 下载此项目 (点击
-
找到 VS Code 扩展目录
- Windows:
%USERPROFILE%\.vscode\extensions - macOS & Linux:
~/.vscode/extensions
- Windows:
-
复制主题文件夹
- 将解压后的整个项目文件夹移动到 VS Code 的
extensions目录中。
- 将解压后的整个项目文件夹移动到 VS Code 的
-
激活主题
- 重启 VS Code。
- 转到
文件 > 首选项 > 颜色主题,然后选择Nordfox Enhanced。
非常感谢原始的 Nightfox 主题,本主题基于它进行开发。
This is a deeply customized version based on the Nordfox theme, aiming to provide the ultimate code reading experience.
- Beautiful UI: Inherits the elegant UI colors of Nordfox.
- Enhanced Semantic Highlighting: Provides detailed color and style distinctions for variables, parameters, properties, functions, classes, keywords, etc., making the code hierarchy clearer.
- Differentiated Keywords: Distinguishes control flow keywords like
if/for/returnfrom declaration keywords likefunction/var/classwith different colors. - Optimized Parameter Style: Function parameters are italicized for quick identification.
- Non-italic Class Names: Class names and type definitions use a regular font style to maintain reading consistency.
This theme is not published to the VS Code Marketplace. Please follow these steps to install it manually:
-
Download the Theme
- Download this project from GitHub (click
Code>Download ZIP) and unzip it.
- Download this project from GitHub (click
-
Find the VS Code Extensions Folder
- Windows:
%USERPROFILE%\.vscode\extensions - macOS & Linux:
~/.vscode/extensions
- Windows:
-
Copy the Theme Folder
- Move the entire unzipped project folder into the VS Code
extensionsdirectory.
- Move the entire unzipped project folder into the VS Code
-
Activate the Theme
- Restart VS Code.
- Go to
File > Preferences > Color Themeand selectNordfox Enhanced.
A big thank you to the original Nightfox theme, which this theme is based on.
This project is licensed under the MIT License. See the LICENSE file for details.