Fork me on GitHub
#protorepl
<
2016-06-05
>
naartjie14:06:13

@jasongilman: I've tamed the red a bit in my custom styles.less

jasongilman15:06:26

Cool. That's good timing. I just released a new version of Proto REPL with some small changes. One of them is to add a class to the REPL text editor of 'proto-repl-repl'. That will let you target the css to be more specific.

jasongilman15:06:47

I was able to disable it completely in the REPL (but keep it elsewhere) using this

jasongilman15:06:52

atom-text-editor::shadow .proto-repl-repl .lisp-syntax-error .region {
  background-color: rgba(0, 0, 0, 0) !important;
}

naartjie17:06:50

@jasongilman: would it make sense to package protorepl with that style included?

naartjie17:06:34

I was going to update the issue, but I see you've already posted there :thumbsup:

jasongilman17:06:00

Yeah it would make sense to do that. Most people would prefer it doesn't display that way.

naartjie17:06:07

Was also thinking about the buffer using Clojure mode for syntax highlighting - it makes sense, but only up to a point. I mean it definitely looks better than plain text, but it does get confused when your logs contain non clojure text.

naartjie17:06:21

it would be cool if it could distinguish between text and clojure somehow, but I think it's out of reach for now

naartjie17:06:51

I've really been enjoying protorepl BTW. I've tried using emacs, and it's daunting.

james18:06:17

I made a screencast to help introduce people to using proto-repl-charts: https://www.youtube.com/watch?v=BJUI1ntfPy8

naartjie18:06:23

nice @james Thanks for sharing