diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-02-08 22:51:22 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-02-08 22:52:07 +0000 |
commit | c33d9ab73a4fd167c42dfecad23e3228dc281461 (patch) | |
tree | 5e2020dc89a73066ceb4302ef571dfdecff3eb63 /Shell/.utoprc | |
parent | 05dc2163c701ca1a5f294a59a443b8a4131868fa (diff) | |
download | dotfiles-c33d9ab73a4fd167c42dfecad23e3228dc281461.tar.gz dotfiles-c33d9ab73a4fd167c42dfecad23e3228dc281461.tar.bz2 dotfiles-c33d9ab73a4fd167c42dfecad23e3228dc281461.zip |
(Shell)+opam env call for zshrc, +utoprc
utoprc for some nicer colours.
Diffstat (limited to 'Shell/.utoprc')
-rw-r--r-- | Shell/.utoprc | 23 |
1 files changed, 23 insertions, 0 deletions
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 |