mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-15 09:46:27 -04:00
Add tab colours to the palette
This commit is contained in:
parent
dedbc595e4
commit
889c5dc34e
|
|
@ -65,6 +65,19 @@ standard).")
|
|||
(bg-inactive "#e0e0e0")
|
||||
(border "#9f9f9f")
|
||||
|
||||
;;; User Interface
|
||||
|
||||
(bg-mode-line-active "#c3c3c3")
|
||||
(fg-mode-line-active "#000000")
|
||||
(border-mode-line-active "#545454")
|
||||
(bg-mode-line-inactive "#e1e1e1")
|
||||
(fg-mode-line-inactive "#585858")
|
||||
(border-mode-line-inactive "#a0a0a0")
|
||||
|
||||
(bg-tab-bar "#dfdfdf")
|
||||
(bg-tab-current "#ffffff")
|
||||
(bg-tab-other "#c2c2c2")
|
||||
|
||||
;;; Common accent foregrounds
|
||||
|
||||
(red "#a60000")
|
||||
|
|
@ -167,13 +180,6 @@ standard).")
|
|||
|
||||
;;;; Mappings
|
||||
|
||||
(bg-mode-line-active bg-active)
|
||||
(fg-mode-line-active fg-main)
|
||||
(border-mode-line-active fg-dim)
|
||||
(bg-mode-line-inactive bg-inactive)
|
||||
(fg-mode-line-inactive fg-dim)
|
||||
(border-mode-line-inactive border)
|
||||
|
||||
(fringe bg-inactive)
|
||||
(cursor fg-main)
|
||||
(builtin magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -63,6 +63,19 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(bg-inactive "#e0e0e0")
|
||||
(border "#9f9f9f")
|
||||
|
||||
;;; User Interface
|
||||
|
||||
(bg-mode-line-active "#c3c3c3")
|
||||
(fg-mode-line-active "#000000")
|
||||
(border-mode-line-active "#545454")
|
||||
(bg-mode-line-inactive "#e1e1e1")
|
||||
(fg-mode-line-inactive "#585858")
|
||||
(border-mode-line-inactive "#a0a0a0")
|
||||
|
||||
(bg-tab-bar "#dfdfdf")
|
||||
(bg-tab-current "#ffffff")
|
||||
(bg-tab-other "#c2c2c2")
|
||||
|
||||
;;; Common accent foregrounds
|
||||
|
||||
(red "#a60000")
|
||||
|
|
@ -165,13 +178,6 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
|
||||
;;;; Mappings
|
||||
|
||||
(bg-mode-line-active bg-active)
|
||||
(fg-mode-line-active fg-main)
|
||||
(border-mode-line-active fg-dim)
|
||||
(bg-mode-line-inactive bg-inactive)
|
||||
(fg-mode-line-inactive fg-dim)
|
||||
(border-mode-line-inactive border)
|
||||
|
||||
(fringe bg-inactive)
|
||||
(cursor fg-main)
|
||||
(builtin magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -62,6 +62,19 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(bg-inactive "#dfd5cf")
|
||||
(border "#9f9690")
|
||||
|
||||
;;; User Interface
|
||||
|
||||
(bg-mode-line-active "#c9b8b1")
|
||||
(fg-mode-line-active "#000000")
|
||||
(border-mode-line-active "#545454")
|
||||
(bg-mode-line-inactive "#dfd6cd")
|
||||
(fg-mode-line-inactive "#585858")
|
||||
(border-mode-line-inactive "#9f9790")
|
||||
|
||||
(bg-tab-bar "#e0d4ce")
|
||||
(bg-tab-current "#fbf7f0")
|
||||
(bg-tab-other "#c8b8b2")
|
||||
|
||||
;;; Common accent foregrounds
|
||||
|
||||
(red "#a60000")
|
||||
|
|
@ -164,13 +177,6 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
|
||||
;;;; Mappings
|
||||
|
||||
(bg-mode-line-active bg-active)
|
||||
(fg-mode-line-active fg-main)
|
||||
(border-mode-line-active fg-dim)
|
||||
(bg-mode-line-inactive bg-inactive)
|
||||
(fg-mode-line-inactive fg-dim)
|
||||
(border-mode-line-inactive border)
|
||||
|
||||
(fringe bg-inactive)
|
||||
(cursor red)
|
||||
(builtin magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -1604,9 +1604,9 @@ is a less intense variant of BG."
|
|||
`(centaur-tabs-modified-marker-selected ((,c :inherit centaur-tabs-selected)))
|
||||
`(centaur-tabs-modified-marker-unselected ((,c :inherit centaur-tabs-unselected)))
|
||||
`(centaur-tabs-default ((,c :background ,bg-main)))
|
||||
`(centaur-tabs-selected ((,c :inherit bold :box (:line-width -2 :color ,bg-main) :background ,bg-main)))
|
||||
`(centaur-tabs-selected ((,c :inherit bold :box (:line-width -2 :color ,bg-tab-current) :background ,bg-tab-current)))
|
||||
`(centaur-tabs-selected-modified ((,c :inherit (italic centaur-tabs-selected))))
|
||||
`(centaur-tabs-unselected ((,c :box (:line-width -2 :color ,bg-active) :background ,bg-active)))
|
||||
`(centaur-tabs-unselected ((,c :box (:line-width -2 :color ,bg-tab-other) :background ,bg-tab-other)))
|
||||
`(centaur-tabs-unselected-modified ((,c :inherit (italic centaur-tabs-unselected))))
|
||||
;;;;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
|
||||
`(change-log-acknowledgment ((,c :foreground ,identifier)))
|
||||
|
|
@ -3240,19 +3240,19 @@ is a less intense variant of BG."
|
|||
`(syslog-su ((,c :inherit error :underline t)))
|
||||
`(syslog-warn ((,c :inherit warning)))
|
||||
;;;;; tab-bar-mode
|
||||
`(tab-bar ((,c :inherit modus-themes-ui-variable-pitch :background ,bg-inactive)))
|
||||
`(tab-bar-tab-group-current ((,c :inherit bold :background ,bg-main :box (:line-width -2 :color ,bg-main) :foreground ,fg-alt)))
|
||||
`(tab-bar-tab-group-inactive ((,c :background ,bg-inactive :box (:line-width -2 :color ,bg-inactive) :foreground ,fg-alt)))
|
||||
`(tab-bar-tab ((,c :inherit bold :box (:line-width -2 :color ,bg-main) :background ,bg-main)))
|
||||
`(tab-bar-tab-inactive ((,c :box (:line-width -2 :color ,bg-active) :background ,bg-active)))
|
||||
`(tab-bar ((,c :inherit modus-themes-ui-variable-pitch :background ,bg-tab-bar)))
|
||||
`(tab-bar-tab-group-current ((,c :inherit bold :background ,bg-tab-current :box (:line-width -2 :color ,bg-tab-current) :foreground ,fg-alt)))
|
||||
`(tab-bar-tab-group-inactive ((,c :background ,bg-tab-bar :box (:line-width -2 :color ,bg-tab-bar) :foreground ,fg-alt)))
|
||||
`(tab-bar-tab ((,c :inherit bold :box (:line-width -2 :color ,bg-tab-current) :background ,bg-tab-current)))
|
||||
`(tab-bar-tab-inactive ((,c :box (:line-width -2 :color ,bg-tab-other) :background ,bg-tab-other)))
|
||||
`(tab-bar-tab-ungrouped ((,c :inherit tab-bar-tab-inactive)))
|
||||
;;;;; tab-line-mode
|
||||
`(tab-line ((,c :inherit modus-themes-ui-variable-pitch :background ,bg-inactive :height 0.95)))
|
||||
`(tab-line ((,c :inherit modus-themes-ui-variable-pitch :background ,bg-tab-bar :height 0.95)))
|
||||
`(tab-line-close-highlight ((,c :foreground ,err)))
|
||||
`(tab-line-highlight ((,c :inherit highlight)))
|
||||
`(tab-line-tab (( )))
|
||||
`(tab-line-tab-current ((,c :inherit bold :box (:line-width -2 :color ,bg-main) :background ,bg-main)))
|
||||
`(tab-line-tab-inactive ((,c :box (:line-width -2 :color ,bg-active) :background ,bg-active)))
|
||||
`(tab-line-tab-current ((,c :inherit bold :box (:line-width -2 :color ,bg-tab-current) :background ,bg-tab-current)))
|
||||
`(tab-line-tab-inactive ((,c :box (:line-width -2 :color ,bg-tab-other) :background ,bg-tab-other)))
|
||||
`(tab-line-tab-inactive-alternate ((,c :inherit tab-line-tab-inactive :foreground ,fg-alt)))
|
||||
`(tab-line-tab-modified ((,c :foreground ,warning)))
|
||||
;;;;; table (built-in table.el)
|
||||
|
|
|
|||
|
|
@ -64,6 +64,19 @@ standard).")
|
|||
(bg-inactive "#303030")
|
||||
(border "#646464")
|
||||
|
||||
;;; User Interface
|
||||
|
||||
(bg-mode-line-active "#525252")
|
||||
(fg-mode-line-active "#ffffff")
|
||||
(border-mode-line-active "#979797")
|
||||
(bg-mode-line-inactive "#2f2f2f")
|
||||
(fg-mode-line-inactive "#969696")
|
||||
(border-mode-line-inactive "#636363")
|
||||
|
||||
(bg-tab-bar "#313131")
|
||||
(bg-tab-current "#000000")
|
||||
(bg-tab-other "#545454")
|
||||
|
||||
;;; Common accent foregrounds
|
||||
|
||||
(red "#ff5f59")
|
||||
|
|
@ -166,13 +179,6 @@ standard).")
|
|||
|
||||
;;;; Mappings
|
||||
|
||||
(bg-mode-line-active bg-active)
|
||||
(fg-mode-line-active fg-main)
|
||||
(border-mode-line-active fg-dim)
|
||||
(bg-mode-line-inactive bg-inactive)
|
||||
(fg-mode-line-inactive fg-dim)
|
||||
(border-mode-line-inactive border)
|
||||
|
||||
(fringe bg-inactive)
|
||||
(cursor fg-main)
|
||||
(builtin magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -62,6 +62,19 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(bg-inactive "#303030")
|
||||
(border "#646464")
|
||||
|
||||
;;; User Interface
|
||||
|
||||
(bg-mode-line-active "#525252")
|
||||
(fg-mode-line-active "#ffffff")
|
||||
(border-mode-line-active "#979797")
|
||||
(bg-mode-line-inactive "#2f2f2f")
|
||||
(fg-mode-line-inactive "#969696")
|
||||
(border-mode-line-inactive "#636363")
|
||||
|
||||
(bg-tab-bar "#313131")
|
||||
(bg-tab-current "#000000")
|
||||
(bg-tab-other "#545454")
|
||||
|
||||
;;; Common accent foregrounds
|
||||
|
||||
(red "#ff5f59")
|
||||
|
|
@ -164,13 +177,6 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
|
||||
;;;; Mappings
|
||||
|
||||
(bg-mode-line-active bg-active)
|
||||
(fg-mode-line-active fg-main)
|
||||
(border-mode-line-active fg-dim)
|
||||
(bg-mode-line-inactive bg-inactive)
|
||||
(fg-mode-line-inactive fg-dim)
|
||||
(border-mode-line-inactive border)
|
||||
|
||||
(fringe bg-inactive)
|
||||
(cursor fg-main)
|
||||
(builtin magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -62,6 +62,19 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(bg-inactive "#2b3045")
|
||||
(border "#61647a")
|
||||
|
||||
;;; User Interface
|
||||
|
||||
(bg-mode-line-active "#4a4f6a")
|
||||
(fg-mode-line-active "#ffffff")
|
||||
(border-mode-line-active "#979797")
|
||||
(bg-mode-line-inactive "#2b3046")
|
||||
(fg-mode-line-inactive "#969696")
|
||||
(border-mode-line-inactive "#61647b")
|
||||
|
||||
(bg-tab-bar "#2c3045")
|
||||
(bg-tab-current "#0d0e1c")
|
||||
(bg-tab-other "#4a4f6a")
|
||||
|
||||
;;; Common accent foregrounds
|
||||
|
||||
(red "#ff5f59")
|
||||
|
|
@ -164,13 +177,6 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
|
||||
;;;; Mappings
|
||||
|
||||
(bg-mode-line-active bg-active)
|
||||
(fg-mode-line-active fg-main)
|
||||
(border-mode-line-active fg-dim)
|
||||
(bg-mode-line-inactive bg-inactive)
|
||||
(fg-mode-line-inactive fg-dim)
|
||||
(border-mode-line-inactive border)
|
||||
|
||||
(fringe bg-inactive)
|
||||
(cursor magenta-warmer)
|
||||
(builtin magenta-warmer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue