Skip to content

dsrkafuu/vscode-theme-aofuji

Repository files navigation


logo

Aofuji Light Theme

A minimal light theme extended from Aofuji.

GitHub Workflow Status GitHub release (latest by date) GitHub

Preview

Preview

Usage

Install directly in Aofuji Light Theme - VS Marketplace.

Or from Open VSX Registry.

Or use:

ext install dsrkafuu.vscode-theme-aofuji

The theme is recommended to be used with icons from Material Icon Theme.

The default enabled bracket pair colorization feature after VSCode 1.67 may makes the theme looks bad. Disable it manually when using the theme is recommended since there is no way to disable it by theme maker currently. Check out this issue for more details.

Theme Status

The theme is still in beta testing, so the color adjustment of some modules may have imperfections; syntax highlighting has been tested in HTML, JavaScript, CSS and Markdown files, if you encounter problems in other languages, please raise an issue.

If you have suggestions on how to improve the theme, please also raise an issue or add a pull request.

Development

Clone the repository, install deps and start dev server:

git clone https://github.com/dsrkafuu/vscode-theme-aofuji.git
cd vscode-theme-aofuji
npm install
npm run dev

Then open the folder with VSCode:

  • Press F5 to open a new window with theme loaded
  • Open File > Preferences > Color Themes and pick color themes

When opening a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the Inspect Editor Tokens and Scopes command from the Command Palette.

Open VSX Registry:

npx ovsx publish <file> -p <token>

License

The theme is released under the Mozilla Public License 2.0, for more information read the LICENSE.