Skip to content

Commit

Permalink
Bump dracula theme (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Aug 24, 2023
1 parent a9daaa2 commit af7739f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Resources/laravel-debugbar-dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ div.phpdebugbar div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-par

div.phpdebugbar code,
div.phpdebugbar pre {
color: #FFF;
color: #f1fa8c;
}

div.phpdebugbar-openhandler .phpdebugbar-openhandler-actions > a,
Expand Down Expand Up @@ -262,7 +262,8 @@ div.phpdebugbar .hljs-subst {
color: #f8f8f2;
}

div.phpdebugbar .hljs-title {
div.phpdebugbar .hljs-title,
div.phpdebugbar .hljs-meta-keyword {
color: #50fa7b;
}

Expand All @@ -286,6 +287,10 @@ div.phpdebugbar .hljs-deletion {
color: #6272a4;
}

div.phpdebugbar .hljs-strong {
font-weight: bold;
}

div.phpdebugbar .hljs-literal,
div.phpdebugbar .hljs-number {
color: #bd93f9;
Expand Down

0 comments on commit af7739f

Please sign in to comment.