diff --git a/browser/main/modals/PreferencesModal/StorageItem.styl b/browser/main/modals/PreferencesModal/StorageItem.styl index 13759007..29dfbd0b 100644 --- a/browser/main/modals/PreferencesModal/StorageItem.styl +++ b/browser/main/modals/PreferencesModal/StorageItem.styl @@ -84,3 +84,17 @@ body[data-theme="dark"] top 25px z-index 10 white-space nowrap + +body[data-theme="solarized-dark"] + .header + border-color $ui-solarized-dark-button-backgroundColor + + .header-label-path + color $ui-solarized-dark-text-color + .header-label-editButton + color $ui-solarized-dark-text-color + + .header-control-button + border-color $ui-solarized-dark-button-backgroundColor + background-color $ui-solarized-dark-button-backgroundColor + color $ui-solarized-dark-text-color \ No newline at end of file