mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Too many parentheses! Forgive me cthulhu!
This commit is contained in:
@ -6,12 +6,12 @@
|
||||
(defvar +workspace--last nil)
|
||||
|
||||
(defface +workspace-tab-selected-face
|
||||
'(((t (:inherit highlight))))
|
||||
'((t (:inherit 'highlight)))
|
||||
"The face for selected tabs displayed by `+workspace/display'"
|
||||
:group 'doom)
|
||||
|
||||
(defface +workspace-tab-face
|
||||
'(((t (:inherit default))))
|
||||
'((t (:inherit 'default)))
|
||||
"The face for selected tabs displayed by `+workspace/display'"
|
||||
:group 'doom)
|
||||
|
||||
|
Reference in New Issue
Block a user