[PATCH] D64056: [analyzer] exploded-graph-rewriter: Implement a dark color scheme.

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 1 19:00:42 PDT 2019


Charusso accepted this revision.
Charusso added a comment.
This revision is now accepted and ready to land.

I really like that, thanks you! When you spend tons of time it is good for your eyes and that dark theme is very cool in 2019.



================
Comment at: clang/utils/analyzer/exploded-graph-rewriter.py:368
+        if self._dark_mode:
+            self._dump_raw('bgcolor="black";\n')
         self._dump_raw('label="";\n')
----------------
Oh wait, it is bad for your eyes. I am using background `#252526` (37, 37, 38), text `#DCDCDC` (155, 155, 155), which still a little bit confusing after a long period of time.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64056/new/

https://reviews.llvm.org/D64056





More information about the cfe-commits mailing list