File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ New Features
73
73
74
74
Bug fixes
75
75
~~~~~~~~~
76
- - ``ValueError `` is raised when ``fill_value `` is not a scalar in :py:meth: `full_like `. (:issue`3977`)
76
+ - Support dark mode in VS code (:issue: `4024 `)
77
+ By `Keisuke Fujii <https://github.com/fujiisoup >`_.
78
+ - ``ValueError `` is raised when ``fill_value `` is not a scalar in :py:meth: `full_like `. (:issue: `3977 `)
77
79
By `Huite Bootsma <https://github.com/huite >`_.
78
80
- Fix wrong order in converting a ``pd.Series `` with a MultiIndex to ``DataArray ``. (:issue: `3951 `)
79
81
By `Keisuke Fujii <https://github.com/fujiisoup >`_.
Original file line number Diff line number Diff line change 13
13
--xr-background-color-row-odd : var (--jp-layout-color2 , # eeeeee );
14
14
}
15
15
16
+ html [theme = dark ],
17
+ body .vscode-dark {
18
+ --xr-font-color0 : rgba (255 , 255 , 255 , 1 );
19
+ --xr-font-color2 : rgba (255 , 255 , 255 , 0.54 );
20
+ --xr-font-color3 : rgba (255 , 255 , 255 , 0.38 );
21
+ --xr-border-color : # 1F1F1F ;
22
+ --xr-disabled-color : # 515151 ;
23
+ --xr-background-color : # 111111 ;
24
+ --xr-background-color-row-even : # 111111 ;
25
+ --xr-background-color-row-odd : # 313131 ;
26
+ }
27
+
16
28
.xr-wrap {
17
29
min-width : 300px ;
18
30
max-width : 700px ;
You can’t perform that action at this time.
0 commit comments