1+ < pre class ="oceanic-next vscode-highlight " data-language ="js "> < code class ="vscode-highlight-code "> < span class ="vscode-highlight-line "> < span class ="mtk7 "> console</ span > < span class ="mtk5 "> .</ span > < span class ="mtk8 "> log</ span > < span class ="mtk1 "> (</ span > < span class ="mtk5 "> "</ span > < span class ="mtk6 "> Hello, world!</ span > < span class ="mtk5 "> "</ span > < span class ="mtk1 "> )</ span > < span class ="mtk5 "> ;</ span > </ span > </ code > </ pre >
2+ < style class ="vscode-highlight-styles "> : root {
3+ --vscode-highlight-padding-v : 1rem ;
4+ --vscode-highlight-padding-h : 1.5rem ;
5+ --vscode-highlight-padding-top : var (--vscode-highlight-padding-v );
6+ --vscode-highlight-padding-right : var (--vscode-highlight-padding-h );
7+ --vscode-highlight-padding-bottom : var (--vscode-highlight-padding-v );
8+ --vscode-highlight-padding-left : var (--vscode-highlight-padding-h );
9+ --vscode-highlight-border-radius : 8px ;
10+
11+ --vscode-highlight-line-highlighted-background-color : transparent;
12+ --vscode-highlight-line-highlighted-border-width : 4px ;
13+ --vscode-highlight-line-highlighted-border-color : transparent;
14+ }
15+
16+ .vscode-highlight {
17+ overflow : auto;
18+ -webkit-overflow-scrolling : touch;
19+ padding-top : 1rem ;
20+ padding-top : var (--vscode-highlight-padding-top );
21+ padding-bottom : 1rem ;
22+ padding-bottom : var (--vscode-highlight-padding-bottom );
23+ border-radius : 8px ;
24+ border-radius : var (--vscode-highlight-border-radius );
25+ font-feature-settings : normal;
26+ }
27+
28+ .vscode-highlight-code {
29+ display : inline-block;
30+ min-width : 100% ;
31+ }
32+
33+ .vscode-highlight-line {
34+ display : inline-block;
35+ box-sizing : border-box;
36+ width : 100% ;
37+ padding-left : 1.5rem ;
38+ padding-left : var (--vscode-highlight-padding-left );
39+ padding-right : 1.5rem ;
40+ padding-right : var (--vscode-highlight-padding-right );
41+ }
42+
43+ .vscode-highlight-line-highlighted {
44+ background-color : var (--vscode-highlight-line-highlighted-background-color );
45+ box-shadow : inset var (--vscode-highlight-line-highlighted-border-width ) 0 0 0 var (--vscode-highlight-line-highlighted-border-color );
46+ }
47+ .oceanic-next {
48+ background-color : # 1B2B34 ;
49+ color : # CDD3DE ;
50+ }
51+
52+ .oceanic-next .mtk1 { color : # CDD3DE ; }
53+ .oceanic-next .mtk2 { color : # 1B2B34 ; }
54+ .oceanic-next .mtk3 { color : # 65737E ; }
55+ .oceanic-next .mtk4 { color : # F99157 ; }
56+ .oceanic-next .mtk5 { color : # 5FB3B3 ; }
57+ .oceanic-next .mtk6 { color : # 99C794 ; }
58+ .oceanic-next .mtk7 { color : # FAC863 ; }
59+ .oceanic-next .mtk8 { color : # 6699CC ; }
60+ .oceanic-next .mtk9 { color : # D8DEE9 ; }
61+ .oceanic-next .mtk10 { color : # EC5F67 ; }
62+ .oceanic-next .mtk11 { color : # EB606B ; }
63+ .oceanic-next .mtk12 { color : # BB80B3 ; }
64+ .oceanic-next .mtk13 { color : # C594C5 ; }
65+ .oceanic-next .mtk14 { color : # AB7967 ; }
66+ .oceanic-next .mtk15 { color : # F2777A ; }
67+ .oceanic-next .mtki { font-style : italic; }
68+ .oceanic-next .mtkb { font-weight : bold; }
69+ .oceanic-next .mtku { text-decoration : underline; text-underline-position : under; }</ style >
0 commit comments