1919 --djdt-background-color : white;
2020 --djdt-panel-content-background-color : # eee ;
2121 --djdt-panel-content-table-background-color : var (--djdt-background-color );
22- --djdt-panel-content-table-alternate-background-color : # fafafa ;
2322 --djdt-panel-title-background-color : # ffc ;
2423 --djdt-djdt-panel-content-table-strip-background-color : # f5f5f5 ;
2524 --djdt-highlighted-background-color : # ffc ;
2625 --djdt-toggle-template-background-color : # bbb ;
2726
2827 --djdt-sql-font-color : # 333 ;
29- --djdt-pre-text-color : # 555 ;
28+ --djdt-pre-text-color : # 666 ;
3029 --djdt-path-and-locals : black;
30+ --djdt-stack-color : # 666 ;
3131 --djdt-stack-span-color : black;
3232 --djdt-template-highlight-color : # 333 ;
3333
3434 --djdt-table-header-color : # 666 ;
3535 --djdt-table-header-background-color : # f8f8f8 ;
36- --djdt-table-border-color : # e8e8e8 ;
36+ --djdt-table-border-color : # ddd ;
3737 --djdt-button-border-color : # ccc ;
3838 --djdt-button-hover-border-color : # 666 ;
3939 --djdt-pre-border-color : var (--djdt-table-border-color );
4545 --djdt-background-color : # 121212 ;
4646 --djdt-panel-content-background-color : # 121212 ;
4747 --djdt-panel-content-table-background-color : var (--djdt-background-color );
48- --djdt-panel-content-table-alternate-background-color : # 171717 ;
4948 --djdt-panel-title-background-color : # 417690 ;
50- --djdt-djdt-panel-content-table-strip-background-color : # 324154ff ;
49+ --djdt-djdt-panel-content-table-strip-background-color : # 171717 ;
5150 --djdt-highlighted-background-color : # 00363a ;
5251 --djdt-toggle-template-background-color : # 282755 ;
5352
5453 --djdt-sql-font-color : var (--djdt-font-color );
5554 --djdt-pre-text-color : var (--djdt-font-color );
5655 --djdt-path-and-locals : # 65758cff ;
56+ --djdt-stack-color : # 888 ;
5757 --djdt-stack-span-color : # ccc ;
5858 --djdt-template-highlight-color : var (--djdt-stack-span-color );
5959
472472 top : 4px ;
473473 right : 15px ;
474474 line-height : 16px ;
475- border : 6 px solid # ddd ;
475+ border : 3 px solid # ddd ;
476476 border-radius : 50% ;
477- background : # fff ;
477+ background : transparent;
478+ box-shadow : none;
478479 color : # ddd ;
479- font-weight : 900 ;
480- font-size : 20 px ;
480+ font-weight : 400 ;
481+ font-size : 26 px ;
481482 height : 36px ;
482483 width : 36px ;
483484 padding : 0 0 5px ;
543544
544545# djDebug .highlight {
545546 color : var (--djdt-font-color );
547+ padding : 10px 13px ;
548+ border : 1px solid var (--djdt-table-border-color );
546549}
547550# djDebug .highlight .err {
548551 color : var (--djdt-font-color );
@@ -561,6 +564,9 @@ To regenerate:
561564 from pygments.formatters import HtmlFormatter
562565 print(HtmlFormatter(wrapcode=True).get_style_defs())
563566 */
567+ # djDebug [data-theme = "light" ] .highlight {
568+ background : # fff ;
569+ }
564570# djDebug [data-theme = "light" ] .highlight pre {
565571 line-height : 125% ;
566572}
@@ -1084,7 +1090,7 @@ To regenerate:
10841090}
10851091
10861092# djDebug .djDetailsRow {
1087- background-color : var (--djdt-panel-content-table-alternate -background-color );
1093+ background-color : var (--djdt-djdt- panel-content-table-strip -background-color );
10881094}
10891095
10901096# djDebug .djDebugRowWarning .djdt-time {
@@ -1122,25 +1128,23 @@ To regenerate:
11221128}
11231129
11241130# djDebug .djdt-stack {
1125- color : var (--djdt-stack-span- color );
1131+ color : var (--djdt-stack-color );
11261132}
11271133
11281134# djDebug .djdt-stack span {
11291135 color : var (--djdt-stack-span-color );
1130- font-weight : bold ;
1136+ font-weight : 500 ;
11311137}
11321138# djDebug .djdt-stack pre .djdt-locals ,
11331139# djDebug .djdt-stack pre .djdt-locals span {
11341140 color : var (--djdt-path-and-locals );
11351141 font-weight : normal;
11361142}
11371143# djDebug .djdt-stack .djdt-code {
1144+ font-size : 14px ;
11381145 font-weight : normal;
11391146 margin : 5px 0 10px ;
1140- border : 1px solid var (--djdt-pre-border-color );
1141- border-collapse : collapse;
1142- background-color : var (--djdt-background-color );
1143- padding : 5px ;
1147+ color : var (--djdt-stack-color );
11441148}
11451149# djDebug .djdt-stack pre .djdt-locals {
11461150 margin : 0 27px 27px 27px ;
0 commit comments