From 53856e40330ce3e4abf713fed8f1015adcd79bdb Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 11 Nov 2018 00:31:06 -0700 Subject: ocaml support stuff for zsh and vim integration and utop config --- .utoprc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .utoprc (limited to '.utoprc') diff --git a/.utoprc b/.utoprc new file mode 100644 index 0000000..9557a96 --- /dev/null +++ b/.utoprc @@ -0,0 +1,14 @@ +profile: dark +identifier.foreground: light-cyan +module.foreground: green +comment.foreground: blue +doc.foreground: blue +constant.foreground: light-red +keyword.foreground: yellow +symbol.foreground: yellow +string.foreground: light-red +char.foreground: light-red +quotation.foreground: magenta +error.foreground: light-red +directive.foreground: light-magenta +parenthesis.background: blue -- cgit v1.2.3