practicalli

Lawrence 2025-01-21T09:40:14.580909Z

Hi I'm a brand new user, I use an e-ink monitor and currently the errors are highlighted in such a way that I cannot read the text being highlighted. I'm just wondering where I would go to change this to either a different (lighter) colour or to an underline instead of a highlight. Thanks.

Lawrence 2025-01-23T08:48:33.321749Z

That looks like it might be it. Thanks very much I'll have to experiment with that.

Lawrence 2025-01-23T09:18:30.918039Z

Thanks again, issue solved thanks to the describe font command. I have an enormous amount to learn about Emacs it seems.

👍 1
practicalli-johnny 2025-01-23T10:55:44.881879Z

Emacs is a journey 😁 but it can be taken one step at a time. Let me know if any of my content is unclear or something could be added to help you

practicalli-johnny 2025-01-22T14:56:45.763859Z

I assume there are Clojure LSP error highlights, e.g. this is a screenshot of an incorrect function definition which has the offending line marked with a red underscore. The pop-up provides a description of the error. Is this the type of error that isnt readable ?

practicalli-johnny 2025-01-22T22:17:18.987189Z

A long time ago I did change the style used for some LSP highlighting previously, by using SPC h d F to describe (show the name) the font face under the cursor. I used the Emacs customize command to experiment with the right styles. Then I set the font face in the Spacemacs config so it would always be my preferred style https://github.com/practicalli/spacemacs-config/blob/main/deprecated-config.el#L109

practicalli-johnny 2025-01-21T16:53:16.814159Z

Are these errors that are showing on the command line, in Emacs (Spacemacs) or Neovim (Astro). Or somewhere else? Terminal apps, Emacs and Neovim should all have high contrast themes. • https://practical.li/spacemacs/install-spacemacs/themes/ - the default Emacs theme should work okay (see bottom of linked page) • Neovim has lots of themes - https://github.com/miikanissi/modus-themes.nvim may be of interest For the terminal I use kitty which has lots of https://sw.kovidgoyal.net/kitty/kittens/themes/ available

Lawrence 2025-01-21T23:21:00.902579Z

Sorry for not being specific, I was referring to any errors within a clj file open in spacemacs with the practicalli configuration. I suppose it is actually the linter highlighting them not the theme, is that correct? I was just wondering where in the linter configuration I would be able to change that to either an underline or a lighter colour. The high contrast themes, surprisingly, are not that useful for the e-ink monitor. Thanks.