We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41f493 commit 4960906Copy full SHA for 4960906
browser/main/Detail/ToggleModeButton.styl
@@ -66,7 +66,7 @@ body[data-theme="monokai"]
66
67
body[data-theme="dracula"]
68
.control-toggleModeButton
69
- background-color #282a36
+ background-color #44475a
70
.active
71
background-color #bd93f9
72
box-shadow 2px 0px 7px #222222
browser/styles/index.styl
@@ -405,7 +405,7 @@ $ui-dracula-active-color = #bd93f9
405
406
$ui-dracula-borderColor = #44475a
407
408
-$ui-dracula-tag-backgroundColor = #50fa7b
+$ui-dracula-tag-backgroundColor = #8be9fd
409
410
$ui-dracula-button-backgroundColor = #44475a
411
$ui-dracula-button--active-color = #f8f8f2
0 commit comments