[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 3519501 43/54: Apply minor update
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 3519501 43/54: Apply minor update (re-formatting) to docs |
Date: |
Thu, 4 Jun 2020 08:20:18 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 3519501369fddfa55771f93c449889594164c220
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Apply minor update (re-formatting) to docs
---
README.org | 1 +
modus-operandi-theme.el | 30 ++++++++++++++----------------
modus-vivendi-theme.el | 30 ++++++++++++++----------------
3 files changed, 29 insertions(+), 32 deletions(-)
diff --git a/README.org b/README.org
index 7d68c84..c231495 100644
--- a/README.org
+++ b/README.org
@@ -419,6 +419,7 @@ being available.
modus-operandi-theme-visible-fringes t
modus-operandi-theme-3d-modeline t
modus-operandi-theme-subtle-diffs t
+ modus-operandi-theme-intense-standard-completions t
modus-operandi-theme-distinct-org-blocks t
modus-operandi-theme-proportional-fonts t
modus-operandi-theme-rainbow-headings t
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index d794a24..6b0b1fa 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -485,8 +485,7 @@ For more on the matter, read the documentation of
;; above customisation options.
(defun modus-operandi-theme-heading-foreground (subtle rainbow)
"Apply foreground value to headings.
-SUBTLE is the default aesthetic.
-RAINBOW is the saturated one."
+SUBTLE is the default aesthetic. RAINBOW is the saturated one."
(if modus-operandi-theme-rainbow-headings
(list :foreground rainbow)
(list :foreground subtle)))
@@ -502,9 +501,8 @@ Apply BG to background and FG to overline."
(defun modus-operandi-theme-org-todo-block (bgbox fgbox fg)
"Conditionally extend the styles of Org keywords.
-BGBOX applies to the background.
-FGBOX applies to the foreground and the border.
-FG is used when no block style is in effect."
+BGBOX applies to the background. FGBOX applies to the foreground
+and the border. FG is used when no block style is in effect."
(if modus-operandi-theme-section-headings
(list :background bgbox :foreground fgbox :box (list :color fgbox))
(list :foreground fg)))
@@ -519,10 +517,10 @@ blocks the same background as the rest of the buffer."
(defun modus-operandi-theme-modeline-box (col3d col &optional btn int)
"Control the box properties of the mode line.
-COL3D is the border that is intended for the three-dimensional modeline.
-COL applies to the two-dimensional modeline.
-Optional BTN provides the 3d button style.
-Optional INT defines a border width."
+COL3D is the border that is intended for the three-dimensional
+modeline. COL applies to the two-dimensional modeline. Optional
+BTN provides the 3d button style. Optional INT defines a border
+width."
(let* ((style (if btn 'released-button nil))
(int (if int int 1)))
(if modus-operandi-theme-3d-modeline
@@ -531,9 +529,9 @@ Optional INT defines a border width."
(defun modus-operandi-theme-modeline-props (bg3d fg3d &optional bg fg)
"Control the background and foreground of the mode line.
-BG is the modeline's background.
-FG is the modeline's foreground.
-BG3D and FG3D apply to the three-dimensional modeline style."
+BG is the modeline's background. FG is the modeline's
+foreground. BG3D and FG3D apply to the three-dimensional
+modeline style."
(if modus-operandi-theme-3d-modeline
(list :background bg3d :foreground fg3d)
(list :background bg :foreground fg)))
@@ -541,10 +539,10 @@ BG3D and FG3D apply to the three-dimensional modeline
style."
(defun modus-operandi-theme-diffs (subtle-bg subtle-fg intense-bg intense-fg)
"Colour combinations for `modus-operandi-theme-subtle-diffs'.
-SUBTLE-BG should be similar or the same as the main background
-SUBTLE-FG should be an appropriate accent value
-INTENSE-BG should be one of the dedicated backgrounds for diffs
-INTENSE-FG should be one of the dedicated foregrounds for diffs"
+SUBTLE-BG should be similar or the same as the main background.
+SUBTLE-FG should be an appropriate accent value. INTENSE-BG
+should be one of the dedicated backgrounds for diffs. INTENSE-FG
+should be one of the dedicated foregrounds for diffs"
(if modus-operandi-theme-subtle-diffs
(list :background subtle-bg :foreground subtle-fg)
(list :background intense-bg :foreground intense-fg)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 2d0e12e..47f8fd5 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -485,8 +485,7 @@ For more on the matter, read the documentation of
;; above customisation options.
(defun modus-vivendi-theme-heading-foreground (subtle rainbow)
"Apply foreground value to headings.
-SUBTLE is the default aesthetic.
-RAINBOW is the saturated one."
+SUBTLE is the default aesthetic. RAINBOW is the saturated one."
(if modus-vivendi-theme-rainbow-headings
(list :foreground rainbow)
(list :foreground subtle)))
@@ -502,9 +501,8 @@ Apply BG to background and FG to overline."
(defun modus-vivendi-theme-org-todo-block (bgbox fgbox fg)
"Conditionally extend the styles of Org keywords.
-BGBOX applies to the background.
-FGBOX applies to the foreground and the border.
-FG is used when no block style is in effect."
+BGBOX applies to the background. FGBOX applies to the foreground
+and the border. FG is used when no block style is in effect."
(if modus-vivendi-theme-section-headings
(list :background bgbox :foreground fgbox :box (list :color fgbox))
(list :foreground fg)))
@@ -519,10 +517,10 @@ blocks the same background as the rest of the buffer."
(defun modus-vivendi-theme-modeline-box (col3d col &optional btn int)
"Control the box properties of the mode line.
-COL3D is the border that is intended for the three-dimensional modeline.
-COL applies to the two-dimensional modeline.
-Optional BTN provides the 3d button style.
-Optional INT defines a border width."
+COL3D is the border that is intended for the three-dimensional
+modeline. COL applies to the two-dimensional modeline. Optional
+BTN provides the 3d button style. Optional INT defines a border
+width."
(let* ((style (if btn 'released-button nil))
(int (if int int 1)))
(if modus-vivendi-theme-3d-modeline
@@ -531,9 +529,9 @@ Optional INT defines a border width."
(defun modus-vivendi-theme-modeline-props (bg3d fg3d &optional bg fg)
"Control the background and foreground of the mode line.
-BG is the modeline's background.
-FG is the modeline's foreground.
-BG3D and FG3D apply to the three-dimensional modeline style."
+BG is the modeline's background. FG is the modeline's
+foreground. BG3D and FG3D apply to the three-dimensional
+modeline style."
(if modus-vivendi-theme-3d-modeline
(list :background bg3d :foreground fg3d)
(list :background bg :foreground fg)))
@@ -541,10 +539,10 @@ BG3D and FG3D apply to the three-dimensional modeline
style."
(defun modus-vivendi-theme-diffs (subtle-bg subtle-fg intense-bg intense-fg)
"Colour combinations for `modus-vivendi-theme-subtle-diffs'.
-SUBTLE-BG should be similar or the same as the main background
-SUBTLE-FG should be an appropriate accent value
-INTENSE-BG should be one of the dedicated backgrounds for diffs
-INTENSE-FG should be one of the dedicated foregrounds for diffs"
+SUBTLE-BG should be similar or the same as the main background.
+SUBTLE-FG should be an appropriate accent value. INTENSE-BG
+should be one of the dedicated backgrounds for diffs. INTENSE-FG
+should be one of the dedicated foregrounds for diffs"
(if modus-vivendi-theme-subtle-diffs
(list :background subtle-bg :foreground subtle-fg)
(list :background intense-bg :foreground intense-fg)))
- [elpa] externals/modus-operandi-theme e14182f 29/54: Tweak `minibuffer-prompt' colour for consistency, (continued)
- [elpa] externals/modus-operandi-theme e14182f 29/54: Tweak `minibuffer-prompt' colour for consistency, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme a9479f3 31/54: Add support for MINIMAP, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 0b8a919 32/54: Add support for HYPERLIST, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme dbe1c96 34/54: Minor tweaks for GNUS summary selected, ticked, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 51660bb 35/54: Add support for GOLDEN-RATIO-SCROLL-SCREEN, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 3bd7eac 36/54: Add support for JOURNALCTL-MODE, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme f4233e6 38/54: Minor refinements to JOURNALCTL-MODE, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 4a430b1 40/54: Review SELECTRUM faces (due to changes upstream), Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 6e9c5a2 42/54: Modus Vivendi: tweak yellow-refine-{bg, fg} colours, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme c8b29cc 44/54: Add support for HIGHLIGHT-INDENTATION, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 3519501 43/54: Apply minor update (re-formatting) to docs,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 600e433 47/54: Add README note on fontifying Org section heading, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 08ec1bd 49/54: Link issue 49 in README note about Helm grep face, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme f4b5279 41/54: New custom option for intense standard completions, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 1057ede 51/54: Add support for NXML-MODE, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 24504f6 53/54: Remove superfluous file, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 503a772 54/54: Merge remote-tracking branch 'modus-themes/elpa/modus-operandi-theme' into externals/modus-operandi-theme, Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 3c0ab7b 48/54: Document implicit support for `swift-mode', Stefan Monnier, 2020/06/04
- [elpa] externals/modus-operandi-theme 3406e29 52/54: Upgrade to version 0.9.0, Stefan Monnier, 2020/06/04