diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 03:40:41 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 03:40:41 -0800 |
commit | c0e9154d6a1fa116871794a161c6f75a71742ed4 (patch) | |
tree | 436b24f6eb07da300a9613e6b2bea854bad555b2 /html/082scenario_screen.cc.html | |
parent | e60569995174ab119dfc7ae2bace76328bb35241 (diff) | |
download | mu-c0e9154d6a1fa116871794a161c6f75a71742ed4.tar.gz |
2745
Diffstat (limited to 'html/082scenario_screen.cc.html')
-rw-r--r-- | html/082scenario_screen.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/082scenario_screen.cc.html b/html/082scenario_screen.cc.html index d37e406a..4bc94f75 100644 --- a/html/082scenario_screen.cc.html +++ b/html/082scenario_screen.cc.html @@ -16,7 +16,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color .Identifier { color: #fcb165; } .Normal { color: #eeeeee; background-color: #080808; } .traceContains { color: #008000; } -.Special { color: #ff6060; } +.Special { color: #c00000; } .Constant { color: #00a0a0; } .Delimiter { color: #800080; } .Comment { color: #9090ff; } |