A modern theme for Sublime Text!
You can install Kanji via Package Control.
- Press cmd/ctrl + shift + p to open the command palette.
- Type
install package
and press enter. Then search forkanji
- Download the latest release, extract and rename the directory to
ayu
. - Move the directory inside your sublime
/Packages
directory. (Preferences > Browse packages...)
While you can use any font you wish, Kanji by default uses Roboto Mono as main font and it's highly recommended to install it to get monospaced font in filetree. But if you don't have it then the UI theme will downgrade to standard UI font used in Sublime Text.
Kanji supports customization via A File Icon package. Please install it and restart Sublime for better expereince.
You can install Kanji via Package Control.
- Press cmd/ctrl + shift + p to open the command palette.
- Type
install package
and press enter. Then search forkanji
- Download the latest release, extract and rename the directory to
ayu
. - Move the directory inside your sublime
/Packages
directory. (Preferences > Browse packages...)
Open command palette via Tools > Command Palette
(or cmd/ctrl + shift + p) and type Kanji: Activate theme
.
Skins provides a simple and efficient way to change themes, save your own presets and quickly try out new looks. Activation is as simple as opening up the command palette, running Select Skin
and choosing Kanji - Dark
or Kanji - Light
from the list.
Add these lines to your user settings Preferences > Setting - User:
For light theme:
"theme": "kanji.light.sublime-theme",
"color_scheme": "Packages/kanji/kanji.light.tmTheme",
For dark theme:
"theme": "kanji.dark.sublime-theme",
"color_scheme": "Packages/kanji/kanji.dark.tmTheme",
Kanji
for Atom: https://github.com/tassyguy/kanji-uiKanji
for VSCode: https://github.com/teabyii/kanji-vscode