Remove the last mention of the `gtk' background color

This commit is contained in:
Gerard Vermeulen 2024-03-15 08:47:37 +01:00
parent b0f90bbcf2
commit 04f9481f7d
1 changed files with 4 additions and 4 deletions

View File

@ -491,14 +491,14 @@ src_emacs-lisp[:results silent]{(text-scale-adjust +1)} before making further
adjustments as displayed. Listing [[lst:face-setting-functions]],
[[lst:shadow-org-font-lock-faces]], and [[lst:shadow-emacs-font-lock-faces]] show tweaks
to improve visibility without theming:
1. Fixing the =gtk= background color of the already loaded =region= face.
2. Toggling between a dark and light background by means of
1. Toggling between a dark and light background by means of
src_emacs-lisp{(invert-default-face)}.
3. Shadowing the definition of faces before loading. The last item in the page
2. Shadowing the definition of faces before loading. The last item in the page
on [[https://orgmode.org/worg/org-contrib/babel/examples/fontify-src-code-blocks.html#org5c4406f][fontifying Org mode source code blocks]] describes this method.
Listing [[lst:use-buffer-face-mode-for-fixed-or-variable-pitch-face]] contains
functions to set a fixed or variable pitch face in the current buffer and
selects a fixed pitch face for =magit-mode= and =progmode= buffers.
selects a fixed pitch face for =magit-mode= and =progmode= buffers. Type
{{{kbd(M-x describe-text-properties)}}} to inspect faces at point.
#+caption[Configure =face-attributes=]:
#+caption: Configure =face-attributes=.