Skip to content

Commit 4960906

Browse files
committed
updated tag color to cyan, fixed togglemodebutton styling
1 parent f41f493 commit 4960906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/main/Detail/ToggleModeButton.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ body[data-theme="monokai"]
6666

6767
body[data-theme="dracula"]
6868
.control-toggleModeButton
69-
background-color #282a36
69+
background-color #44475a
7070
.active
7171
background-color #bd93f9
7272
box-shadow 2px 0px 7px #222222

browser/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ $ui-dracula-active-color = #bd93f9
405405

406406
$ui-dracula-borderColor = #44475a
407407

408-
$ui-dracula-tag-backgroundColor = #50fa7b
408+
$ui-dracula-tag-backgroundColor = #8be9fd
409409

410410
$ui-dracula-button-backgroundColor = #44475a
411411
$ui-dracula-button--active-color = #f8f8f2

0 commit comments

Comments
 (0)