UNPKG
processmaker-builder
Version:
3_2_2 (1.0.0)
latest (3.2.2)
3.2.2
1.0.0
The gulp task runner for ProcessMaker building
bitbucket.org/duhnnie/processmaker
processmaker-builder
/
gulliver
/
js
/
thirdparty
/
codepress
/
languages
/
java.css
8 lines
(6 loc)
•
263 B
CSS
View Raw
1
2
3
4
5
6
7
8
/* * CodePress color styles for Java syntax highlighting */
b
{
color
:
#7F0055
;
font-weight
:bold;
font-style
:normal;}
/* reserved words */
i
,
i
b
,
i
s {
color
:
#3F7F5F
;
font-weight
:bold;}
/* comments */
s, s
b
{
color
:
#2A00FF
;
font-weight
:normal;}
/* strings */