Skip to content

Commit 959d795

Browse files
committed
Second commit
1 parent cec3ce3 commit 959d795

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jupyterlab-day.png

274 KB
Loading

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
1717

1818
manager.register({
1919
name: 'JupyterLab Day',
20-
isLight: false,
20+
isLight: true,
2121
themeScrollbars: true,
2222
load: () => manager.loadCSS(style),
2323
unload: () => Promise.resolve(undefined)

style/variables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ all of MD as it is not optimized for dense, information rich UIs.
226226
--jp-inverse-layout-color0: #010409;
227227
--jp-inverse-layout-color1: #0d1117;
228228
--jp-inverse-layout-color2: #21262d;
229-
--jp-inverse-layout-color3: #161b22;
230-
--jp-inverse-layout-color4: #30363d;
229+
--jp-inverse-layout-color3: #434951;
230+
--jp-inverse-layout-color4: #434951;
231231

232232
/* Brand/accent */
233233

0 commit comments

Comments
 (0)