This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-11
Channels
- # announcements (18)
- # beginners (57)
- # calva (20)
- # cider (4)
- # cljdoc (15)
- # cljs-dev (14)
- # clojure (124)
- # clojure-europe (5)
- # clojure-italy (5)
- # clojure-nl (10)
- # clojure-spec (4)
- # clojure-uk (44)
- # clojurescript (4)
- # clojutre (18)
- # clr (2)
- # cursive (25)
- # datomic (53)
- # emacs (18)
- # events (1)
- # figwheel-main (1)
- # fulcro (34)
- # joker (6)
- # kaocha (13)
- # nrepl (3)
- # nyc (24)
- # off-topic (1)
- # pathom (16)
- # protorepl (4)
- # re-frame (1)
- # reitit (27)
- # rewrite-clj (5)
- # shadow-cljs (38)
- # spacemacs (25)
- # sql (20)
- # vim (28)
- # xtdb (20)
not sure where the "base" formatting for themes is coming from, and ignoring that I can fix it myself (I try to use calva in it's undisturbed form while giving feedback), light themes are really hard to read. i've tried alabaster, github, light, light+, solarized light, and friends, and every keyword has a color that's really hard to parse in a larger context.
noticeably, it's the relatively same color set for dark themes and high contrast themes.
so either I've got something wrong or this would be really nice to fix for users using low-contrast light themes (I switch to light themes at night with tired eyes)
nm I think I'm the problem looking at my settings.json and seeing something I don't recognize.
but if someone else has the same issue, remove editor.tokenColorCustomizations.textMateRules[].settings.foreground
i'm mostly sure though that I didn't type that, it'd require so many cocktails for me to do that.🍸
You probably picked it up on the Calva wiki early on and then forgot about it. Those settings can be scoped on dark and light theme, and probably should.
I’ve updated that wiki page now, to reflect that it is better done in a theme-scoped manner.
Regarding Paredit strict mode, there is a keyboard shortcut variant that adds that. Check Settings for Calva Paredit Default Key Map. It is far from perfect, though, if you find yourself prohibited from deleting something you should be permitted to delete, hold down alt
while deleting.
@gerred > paredit + just the right sprinkling of parinfer I missed this on my first read. Saw it now and it made my day. Thanks!
TIL: Few Calva users know the calva.jackInEnv
setting. So I decided to at least mention it somewhere. 😄 https://github.com/BetterThanTomorrow/calva/wiki/Connect-Calva-to-Your-Project#customising-jack-in
In case folks here don't follow StackOverflow: a Calva question for y'all https://stackoverflow.com/questions/57885944/no-application-has-connected-to-the-repl-server
Thanks, @seancorfield !