diff --git a/browser/main/Detail/ToggleModeButton.styl b/browser/main/Detail/ToggleModeButton.styl index ddcd2cbd..7abdbdd9 100644 --- a/browser/main/Detail/ToggleModeButton.styl +++ b/browser/main/Detail/ToggleModeButton.styl @@ -66,7 +66,7 @@ body[data-theme="monokai"] body[data-theme="dracula"] .control-toggleModeButton - background-color #282a36 + background-color #44475a .active background-color #bd93f9 box-shadow 2px 0px 7px #222222 diff --git a/browser/styles/index.styl b/browser/styles/index.styl index 72a8c5b3..5c7ecb38 100644 --- a/browser/styles/index.styl +++ b/browser/styles/index.styl @@ -405,7 +405,7 @@ $ui-dracula-active-color = #bd93f9 $ui-dracula-borderColor = #44475a -$ui-dracula-tag-backgroundColor = #50fa7b +$ui-dracula-tag-backgroundColor = #8be9fd $ui-dracula-button-backgroundColor = #44475a $ui-dracula-button--active-color = #f8f8f2