File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2020 --color-type : #e57300 ;
2121 --color-url : #4d76ae ;
2222 --color-warn-background : #ffe5cc ;
23+ --color-warn-msg : #e57300 ;
2324 --color-warn-hover : #b25900 ;
2425 --color-warn : #e57300 ;
2526 --color-background-input : #fff ;
@@ -53,7 +54,8 @@ html[data-theme="dark"] {
5354 --color-struct : #df3600 ;
5455 --color-type : #e57300 ;
5556 --color-url : #d2991d ;
56- --color-warn-background : #ffe5cc ;
57+ --color-warn-background : #6b3603 ;
58+ --color-warn-msg : #d8d8d8 ;
5759 --color-warn-hover : #b25900 ;
5860 --color-warn : #e57300 ;
5961 --color-background-input : #f0f0f0 ;
@@ -84,7 +86,8 @@ html[data-theme="ayu"] {
8486 --color-struct : #df3600 ;
8587 --color-type : #e57300 ;
8688 --color-url : #39afd7 ;
87- --color-warn-background : #ffe5cc ;
89+ --color-warn-background : #804207 ;
90+ --color-warn-msg : #d8c9b9 ;
8891 --color-warn-hover : #b25900 ;
8992 --color-warn : #e57300 ;
9093 --color-background-input : #141920 ;
Original file line number Diff line number Diff line change 2121 @extend .info ;
2222
2323 background-color : var (--color-warn-background );
24- color : var (--color-warn );
24+ color : var (--color-warn-msg );
2525 }
2626}
You can’t perform that action at this time.
0 commit comments