Skip to content

Commit 458e39d

Browse files
authored
add more keys to color platte (#189)
this adds more common objects to color theme.
1 parent ba807ac commit 458e39d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/kirin/print/printer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ class RichConsoleOptions(TypedDict, total=False):
5757
"keyword": "red",
5858
"symbol": "cyan",
5959
"warning": "yellow",
60+
"string": "green",
61+
"irrational": "magenta",
6062
}
6163
),
6264
"light": Theme(
@@ -67,6 +69,8 @@ class RichConsoleOptions(TypedDict, total=False):
6769
"keyword": "red",
6870
"symbol": "cyan",
6971
"warning": "yellow",
72+
"string": "green",
73+
"irrational": "magenta",
7074
}
7175
),
7276
}

0 commit comments

Comments
 (0)