Remove the last mention of the `gtk' background color
This commit is contained in:
parent
b0f90bbcf2
commit
04f9481f7d
@ -491,14 +491,14 @@ src_emacs-lisp[:results silent]{(text-scale-adjust +1)} before making further
|
|||||||
adjustments as displayed. Listing [[lst:face-setting-functions]],
|
adjustments as displayed. Listing [[lst:face-setting-functions]],
|
||||||
[[lst:shadow-org-font-lock-faces]], and [[lst:shadow-emacs-font-lock-faces]] show tweaks
|
[[lst:shadow-org-font-lock-faces]], and [[lst:shadow-emacs-font-lock-faces]] show tweaks
|
||||||
to improve visibility without theming:
|
to improve visibility without theming:
|
||||||
1. Fixing the =gtk= background color of the already loaded =region= face.
|
1. Toggling between a dark and light background by means of
|
||||||
2. Toggling between a dark and light background by means of
|
|
||||||
src_emacs-lisp{(invert-default-face)}.
|
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.
|
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
|
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
|
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=]:
|
||||||
#+caption: Configure =face-attributes=.
|
#+caption: Configure =face-attributes=.
|
||||||
|
Loading…
Reference in New Issue
Block a user