Skip to content

Commit

Permalink
Update status bar icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Jun 20, 2019
1 parent f45949e commit a6d81ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 42 deletions.
24 changes: 4 additions & 20 deletions packages/statusbar/style/base.css
Expand Up @@ -7,26 +7,10 @@
background-image: url('./line-form.svg');
}

/*
* icons for light themes
*/

[data-jp-theme-light='true'] .jp-StatusItem-kernel {
background-image: url('./kernel-icon-light.svg');
}

[data-jp-theme-light='true'] .jp-StatusItem-terminal {
background-image: url('./terminal-icon-light.svg');
}

/*
* icons for dark themes
*/

[data-jp-theme-light='false'] .jp-StatusItem-kernel {
background-image: url('./kernel-icon-dark.svg');
.jp-StatusItem-kernel {
background-image: var(--jp-icon-kernel);
}

[data-jp-theme-light='false'] .jp-StatusItem-terminal {
background-image: url('./terminal-icon-dark.svg');
.jp-StatusItem-terminal {
background-image: var(--jp-icon-terminal);
}
6 changes: 0 additions & 6 deletions packages/statusbar/style/kernel-icon-dark.svg

This file was deleted.

6 changes: 0 additions & 6 deletions packages/statusbar/style/kernel-icon-light.svg

This file was deleted.

4 changes: 0 additions & 4 deletions packages/statusbar/style/terminal-icon-dark.svg

This file was deleted.

4 changes: 0 additions & 4 deletions packages/statusbar/style/terminal-icon-light.svg

This file was deleted.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6d81ad

Please sign in to comment.