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