Update background color for tab-bar-mode

It's better to have this visually separated from the background, so let's use
base02 instead of the default base03 for this.
This commit is contained in:
Daniel - 2021-09-18 11:47:10 +02:00
parent 96d0c459cc
commit 835cd6d091
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1969,7 +1969,7 @@
'solarized-dark
`(tab-bar ((t (:height 1.2
:foregreound ,(cdr (assoc 'base03 solarized-dark-color-palette-alist))
:background ,(cdr (assoc 'base03 solarized-dark-color-palette-alist))))))
:background ,(cdr (assoc 'base02 solarized-dark-color-palette-alist))))))
`(tab-bar-tab ((t (:background ,(cdr (assoc 'base02 solarized-dark-color-palette-alist))
:foreground ,(cdr (assoc 'magenta solarized-dark-color-palette-alist))
:inverse-video nil