OILS / web / language.css View on Github | oilshell.org

19 lines, 15 significant
1/* For syntax highlighting ``` blocks */
2
3.sh-prompt {
4 font-weight: bold;
5 color: #666;
6}
7
8.sh-command {
9 color: darkblue;
10}
11
12.sh-comment {
13 font-style: italic;
14 color: green;
15}
16
17.sh-tab-complete {
18 color: #666;
19}