UNPKG
rot-js
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
A roguelike toolkit in JavaScript
ondras.github.io/rot.js
ondras/rot.js
rot-js
/
manual
/
syntax
/
syntax.css
16 lines
(12 loc)
•
132 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.keyword
{
color
:
#33a
; }
.number
{
color
:
#a33
; }
.string
,
.string
* {
color
:
#555
; }
.comment
,
.comment
* {
color
:
#282
; }