Improve the text of the "Text faces or styles" section
This commit is contained in:
parent
e488cb26d4
commit
b0f90bbcf2
15
README.org
15
README.org
@ -486,16 +486,11 @@ The code in listing [[lst:configure-face-attributes]] implements those rules.
|
|||||||
Listing [[lst:face-setting-functions]] shows that font scaling is easy in case of
|
Listing [[lst:face-setting-functions]] shows that font scaling is easy in case of
|
||||||
proper initialization of all face heights in a frame. To adjust the font size
|
proper initialization of all face heights in a frame. To adjust the font size
|
||||||
in windows, invoke src_emacs-lisp{(set-default-face-height)}. To adjust the
|
in windows, invoke src_emacs-lisp{(set-default-face-height)}. To adjust the
|
||||||
font size in the current buffer, type:
|
font size in the current buffer, type {{{kbd(s-=)}}} or {{{kbd(s-+)}}} to invoke
|
||||||
1. {{{kbd(s-=)}}} to invoke src_emacs-lisp[:results silent]{(text-scale-adjust
|
src_emacs-lisp[:results silent]{(text-scale-adjust +1)} before making further
|
||||||
+1)}.
|
adjustments as displayed. Listing [[lst:face-setting-functions]],
|
||||||
2. {{{kbd(s--)}}} to invoke src_emacs-lisp[:results silent]{(text-scale-adjust
|
[[lst:shadow-org-font-lock-faces]], and [[lst:shadow-emacs-font-lock-faces]] show tweaks
|
||||||
-1)}.
|
to improve visibility without theming:
|
||||||
3. {{{kbd(s-0)}}} to invoke src_emacs-lisp[:results silent]{(text-scale-adjust
|
|
||||||
0)}.
|
|
||||||
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.
|
1. Fixing the =gtk= background color of the already loaded =region= face.
|
||||||
2. 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)}.
|
||||||
|
Loading…
Reference in New Issue
Block a user