From c33d9ab73a4fd167c42dfecad23e3228dc281461 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 8 Feb 2022 22:51:22 +0000 Subject: (Shell)+opam env call for zshrc, +utoprc utoprc for some nicer colours. --- Shell/.utoprc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Shell/.utoprc (limited to 'Shell/.utoprc') diff --git a/Shell/.utoprc b/Shell/.utoprc new file mode 100644 index 0000000..8690435 --- /dev/null +++ b/Shell/.utoprc @@ -0,0 +1,23 @@ +! -*- conf-xdefaults -*- + +! Copy this file to ~/.utoprc + +! Common resources + +profile: dark +identifier.foreground: none +module.foreground: x-palegreen +comment.foreground: x-chocolate1 +doc.foreground: x-light-salmon +constant.foreground: x-aquamarine +keyword.foreground: x-cyan1 +symbol.foreground: x-cyan1 +string.foreground: x-light-salmon +char.foreground: x-light-salmon +quotation.foreground: x-purple +error.foreground: red +directive.foreground: x-lightsteelblue +parenthesis.background: blue + +! uncomment the next line to disable autoload files +! autoload: false \ No newline at end of file -- cgit v1.2.3-13-gbd6f