Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,18 @@
`(window-divider ((,class (:background ,nord3))))
`(window-divider-first-pixel ((,class (:background ,nord3))))
`(window-divider-last-pixel ((,class (:background ,nord3))))

;; tabbar
`(tabbar-default ((,class (:foreground ,nord8 :background ,nord3 :height 1.0))))
`(tabbar-separator ((,class (:foreground ,nord8 :background ,nord3))))
`(tabbar-highlight ((,class (:inherit highlight))))
`(tabbar-button ((,class (:foreground ,nord8 :background ,nord3))))
`(tabbar-button-highlight ((,class (:inherit tabbar-button :inverse-video t))))
`(tabbar-modified ((,class (:inherit tabbar-default :foreground ,nord15 :bold bold))))
`(tabbar-unselected ((,class (:inherit tabbar-default :foreground ,nord8 :box (:line-width -5 :color ,nord3)))))
`(tabbar-unselected-modified ((,class (:inherit 'tabbar-modified) )))
`(tabbar-selected ((,class (:inherit tabbar-default :bold bold :foreground ,nord14 :background ,nord3))))
`(tabbar-selected-modified ((,class (:inherit tabbar-selected :foreground ,nord7))))

;;;; +-----------------+
;;;; + Package Support +
;;;; +-----------------+
Expand Down