Dongdong pig
中文版本 / English Version
github
Dongdong is a cute piglet. Let it write code with you every day ~
It will always be on the left side of your editor.
Feature:
- There will always be a piglet on the left side of the editor
- Error prompts, new message prompts are all piglet style
- Green background color is more comfortable
- Cleaner code color, plus light-emitting fonts
When enabled, the effect is as follows:
Installation
Note: Be sure to install it step by step, otherwise it may not look good.
Install custom-css-and-js-loader Plugin
Enable custom-css-and-js-loader Plugin:
Steps:
- Press
cmd + shift + p
- Input
enable
- Select
enable Custom Css and Js option
Copy dongdongpig.css to a local file, Then open settings.json configuration as follows:
Mac:
{
"vscode_custom_css.policy": true,
"vscode_custom_css.imports": [
"file:///Users/{File Location}/dongdongpig.css"
]
}
Windows:
{
"vscode_custom_css.policy": true,
"vscode_custom_css.imports": [
"file://C:/{File Location}/dongdongpig.css"
]
}
Restart will take effect.~
Thanks
Thank Dongdong for being with me all the time.~
| |