about summary refs log tree commit diff stats
path: root/html/022boolean.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-12 22:34:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-12 22:34:45 -0700
commitd44123cabaa730c778a0e2644c75dbfba6a7ab30 (patch)
treea24e90f9fc864ea5b1c5e1f13433f55ad7acd30b /html/022boolean.cc.html
parent1ae4e0d95f7e37dc7d0b146542fc39b4aed491de (diff)
downloadmu-d44123cabaa730c778a0e2644c75dbfba6a7ab30.tar.gz
1556
Diffstat (limited to 'html/022boolean.cc.html')
-rw-r--r--html/022boolean.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/022boolean.cc.html b/html/022boolean.cc.html
index 6b10aaec..836117eb 100644
--- a/html/022boolean.cc.html
+++ b/html/022boolean.cc.html
@@ -18,7 +18,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 .Comment { color: #8080ff; }
 .Delimiter { color: #c000c0; }
 .Special { color: #ff6060; }
-.Identifier { color: #008080; }
+.Identifier { color: #804000; }
 -->
 </style>
 
{ color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#+title: Advent of Code
#+html_link_up: ./index.html
#+setupfile: ~/.emacs.d/org-templates/level-1.org

My solutions for [[https://adventofcode.com][Advent of Code]].

- Source: https://git.tilde.institute/andinus/aoc
- GitHub: https://github.com/andinus/aoc