diff options
author | Brijeshcr | 2017-07-07 23:14:41 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 23:14:41 +0530 |
commit | 723928f6b2e65853510f3d527d69d2e7f1c90ae6 (patch) | |
tree | b8a1356795691cf0be50f86c3b859e40edfbde3e /help/en_US/scilab_en_US_help/c_code.css | |
parent | e3bea007e2fae247b4d761bb50c7e28b16268405 (diff) | |
download | scilab2c-723928f6b2e65853510f3d527d69d2e7f1c90ae6.tar.gz scilab2c-723928f6b2e65853510f3d527d69d2e7f1c90ae6.tar.bz2 scilab2c-723928f6b2e65853510f3d527d69d2e7f1c90ae6.zip |
Changes
Diffstat (limited to 'help/en_US/scilab_en_US_help/c_code.css')
-rw-r--r-- | help/en_US/scilab_en_US_help/c_code.css | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/help/en_US/scilab_en_US_help/c_code.css b/help/en_US/scilab_en_US_help/c_code.css new file mode 100644 index 00000000..948d2eea --- /dev/null +++ b/help/en_US/scilab_en_US_help/c_code.css @@ -0,0 +1,54 @@ +.ccomment { + font-style: italic; + color: #b22222 +} + +.cdefault { + font-style: normal; + color: #000000 +} + +.copenclose { + font-style: normal; + color: #000000 +} + +.coperator { + font-style: normal; + color: #000000 +} + +.cstring { + font-style: normal; + color: #a6557a +} + +.ctype { + font-style: normal; + color: #55a655 +} + +.cpreprocessor { + font-style: normal; + color: #9965a6 +} + +.cid { + font-style: normal; + color: #000000 +} + +.ckeyword { + font-style: normal; + color: #ad3ff2 +} + +.cmodifier { + font-style: normal; + color: #ad3ff2 +} + +.cnumber { + font-style: normal; + color: #008b8b +} |