Questions tagged [themes]
Questions about using, creating, and modifying color themes and custom themes.
259 questions
0 votes
1 answer
66 views
How to make SVG text visible regardless of emacs theme selection?
How to make sure text on SVG show visible (maybe just black?) regardless of the theme. On dark themes (see below), text visibility quite low? Perhaps, it needs hook function after (load-theme) for ...
1 vote
0 answers
132 views
Setting theme before the initial frame
If I start emacs with the following init.el ;; Of course, my actual init.el does real work here (sleep-for 1) (load-theme 'wombat t) then the initial frame will first show the light default theme for ...
0 votes
1 answer
59 views
modus extend header overline past EOL
In configuring the modus-vivendi theme, I can apply an overline (among other properties) to org-mode and outline-mode headings: (setq modus-themes-headings '((1 . (bold overline 1.2)) ...
0 votes
1 answer
257 views
Doom Emacs - `custom-theme-set-faces` not working for `org-level-n` faces
I am trying to modify a few faces for a specific doom-theme in Doom Emacs. I am only interested in an emacs-lisp solution, I do not want to customize via the dedicated Emacs interface. I got the basis ...
0 votes
0 answers
154 views
Wrong colors on Xfce-terminal
I use a colour scheme called solarized. Since I updated my Debian system a couple of weeks ago, colours are all wrong when I run emacs on Xfce-terminal Unsetting the COLORTERM environment variable ...
0 votes
1 answer
83 views
Remove gray horizontal line between titlebar with material theme on Mac OS X
I show in the image below a screenshot using Emacs 29.1 on Mac OS X with the material theme and the https://github.com/d12frosted/homebrew-emacs-plus port. You can see that there's a gray line drawn ...
0 votes
1 answer
138 views
frame hook load theme causes frame to crash after creation
I have attempted to change my emacs theme. I am using the emacs daemon and I have attempted to create a hook to change the theme on frame creation. However when this hook is active the frame crashes ...
0 votes
2 answers
494 views
Emacs Modus themes
I would like to add a language in the org-src-block-faces list: (defun gb/org-src-block-faces () (add-to-list 'org-src-block-faces '("Php" modus-themes-nuanced-...