mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add :inherit to +workspace faces
This commit is contained in:
@ -6,20 +6,12 @@
|
|||||||
(defvar +workspace--last nil)
|
(defvar +workspace--last nil)
|
||||||
|
|
||||||
(defface +workspace-tab-selected-face
|
(defface +workspace-tab-selected-face
|
||||||
'((((class color) (background light))
|
'(((t (:inherit highlight))))
|
||||||
(:background "#333333" :foreground "#000000")) ;; FIXME
|
|
||||||
(((class color) (background dark))
|
|
||||||
(:background "#51afef" :foreground "#181e26")))
|
|
||||||
"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
|
||||||
'((((class color) (background light))
|
'(((t (:inherit default))))
|
||||||
(:background "#333333" :foreground "#000000")) ;; FIXME
|
|
||||||
(((type graphic) (class color) (background dark))
|
|
||||||
(:background "#23272e" :foreground "#5B6268"))
|
|
||||||
(((class color) (background dark))
|
|
||||||
(:background "#262626" :foreground "#525252")))
|
|
||||||
"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