Skip to content

Commit a3f7d22

Browse files
committed
Add dracula theme styles
1 parent aeb77e5 commit a3f7d22

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

browser/main/modals/CreateMarkdownFromURLModal.styl

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,29 @@ body[data-theme="monokai"]
132132

133133
.control-confirmButton
134134
colorMonokaiPrimaryButton()
135+
136+
body[data-theme="dracula"]
137+
.root
138+
modalDracula()
139+
width 500px
140+
height 270px
141+
overflow hidden
142+
position relative
143+
144+
.header
145+
background-color transparent
146+
border-color $ui-dracula-borderColor
147+
color $ui-dracula-text-color
148+
149+
.control-folder-label
150+
color $ui-dracula-text-color
151+
152+
.control-folder-input
153+
border 1px solid $ui-input--create-folder-modal
154+
color white
155+
156+
.description
157+
color $ui-inactive-text-color
158+
159+
.control-confirmButton
160+
colorDraculaPrimaryButton()

0 commit comments

Comments
 (0)