about summary refs log tree commit diff stats
path: root/update_html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 04:03:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 04:03:36 -0700
commit98e3a41bf96b37d94f6b0a0e98a4635a174e9903 (patch)
tree635ff55d980a22d08ec713c9092181a6b5542a3c /update_html
parent2d29369f92eeecf2189ddeff3c7bd3260e1ab130 (diff)
downloadmu-98e3a41bf96b37d94f6b0a0e98a4635a174e9903.tar.gz
3542
Keep color of control flow keywords from bleeding into that of function
headers.
Diffstat (limited to 'update_html')
-rwxr-xr-xupdate_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_html b/update_html
index 4d94fc8f..88b86e1a 100755
--- a/update_html
+++ b/update_html
@@ -16,7 +16,7 @@ process() {
   sed -i 's/^\.Comment .*/.Comment { color: #9090ff; }/' $1.html
   sed -i 's/^\.Delimiter .*/.Delimiter { color: #800080; }/' $1.html  # not meant to be read; can be lower-contrast
   sed -i 's/^\.PreProc .*/.PreProc { color: #800080; }/' $1.html  # not meant to be read; can be lower-contrast
-  sed -i 's/^\.Identifier .*/.Identifier { color: #fcb165; }/' $1.html
+  sed -i 's/^\.Identifier .*/.Identifier { color: #ecf32c; }/' $1.html
   sed -i 's/^\.Special .*/.Special { color: #c00000; }/' $1.html  # same as traceAbsent..
 
   mv -i $1.html html/`dirname $1`