X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fstatic%2Fshell%2Fopencloud_shell.css;h=4a24cf01f5a139deaebd92b3ca356c1fd6dd3eb6;hb=4e9f35f24c2cf4904c5f3ab01cc725d759046e83;hp=26df63fe85cd3b5c370d3bd6bbdc3c2b1d8a7fd9;hpb=c9dcc7888096394108fc3524cea5b6c90a1f6064;p=plstackapi.git diff --git a/planetstack/core/static/shell/opencloud_shell.css b/planetstack/core/static/shell/opencloud_shell.css index 26df63f..4a24cf0 100644 --- a/planetstack/core/static/shell/opencloud_shell.css +++ b/planetstack/core/static/shell/opencloud_shell.css @@ -55,3 +55,31 @@ font-size: 16px; margin-left: 2px; } + +/* an experiment with syntax hilighting */ + +.terminal_string { + /*color:green; */ + color:#859900; +} + +.terminal_number { + /*color:darkorange;*/ + color:#d33682; +} + +.terminal_boolean { + /*color:blue;*/ + color:#7777A0; +} + +.terminal_null { + /*color:magenta;*/ + color:#A000A0; +} + +.terminal_key { + /*color:red;*/ + color:#268bd2; +} +