branch: externals/modus-operandi-theme
commit 775c8f93c473da6f694be5c13308b7660b47d210
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Clarify the use of the special `bg-tab-bar' colour
---
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 97e597a..93429d3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -621,6 +621,9 @@ AMOUNT is a customisation option."
     ;; combined with `fg-main', while `bg-tab-inactive' should be
     ;; combined with `fg-dim'
     ;;
+    ;; `bg-tab-bar' is only intended for the bar that holds the tabs and
+    ;; can only be combined with `fg-main'
+    ;;
     ;; `fg-tab-active' is meant to be combined with `bg-tab-active',
     ;; though only for styling special elements, such as underlining
     ;; the current tab
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0cfd2f3..0fea2d0 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -621,6 +621,9 @@ AMOUNT is a customisation option."
     ;; combined with `fg-main', while `bg-tab-inactive' should be
     ;; combined with `fg-dim'
     ;;
+    ;; `bg-tab-bar' is only intended for the bar that holds the tabs and
+    ;; can only be combined with `fg-main'
+    ;;
     ;; `fg-tab-active' is meant to be combined with `bg-tab-active',
     ;; though only for styling special elements, such as underlining
     ;; the current tab

Reply via email to