Tweak the colors of the inactive tab

This commit is contained in:
Adorian Doran 2024-11-27 23:07:48 +02:00
parent 180c592d5f
commit 6d2e3a6f5e

View File

@ -130,8 +130,8 @@
--active-tab-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
--inactive-tab-background-color: transparent;
--inactive-tab-hover-background-color: var(--left-pane-item-hover-background);
--inactive-tab-text-color: #666;
--inactive-tab-hover-background-color: #00000016;
--inactive-tab-text-color: #4e4e4e;
--new-tab-button-background: #d8d8d8;
--new-tab-button-color: #3a3a3a;