Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug introduced in 9ba2240d #190

Merged
merged 1 commit into from
Feb 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions jupyterthemes/styles/chesterish.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
@scrollbar-inactive: #464e60;
@box-shadow: #374556;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* chesterish ansi colors */
@ansiblack: #2b303b;
Expand Down
2 changes: 0 additions & 2 deletions jupyterthemes/styles/grade3.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@
@codeblock-bg: #efefef;
@codeblock-border: #E7E7E7;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* btn, scrollbar and shadow colors */
@button-bg: darken(@cc-input-bg, 3%);
Expand Down
2 changes: 0 additions & 2 deletions jupyterthemes/styles/gruvboxd.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@
@scrollbar-inactive: @gruv-base1;
@box-shadow: @gray;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* gruvized ansi colors */
@ansiblack: @gruv-base03;
Expand Down
2 changes: 0 additions & 2 deletions jupyterthemes/styles/gruvboxl.less
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@
@codeblock-bg: lighten(@cc-input-bg, 4%);
@codeblock-border: @codeblock-bg;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* btn, scrollbar and shadow colors */
@button-bg: @selected-half;
Expand Down
2 changes: 0 additions & 2 deletions jupyterthemes/styles/monokai.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
@scrollbar-inactive: #49483E;
@box-shadow: #49483E;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* monokai ansi colors */
@ansiblack: #282828;
Expand Down
2 changes: 0 additions & 2 deletions jupyterthemes/styles/oceans16.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
@scrollbar-inactive: #464e60;
@box-shadow: #3e4458;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* oceans16 ansi colors */
@ansiblack: #2b303b;
Expand Down
2 changes: 0 additions & 2 deletions jupyterthemes/styles/onedork.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
@scrollbar-inactive: #464e60;
@box-shadow: #3e4458;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* onedork ansi colors */
@ansiblack: #2b303b;
Expand Down
2 changes: 0 additions & 2 deletions jupyterthemes/styles/solarizedd.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ http://ethanschoonover.com/solarized
@scrollbar-inactive: @solar-base1;
@box-shadow: #05262f;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* solarized ansi colors */
@ansiblack: @solar-base03;
Expand Down
2 changes: 0 additions & 2 deletions jupyterthemes/styles/solarizedl.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ http://ethanschoonover.com/solarized
@scrollbar-inactive: @solar-base1;
@box-shadow: #e8e0c7;
@md-header-link: rgba(0,0,0,.32);
@nb-name-fg: @button-bg;
@nb-name-hover: @divider;

/* solarized ansi colors */
@ansiblack: @solar-base03;
Expand Down