branch: elpa/oblivion-theme
commit 751687dd6163593fca2b21bb06a75ac2597de055
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: format
---
oblivion-theme.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/oblivion-theme.el b/oblivion-theme.el
index 928162a320..b105cdc974 100644
--- a/oblivion-theme.el
+++ b/oblivion-theme.el
@@ -149,8 +149,7 @@
;; tab-bar-mode.
`(tab-bar ((t (:bold t :foreground ,ob-aluminium3 :background
,ob-aluminium6+5))))
`(tab-bar-tab
- ((t
- (:foreground ,ob-aluminium3 :background ,ob-aluminium6+16 :box
(:line-width -1 :color ,ob-aluminium4)))))
+ ((t (:foreground ,ob-aluminium3 :background ,ob-aluminium6+16 :box
(:line-width -1 :color ,ob-aluminium4)))))
`(tab-bar-tab-inactive ((t (:bold nil :italic t :foreground ,ob-aluminium3
:background ,ob-aluminium6+16))))
;; which-func (shows in the mode-line).