1.syntax-theme-base .syntax .python .decorator {
2  color: #ffb600;
3  font-weight: bold; }
4.syntax-theme-base .syntax .python .builtin {
5  color: #3333ff;
6  font-style: italic; }
7