forked from rcore-os/rCore-Tutorial-Book-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Pygments 默认配色: | ||
Keyword.Constant 深绿加粗 | ||
Keyword.Declaration 深绿加粗 | ||
Keyword.Namespace 深绿加粗 | ||
Keyword.Pseudo 浅绿 | ||
Keyword.Reserved 深绿加粗 | ||
Keyword.Type 樱桃红 | ||
Name.Attribute 棕黄 | ||
Name.Builtin 浅绿 | ||
Name.Builtin.Pseudo 浅绿 | ||
Name.Class 深蓝加粗 | ||
Name.Constant 棕红 | ||
Name.Decorator 浅紫 | ||
Name.Entity 灰色 | ||
Name.Exception 深红 | ||
Name.Function 深蓝 | ||
Name.Function.Magic 深蓝 | ||
Name.Label 棕黄 | ||
Name.Namespace 深蓝加粗 | ||
Name.Other 默认黑色 | ||
Name.Tag 深绿加粗 | ||
Name.Variable 蓝黑 | ||
|
||
|
||
通用寄存器 -> 棕黄 Name.Attribute | ||
CSR -> 棕红 Name.Constant | ||
指令 -> 浅紫 Name.Decorator | ||
伪指令 -> 樱桃红 Keyword.Type | ||
Directives -> 深蓝 Name.Function | ||
标签/剩余字面量 -> 浅绿 Name.Builtin | ||
数字 -> Number | ||
|