This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-15
Channels
- # announcements (71)
- # architecture (2)
- # aws (41)
- # babashka (23)
- # beginners (80)
- # calva (26)
- # chlorine-clover (11)
- # cljfx (4)
- # cljs-dev (12)
- # clojure (78)
- # clojure-berlin (5)
- # clojure-czech (3)
- # clojure-dev (9)
- # clojure-europe (45)
- # clojure-france (16)
- # clojure-gamedev (2)
- # clojure-italy (3)
- # clojure-nl (4)
- # clojure-spec (8)
- # clojure-sweden (1)
- # clojure-uk (37)
- # clojurescript (18)
- # community-development (15)
- # conjure (30)
- # cursive (51)
- # datomic (16)
- # duct (19)
- # figwheel-main (3)
- # fulcro (23)
- # java (7)
- # jobs (2)
- # joker (10)
- # off-topic (7)
- # parinfer (1)
- # pathom (6)
- # reagent (5)
- # reitit (1)
- # remote-jobs (1)
- # sci (1)
- # shadow-cljs (55)
- # slack-help (3)
- # specter (4)
- # sql (21)
- # tools-deps (11)
- # vim (5)
- # xtdb (14)
Someone savvy with theming in here? I have this problem with that I read much better with the default dark theme. But about all console/terminal apps/scripts insist on outputting errors in red and I can’t read red on black/dark. So then I have to switch to a light theme (I prefer Solarized) to read these errors, and then back to Dark+ for reading the other stuff. Drives me nuts. Is there a way to configure red? Or, I could live with configuring things such that the terminal uses a light theme and while the rest uses Dark+. (I guess I am out of luck, but anyway, maybe there is some hope somewhere…)
This is a vscode issue as far as i understand it. But I'll settle with a macos solution. 😀
ok, i will investigate -- for ordinary terminals, i tend to find there are some settings one can tweak for colors.
i just tried this: https://dev.to/sfarias051/how-to-change-the-terminal-style-in-vscode-in-an-easy-way-5139
Yeah, so this is for the integrated use. Stuff happen in some terminal panes as a result of me editing Clojure code. The pane where the terminal lives has this awesome maximize button, so that I can usually keep the terminal output quite tiny and then toggle it full window when i need to.
If anyone have similar issues reading red on black, here are settings that work for me:
"workbench.colorCustomizations": {
// "terminal.background":"#1D2021",
// "terminal.foreground":"#A89984",
// "terminalCursor.background":"#A89984",
// "terminalCursor.foreground":"#A89984",
// "terminal.ansiBlack":"#1D2021",
// "terminal.ansiBlue":"#0D6678",
// "terminal.ansiBrightBlack":"#665C54",
// "terminal.ansiBrightBlue":"#0D6678",
// "terminal.ansiBrightCyan":"#8BA59B",
// "terminal.ansiBrightGreen":"#95C085",
// "terminal.ansiBrightMagenta":"#8F4673",
"terminal.ansiRed":"#f8ada4",
"terminal.ansiBrightRed":"#fcafa4",
// "terminal.ansiBrightWhite":"#FDF4C1",
// "terminal.ansiBrightYellow":"#FAC03B",
// "terminal.ansiCyan":"#8BA59B",
// "terminal.ansiGreen":"#95C085",
// "terminal.ansiMagenta":"#8F4673",
// "terminal.ansiWhite":"#A89984",
// "terminal.ansiYellow":"#FAC03B"
}
}
fwiw, I use this plug-in that lets you adjust the theme using plain CSS: https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css