File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
main/modals/PreferencesModal Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -101,4 +101,12 @@ body[data-theme="solarized-dark"]
101
101
.header-control-button
102
102
border-color $ui-solarized-dark-button-backgroundColor
103
103
background-color $ui-solarized-dark-button-backgroundColor
104
- color $ui-solarized-dark-text-color
104
+ color $ui-solarized-dark-text-color
105
+
106
+ body [data-theme = "dracula" ]
107
+ .header
108
+ border-color $ui-dracula-borderColor
109
+
110
+ .header-control-button
111
+ colorDraculaDefaultButton ()
112
+ border-color $ui-dracula-borderColor
Original file line number Diff line number Diff line change @@ -410,6 +410,15 @@ $ui-dracula-button--active-color = #f8f8f2
410
410
$ui-dracula-button--active-backgroundColor = #bd 93 f9
411
411
$ui-dracula-button--hover-backgroundColor = lighten ($ui-dracula-backgroundColor , 10% )
412
412
$ui-dracula-button--focus-borderColor = lighten (#44 47 5a , 25% )
413
+ colorDraculaDefaultButton ()
414
+ border-color $ui-dracula-borderColor
415
+ color $ui-dracula-text-color
416
+ background-color $ui-dracula-button-backgroundColor
417
+ & :hover
418
+ background-color $ui-dracula-button--hover-backgroundColor
419
+ & :active
420
+ & :active:hover
421
+ background-color $ui-dracula-button--active-backgroundColor
413
422
414
423
modalDracula ()
415
424
position relative
You can’t perform that action at this time.
0 commit comments