[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-vivendi-theme 2cbb287 48/73: Internal: M-x untabi
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-vivendi-theme 2cbb287 48/73: Internal: M-x untabify and fix indentation |
Date: |
Wed, 26 Aug 2020 09:21:01 -0400 (EDT) |
branch: externals/modus-vivendi-theme
commit 2cbb287c6b37901221403a097ad0896c4a54f764
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Internal: M-x untabify and fix indentation
---
modus-operandi-theme.el | 24 ++++++++++++------------
modus-vivendi-theme.el | 24 ++++++++++++------------
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 591b370..7254988 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -523,9 +523,9 @@ will apply a greyscale value that is visible yet close to
the
main buffer background colour. Option `intense' will use a more
pronounced greyscale value."
:type '(choice
- (const :tag "No visible fringes (default)" nil)
- (const :tag "Subtle greyscale background" subtle)
- (const :tag "Intense greyscale background" intense)))
+ (const :tag "No visible fringes (default)" nil)
+ (const :tag "Subtle greyscale background" subtle)
+ (const :tag "Intense greyscale background" intense)))
(define-obsolete-variable-alias 'modus-operandi-theme-distinct-org-blocks
'modus-operandi-theme-org-blocks "`modus-operandi-theme' 0.11.0")
@@ -561,9 +561,9 @@ language and is controlled by the `org-src-block-faces'
variable (refer to the theme's source code for the current
association list)."
:type '(choice
- (const :tag "No Org block background (default)" nil)
- (const :tag "Subtle grey block background" greyscale)
- (const :tag "Colour-coded background per programming language"
rainbow)))
+ (const :tag "No Org block background (default)" nil)
+ (const :tag "Subtle grey block background" greyscale)
+ (const :tag "Colour-coded background per programming language"
rainbow)))
(defcustom modus-operandi-theme-3d-modeline nil
"Use a three-dimensional style for the active mode line."
@@ -603,9 +603,9 @@ refashion the completion UI. So Icomplete et al will now
use
styles that resemble the defaults of Ivy and co., while the
latter group will revert to an even more nuanced aesthetic."
:type '(choice
- (const :tag "Respect the framework's established aesthetic
(default)" nil)
- (const :tag "Subtle backgrounds for various elements" moderate)
- (const :tag "Radical alternative to the framework's looks"
opinionated)))
+ (const :tag "Respect the framework's established aesthetic
(default)" nil)
+ (const :tag "Subtle backgrounds for various elements" moderate)
+ (const :tag "Radical alternative to the framework's looks"
opinionated)))
(defcustom modus-operandi-theme-prompts nil
"Use subtle or intense styles for minibuffer and REPL prompts.
@@ -616,9 +616,9 @@ Options `subtle' and `intense' will change both the
background
and the foreground values. The latter has a more pronounced
effect than the former."
:type '(choice
- (const :tag "No prompt background (default)" nil)
- (const :tag "Subtle accented background for the prompt" subtle)
- (const :tag "Intense background and foreground for the prompt"
intense)))
+ (const :tag "No prompt background (default)" nil)
+ (const :tag "Subtle accented background for the prompt" subtle)
+ (const :tag "Intense background and foreground for the prompt"
intense)))
(defcustom modus-operandi-theme-intense-hl-line nil
"Use more prominent background for `hl-line-mode'."
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 915ba54..38ef5af 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -523,9 +523,9 @@ will apply a greyscale value that is visible yet close to
the
main buffer background colour. Option `intense' will use a more
pronounced greyscale value."
:type '(choice
- (const :tag "No visible fringes (default)" nil)
- (const :tag "Subtle greyscale background" subtle)
- (const :tag "Intense greyscale background" intense)))
+ (const :tag "No visible fringes (default)" nil)
+ (const :tag "Subtle greyscale background" subtle)
+ (const :tag "Intense greyscale background" intense)))
(define-obsolete-variable-alias 'modus-vivendi-theme-distinct-org-blocks
'modus-vivendi-theme-org-blocks "`modus-vivendi-theme' 0.11.0")
@@ -561,9 +561,9 @@ language and is controlled by the `org-src-block-faces'
variable (refer to the theme's source code for the current
association list)."
:type '(choice
- (const :tag "No Org block background (default)" nil)
- (const :tag "Subtle grey block background" greyscale)
- (const :tag "Colour-coded background per programming language"
rainbow)))
+ (const :tag "No Org block background (default)" nil)
+ (const :tag "Subtle grey block background" greyscale)
+ (const :tag "Colour-coded background per programming language"
rainbow)))
(defcustom modus-vivendi-theme-3d-modeline nil
"Use a three-dimensional style for the active mode line."
@@ -603,9 +603,9 @@ refashion the completion UI. So Icomplete et al will now
use
styles that resemble the defaults of Ivy and co., while the
latter group will revert to an even more nuanced aesthetic."
:type '(choice
- (const :tag "Respect the framework's established aesthetic
(default)" nil)
- (const :tag "Subtle backgrounds for various elements" moderate)
- (const :tag "Radical alternative to the framework's looks"
opinionated)))
+ (const :tag "Respect the framework's established aesthetic
(default)" nil)
+ (const :tag "Subtle backgrounds for various elements" moderate)
+ (const :tag "Radical alternative to the framework's looks"
opinionated)))
(defcustom modus-vivendi-theme-prompts nil
"Use subtle or intense styles for minibuffer and REPL prompts.
@@ -616,9 +616,9 @@ Options `subtle' and `intense' will change both the
background
and the foreground values. The latter has a more pronounced
effect than the former."
:type '(choice
- (const :tag "No prompt background (default)" nil)
- (const :tag "Subtle accented background for the prompt" subtle)
- (const :tag "Intense background and foreground for the prompt"
intense)))
+ (const :tag "No prompt background (default)" nil)
+ (const :tag "Subtle accented background for the prompt" subtle)
+ (const :tag "Intense background and foreground for the prompt"
intense)))
(defcustom modus-vivendi-theme-intense-hl-line nil
"Use more prominent background for `hl-line-mode'."
- [elpa] externals/modus-vivendi-theme 6163afe 55/73: Internal: minor documentation update, (continued)
- [elpa] externals/modus-vivendi-theme 6163afe 55/73: Internal: minor documentation update, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme b60deb5 60/73: Tweak magit-section-heading face, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 7ce15e4 65/73: Fix README link to contact page, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 4021bd5 68/73: Improves the note in readme re powerline & spaceline, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 67554a6 72/73: Prepare version 0.12.0, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme d6359d3 49/73: Customise 'rectangle-preview' and reposition faces, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 4561a7e 54/73: Refine mu4e header and replied faces, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 976b05e 52/73: Stop scaling Latex sectioning faces, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 56e53d3 67/73: Reformat CHANGELOG, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 5b9300f 51/73: Internal: use 'pcase' instead of 'cond', Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 2cbb287 48/73: Internal: M-x untabify and fix indentation,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 092a999 46/73: Minor correction in the README, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme a2dfc18 56/73: Make org-formula inherit from 'fixed-pitch', Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 1df9e3e 57/73: Adds a note to the readme regarding powerline and spaceline, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 5400cd9 62/73: Refine magit signature faces, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 9ffc67b 63/73: Add link to README HTML version (and minor tweaks), Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 6a46c56 69/73: Merge branch 'master' into 'master', Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme d39046f 64/73: Fix missing links from commit 9ffc67b8c, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme f94237b 70/73: Minor formatting tweaks in the CHANGELOG, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme aa11c8b 71/73: Add changelog entry for version 0.12.0, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 4c59092 59/73: Minor rewording and reordering in the README, Stefan Monnier, 2020/08/26