[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-vivendi-theme 7d42a55 08/35: Review 'org-checkbox
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-vivendi-theme 7d42a55 08/35: Review 'org-checkbox' face to use a "box" effect |
Date: |
Wed, 24 Jun 2020 12:42:46 -0400 (EDT) |
branch: externals/modus-vivendi-theme
commit 7d42a550384186582983e509d67c65270f033eee
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Review 'org-checkbox' face to use a "box" effect
Based on the ongoing discussion in issue 50:
https://gitlab.com/protesilaos/modus-themes/-/issues/50
---
modus-operandi-theme.el | 3 ++-
modus-vivendi-theme.el | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e91457a..b7672ce 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2628,7 +2628,8 @@ Also bind `class' to ((class color) (min-colors 89))."
'(:extend t))
:inherit fixed-pitch :background ,bg-alt
:foreground ,fg-special-mild))))
`(org-block-end-line ((,class (:inherit org-block-begin-line))))
- `(org-checkbox ((,class (:weight bold))))
+ `(org-checkbox ((,class (:box (:line-width 1 :color ,bg-active)
+ :background ,bg-inactive :foreground
,fg-active))))
`(org-checkbox-statistics-done ((,class (:foreground ,green
,@(modus-operandi-theme-heading-block
green-nuanced-bg
green-nuanced)))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index cacefa4..a88601e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2628,7 +2628,8 @@ Also bind `class' to ((class color) (min-colors 89))."
'(:extend t))
:inherit fixed-pitch :background ,bg-alt
:foreground ,fg-special-mild))))
`(org-block-end-line ((,class (:inherit org-block-begin-line))))
- `(org-checkbox ((,class (:weight bold))))
+ `(org-checkbox ((,class (:box (:line-width 1 :color ,bg-active)
+ :background ,bg-inactive :foreground
,fg-active))))
`(org-checkbox-statistics-done ((,class (:foreground ,green
,@(modus-vivendi-theme-heading-block
green-nuanced-bg
green-nuanced)))))
- [elpa] externals/modus-vivendi-theme updated (c7bf002 -> f264a89), Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 6210f41 01/35: Add support for MINIBUFFER-LINE, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme d5f5968 04/35: Tweak 'stripes' face to match 'hl-line-mode', Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 3bc8f66 07/35: Review colour value of 'org-date', Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme d2ca6f3 02/35: Add README on how to load themes at sunrise/sunset, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 992d825 03/35: Add missing README link to André Alexandre Gomes, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 8fdb458 05/35: Attempt to resolve problems with compilation, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 7d42a55 08/35: Review 'org-checkbox' face to use a "box" effect,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 968d374 09/35: Refine some Org Agenda faces for consistency, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme b77ac9b 10/35: Review org-todo and org-checkbox-statistics-todo, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme c3238e2 12/35: Tweak 'log-edit-header', add 'change-log-function', Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme eaede36 14/35: Tweak 'message-header-name' (better in context), Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 680bee7 15/35: Use more appropriate colours for EPA validity, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 9c15114 17/35: Tweak 'magit-tag' (better in context), Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 09fb3ef 16/35: Tweak 'eshell-prompt' (better in context), Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme b1c7c60 06/35: Ensure better consistency of some Org faces, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme 1ca78af 13/35: Make Org doc title consistent with other headings, Stefan Monnier, 2020/06/24
- [elpa] externals/modus-vivendi-theme f22749e 11/35: Modus Vivendi subtle palette review, Stefan Monnier, 2020/06/24