Skip to content

Commit 4dc818f

Browse files
authored
Use Dracula Theme color on html dumper (#1537)
1 parent e0ccbba commit 4dc818f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Resources/laravel-debugbar-dark-mode.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,21 @@ div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugb
152152
color: #7B7B7B;
153153
}
154154

155+
div.phpdebugbar pre.sf-dump .sf-dump-note {
156+
color: #8be9fd;
157+
}
158+
159+
div.phpdebugbar pre.sf-dump .sf-dump-num,
160+
div.phpdebugbar pre.sf-dump .sf-dump-const,
161+
div.phpdebugbar pre.sf-dump .sf-dump-index {
162+
color: #bd93f9;
163+
}
164+
165+
div.phpdebugbar pre.sf-dump .sf-dump-key,
166+
div.phpdebugbar pre.sf-dump .sf-dump-str {
167+
color: #f1fa8c;
168+
}
169+
155170
div.phpdebugbar-openhandler {
156171
border-top-color: #fa5661;
157172
}

0 commit comments

Comments
 (0)