This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-15
Channels
- # announcements (2)
- # beginners (24)
- # calva (22)
- # cider (4)
- # clara (15)
- # clojure (24)
- # clojure-europe (24)
- # clojure-korea (16)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-uk (8)
- # clojurescript (30)
- # conjure (1)
- # datahike (1)
- # datomic (7)
- # emacs (10)
- # events (1)
- # fulcro (22)
- # graalvm (18)
- # graphql (6)
- # jobs (1)
- # jobs-discuss (71)
- # lsp (22)
- # malli (27)
- # missionary (31)
- # polylith (7)
- # portal (6)
- # releases (1)
- # remote-jobs (3)
- # ring (9)
- # shadow-cljs (16)
- # squint (1)
- # tools-deps (9)
- # vim (9)
- # xtdb (15)
If I change the editor code size in vscode, the pprint text line hight in Portal does not scale. I see the font setting here. https://github.com/djblue/portal/blob/ba8cee1574e5d29d2daeb22f666b5db7ec0ee9f3/src/portal/colors.cljc#L90 Can i add more css? What is the best way to update theme from userland?
I'm also interested in modifying the theme from userland. I cmd-F this Slack channel and found some discussion on a set-theme
API, but don't think that has been implemented
For the pprint issue, I think it's just bad css. I removed it here https://github.com/djblue/portal/commit/7a8d112c4334be4ccef53b272e65c8e7dcb57b33 👍
@UA2U3KW0L What kind of theme API would you want?