diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-06-04 06:58:01 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-06-04 06:58:01 +0300 |
| commit | 3ea80756c3a80a585b4cd756e5f236fe58b74d3c (patch) | |
| tree | 20bab2fff9e92db5688c0cf953439f29e0e839f9 /ef-light-theme.el | |
| parent | ed2373156611fda207b38acbaea81236f8b1d8b6 (diff) | |
Introduce semantic palette entries for tabs
This applies to tab-bar-mode, tab-line-mode, and related.
Diffstat (limited to 'ef-light-theme.el')
| -rw-r--r-- | ef-light-theme.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el index 17b5dd3..fbc4507 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -231,6 +231,12 @@ (mail-subject blue-cooler) (mail-other cyan) +;;;; Tab mappings + + (bg-tab-bar bg-alt) + (bg-tab-current bg-main) + (bg-tab-other bg-active) + ;;;; Rainbow mappings (rainbow-0 green-cooler) |
