al_folio_core 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +12 -0
- data/LICENSE +20 -0
- data/README.md +28 -0
- data/_includes/audio 2.liquid +30 -0
- data/_includes/audio.liquid +30 -0
- data/_includes/bib_search 2.liquid +4 -0
- data/_includes/bib_search.liquid +4 -0
- data/_includes/calendar 2.liquid +25 -0
- data/_includes/calendar.liquid +25 -0
- data/_includes/citation 2.liquid +26 -0
- data/_includes/citation.liquid +26 -0
- data/_includes/course_schedule 2.liquid +71 -0
- data/_includes/course_schedule.liquid +71 -0
- data/_includes/courses 2.liquid +37 -0
- data/_includes/courses.liquid +37 -0
- data/_includes/disqus 2.liquid +13 -0
- data/_includes/disqus.liquid +13 -0
- data/_includes/figure 2.liquid +86 -0
- data/_includes/figure.liquid +86 -0
- data/_includes/footer 2.liquid +34 -0
- data/_includes/footer.liquid +34 -0
- data/_includes/giscus 2.liquid +25 -0
- data/_includes/giscus.liquid +25 -0
- data/_includes/head 2.liquid +147 -0
- data/_includes/head.liquid +147 -0
- data/_includes/header 2.liquid +149 -0
- data/_includes/header.liquid +149 -0
- data/_includes/latest_posts 2.liquid +48 -0
- data/_includes/latest_posts.liquid +48 -0
- data/_includes/metadata 2.liquid +247 -0
- data/_includes/metadata.liquid +247 -0
- data/_includes/news 2.liquid +34 -0
- data/_includes/news.liquid +34 -0
- data/_includes/newsletter 2.liquid +68 -0
- data/_includes/newsletter.liquid +68 -0
- data/_includes/pagination 2.liquid +21 -0
- data/_includes/pagination.liquid +21 -0
- data/_includes/plugins/al_analytics_scripts 2.liquid +4 -0
- data/_includes/plugins/al_analytics_scripts.liquid +4 -0
- data/_includes/plugins/al_charts_scripts 2.liquid +4 -0
- data/_includes/plugins/al_charts_scripts.liquid +4 -0
- data/_includes/plugins/al_comments 2.liquid +4 -0
- data/_includes/plugins/al_comments.liquid +4 -0
- data/_includes/plugins/al_cookie_scripts 2.liquid +4 -0
- data/_includes/plugins/al_cookie_scripts.liquid +4 -0
- data/_includes/plugins/al_cookie_styles 2.liquid +4 -0
- data/_includes/plugins/al_cookie_styles.liquid +4 -0
- data/_includes/plugins/al_img_tools_scripts 2.liquid +4 -0
- data/_includes/plugins/al_img_tools_scripts.liquid +4 -0
- data/_includes/plugins/al_img_tools_styles 2.liquid +4 -0
- data/_includes/plugins/al_img_tools_styles.liquid +4 -0
- data/_includes/plugins/al_math_scripts 2.liquid +4 -0
- data/_includes/plugins/al_math_scripts.liquid +4 -0
- data/_includes/plugins/al_math_styles 2.liquid +4 -0
- data/_includes/plugins/al_math_styles.liquid +4 -0
- data/_includes/plugins/al_newsletter_form_center 2.liquid +4 -0
- data/_includes/plugins/al_newsletter_form_center.liquid +4 -0
- data/_includes/plugins/al_newsletter_form_center_margin 2.liquid +1 -0
- data/_includes/plugins/al_newsletter_form_center_margin.liquid +1 -0
- data/_includes/plugins/al_newsletter_form_left 2.liquid +1 -0
- data/_includes/plugins/al_newsletter_form_left.liquid +1 -0
- data/_includes/plugins/al_newsletter_scripts 2.liquid +1 -0
- data/_includes/plugins/al_newsletter_scripts.liquid +1 -0
- data/_includes/plugins/al_search_assets 2.liquid +5 -0
- data/_includes/plugins/al_search_assets.liquid +5 -0
- data/_includes/projects 2.liquid +35 -0
- data/_includes/projects.liquid +35 -0
- data/_includes/projects_horizontal 2.liquid +34 -0
- data/_includes/projects_horizontal.liquid +34 -0
- data/_includes/related_posts 2.liquid +40 -0
- data/_includes/related_posts.liquid +40 -0
- data/_includes/repository/repo 2.liquid +47 -0
- data/_includes/repository/repo.liquid +47 -0
- data/_includes/repository/repo_trophies 2.liquid +42 -0
- data/_includes/repository/repo_trophies.liquid +42 -0
- data/_includes/repository/repo_user 2.liquid +34 -0
- data/_includes/repository/repo_user.liquid +34 -0
- data/_includes/scripts 2.liquid +123 -0
- data/_includes/scripts.liquid +123 -0
- data/_includes/selected_papers 2.liquid +3 -0
- data/_includes/selected_papers.liquid +3 -0
- data/_includes/video 2.liquid +97 -0
- data/_includes/video.liquid +97 -0
- data/_layouts/about 2.liquid +84 -0
- data/_layouts/about.liquid +84 -0
- data/_layouts/archive 2.liquid +38 -0
- data/_layouts/archive.liquid +38 -0
- data/_layouts/bib 2.liquid +395 -0
- data/_layouts/bib.liquid +395 -0
- data/_layouts/book-review 2.liquid +265 -0
- data/_layouts/book-review.liquid +265 -0
- data/_layouts/book-shelf 2.liquid +49 -0
- data/_layouts/book-shelf.liquid +49 -0
- data/_layouts/course 2.liquid +75 -0
- data/_layouts/course.liquid +75 -0
- data/_layouts/cv 2.liquid +18 -0
- data/_layouts/cv.liquid +18 -0
- data/_layouts/default 2.liquid +56 -0
- data/_layouts/default.liquid +56 -0
- data/_layouts/distill 2.liquid +21 -0
- data/_layouts/distill.liquid +21 -0
- data/_layouts/none 2.liquid +1 -0
- data/_layouts/none.liquid +1 -0
- data/_layouts/page 2.liquid +31 -0
- data/_layouts/page.liquid +31 -0
- data/_layouts/post 2.liquid +94 -0
- data/_layouts/post.liquid +94 -0
- data/_layouts/profiles 2.liquid +36 -0
- data/_layouts/profiles.liquid +36 -0
- data/_sass/_blog 2.scss +204 -0
- data/_sass/_blog.scss +204 -0
- data/_sass/_components 2.scss +261 -0
- data/_sass/_components.scss +261 -0
- data/_sass/_footer 2.scss +35 -0
- data/_sass/_footer.scss +35 -0
- data/_sass/_layout 2.scss +58 -0
- data/_sass/_layout.scss +58 -0
- data/_sass/_navbar 2.scss +190 -0
- data/_sass/_navbar.scss +190 -0
- data/_sass/_publications 2.scss +188 -0
- data/_sass/_publications.scss +188 -0
- data/_sass/_tabs 2.scss +48 -0
- data/_sass/_tabs.scss +48 -0
- data/_sass/_teachings 2.scss +77 -0
- data/_sass/_teachings.scss +77 -0
- data/_sass/_themes 2.scss +208 -0
- data/_sass/_themes.scss +208 -0
- data/_sass/_typograms 2.scss +132 -0
- data/_sass/_typograms.scss +132 -0
- data/_sass/_typography 2.scss +136 -0
- data/_sass/_typography.scss +136 -0
- data/_sass/_utilities 2.scss +607 -0
- data/_sass/_utilities.scss +607 -0
- data/_sass/_variables 2.scss +52 -0
- data/_sass/_variables.scss +52 -0
- data/_sass/font-awesome/_animated 2.scss +150 -0
- data/_sass/font-awesome/_animated.scss +150 -0
- data/_sass/font-awesome/_bordered 2.scss +24 -0
- data/_sass/font-awesome/_bordered.scss +24 -0
- data/_sass/font-awesome/_core 2.scss +29 -0
- data/_sass/font-awesome/_core.scss +29 -0
- data/_sass/font-awesome/_fa 2.scss +3 -0
- data/_sass/font-awesome/_fa.scss +3 -0
- data/_sass/font-awesome/_functions 2.scss +8 -0
- data/_sass/font-awesome/_functions.scss +8 -0
- data/_sass/font-awesome/_icons 2.scss +15 -0
- data/_sass/font-awesome/_icons.scss +15 -0
- data/_sass/font-awesome/_list 2.scss +19 -0
- data/_sass/font-awesome/_list.scss +19 -0
- data/_sass/font-awesome/_mixins 2.scss +28 -0
- data/_sass/font-awesome/_mixins.scss +28 -0
- data/_sass/font-awesome/_pulled 2.scss +15 -0
- data/_sass/font-awesome/_pulled.scss +15 -0
- data/_sass/font-awesome/_rotated-flipped 2.scss +32 -0
- data/_sass/font-awesome/_rotated-flipped.scss +32 -0
- data/_sass/font-awesome/_shims 2.scss +2193 -0
- data/_sass/font-awesome/_shims.scss +2193 -0
- data/_sass/font-awesome/_sizing 2.scss +18 -0
- data/_sass/font-awesome/_sizing.scss +18 -0
- data/_sass/font-awesome/_stacked 2.scss +33 -0
- data/_sass/font-awesome/_stacked.scss +33 -0
- data/_sass/font-awesome/_variables 2.scss +5130 -0
- data/_sass/font-awesome/_variables.scss +5130 -0
- data/_sass/font-awesome/_widths 2.scss +12 -0
- data/_sass/font-awesome/_widths.scss +12 -0
- data/_sass/font-awesome/brands 2.scss +45 -0
- data/_sass/font-awesome/brands.scss +45 -0
- data/_sass/font-awesome/fontawesome 2.scss +18 -0
- data/_sass/font-awesome/fontawesome.scss +18 -0
- data/_sass/font-awesome/regular 2.scss +51 -0
- data/_sass/font-awesome/regular.scss +51 -0
- data/_sass/font-awesome/solid 2.scss +51 -0
- data/_sass/font-awesome/solid.scss +51 -0
- data/_sass/font-awesome/v4-shims 2.scss +11 -0
- data/_sass/font-awesome/v4-shims.scss +11 -0
- data/_scripts/giscus-setup 2.js +48 -0
- data/_scripts/giscus-setup.js +48 -0
- data/assets/css/academicons.min 2.css +1 -0
- data/assets/css/academicons.min.css +1 -0
- data/assets/css/jekyll-pygments-themes-github 2.css +209 -0
- data/assets/css/jekyll-pygments-themes-github.css +209 -0
- data/assets/css/jekyll-pygments-themes-native 2.css +232 -0
- data/assets/css/jekyll-pygments-themes-native.css +232 -0
- data/assets/css/jupyter 2.css +383 -0
- data/assets/css/jupyter-grade3 2.css +3758 -0
- data/assets/css/jupyter-grade3.css +3758 -0
- data/assets/css/jupyter-monokai 2.css +3758 -0
- data/assets/css/jupyter-monokai.css +3758 -0
- data/assets/css/jupyter.css +383 -0
- data/assets/css/main 2.scss +37 -0
- data/assets/css/main.scss +37 -0
- data/assets/css/scholar-icons 2.css +386 -0
- data/assets/css/scholar-icons.css +386 -0
- data/assets/css/tailwind 2.css +2 -0
- data/assets/css/tailwind.css +2 -0
- data/assets/js/bibsearch 2.js +70 -0
- data/assets/js/bibsearch.js +70 -0
- data/assets/js/calendar-setup 2.js +16 -0
- data/assets/js/calendar-setup.js +16 -0
- data/assets/js/common 2.js +137 -0
- data/assets/js/common.js +137 -0
- data/assets/js/copy_code 2.js +56 -0
- data/assets/js/copy_code.js +56 -0
- data/assets/js/highlight-search-term 2.js +110 -0
- data/assets/js/highlight-search-term.js +110 -0
- data/assets/js/jupyter_new_tab 2.js +18 -0
- data/assets/js/jupyter_new_tab.js +18 -0
- data/assets/js/masonry 2.js +12 -0
- data/assets/js/masonry.js +12 -0
- data/assets/js/nav-toggle 2.js +102 -0
- data/assets/js/nav-toggle.js +102 -0
- data/assets/js/no_defer 2.js +31 -0
- data/assets/js/no_defer.js +31 -0
- data/assets/js/progress-bar 2.js +69 -0
- data/assets/js/progress-bar.js +69 -0
- data/assets/js/search/hotkeys-js/hotkeys.esm.min 2.js +18 -0
- data/assets/js/search/hotkeys-js/hotkeys.esm.min.js +18 -0
- data/assets/js/search/lit/decorators.min 2.js +7 -0
- data/assets/js/search/lit/decorators.min.js +7 -0
- data/assets/js/search/lit/directives/class-map.min.js +7 -0
- data/assets/js/search/lit/directives/join.min.js +7 -0
- data/assets/js/search/lit/directives/live.min.js +7 -0
- data/assets/js/search/lit/directives/ref.min.js +7 -0
- data/assets/js/search/lit/directives/repeat.min.js +7 -0
- data/assets/js/search/lit/directives/unsafe-html.min.js +7 -0
- data/assets/js/search/lit/index.min 2.js +7 -0
- data/assets/js/search/lit/index.min.js +7 -0
- data/assets/js/search/lit-element/lit-element.min 2.js +12 -0
- data/assets/js/search/lit-element/lit-element.min.js +12 -0
- data/assets/js/search/lit-html/directives/class-map.min.js +22 -0
- data/assets/js/search/lit-html/directives/join.min.js +12 -0
- data/assets/js/search/lit-html/directives/live.min.js +28 -0
- data/assets/js/search/lit-html/directives/ref.min.js +32 -0
- data/assets/js/search/lit-html/directives/repeat.min.js +27 -0
- data/assets/js/search/lit-html/directives/unsafe-html.min.js +22 -0
- data/assets/js/search/lit-html/is-server.min 2.js +12 -0
- data/assets/js/search/lit-html/is-server.min.js +12 -0
- data/assets/js/search/lit-html/lit-html.min 2.js +12 -0
- data/assets/js/search/lit-html/lit-html.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/custom-element.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/event-options.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/property.min.js +22 -0
- data/assets/js/search/reactive-element/decorators/query-all.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-assigned-elements.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-assigned-nodes.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-async.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/state.min.js +27 -0
- data/assets/js/search/reactive-element/reactive-element.min 2.js +17 -0
- data/assets/js/search/reactive-element/reactive-element.min.js +17 -0
- data/assets/js/tabs.min 2.js +5 -0
- data/assets/js/tabs.min.js +5 -0
- data/assets/js/theme 2.js +329 -0
- data/assets/js/theme.js +329 -0
- data/assets/js/tooltips-setup 2.js +116 -0
- data/assets/js/tooltips-setup.js +116 -0
- data/assets/js/typograms 2.js +1341 -0
- data/assets/js/typograms.js +1341 -0
- data/assets/js/vanilla-back-to-top.min 2.js +1 -0
- data/assets/js/vanilla-back-to-top.min.js +1 -0
- data/assets/tailwind/app 2.css +855 -0
- data/assets/tailwind/app.css +855 -0
- data/assets/tailwind/bootstrap-compat.input 2.css +54 -0
- data/assets/tailwind/bootstrap-compat.input.css +54 -0
- data/assets/tailwind/input 2.css +2 -0
- data/assets/tailwind/input.css +2 -0
- data/lib/al_folio_core/version.rb +5 -0
- data/lib/al_folio_core.rb +282 -0
- data/migrations/1.0.0_to_1.1.0 2.yml +26 -0
- data/migrations/1.0.0_to_1.1.0.yml +26 -0
- data/migrations/1.1.0_to_1.2.0 2.yml +17 -0
- data/migrations/1.1.0_to_1.2.0.yml +17 -0
- metadata +393 -0
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
/* https://github.com/jwarby/jekyll-pygments-themes */
|
|
2
|
+
.highlight pre {
|
|
3
|
+
background-color: #404040;
|
|
4
|
+
}
|
|
5
|
+
.highlight .hll {
|
|
6
|
+
background-color: #404040;
|
|
7
|
+
}
|
|
8
|
+
.highlight .c {
|
|
9
|
+
color: #999999;
|
|
10
|
+
font-style: italic;
|
|
11
|
+
} /* Comment */
|
|
12
|
+
.highlight .err {
|
|
13
|
+
color: #a61717;
|
|
14
|
+
background-color: #e3d2d2;
|
|
15
|
+
} /* Error */
|
|
16
|
+
.highlight .g {
|
|
17
|
+
color: #d0d0d0;
|
|
18
|
+
} /* Generic */
|
|
19
|
+
.highlight .k {
|
|
20
|
+
color: #6ab825;
|
|
21
|
+
font-weight: bold;
|
|
22
|
+
} /* Keyword */
|
|
23
|
+
.highlight .l {
|
|
24
|
+
color: #d0d0d0;
|
|
25
|
+
} /* Literal */
|
|
26
|
+
.highlight .n {
|
|
27
|
+
color: #d0d0d0;
|
|
28
|
+
} /* Name */
|
|
29
|
+
.highlight .o {
|
|
30
|
+
color: #d0d0d0;
|
|
31
|
+
} /* Operator */
|
|
32
|
+
.highlight .x {
|
|
33
|
+
color: #d0d0d0;
|
|
34
|
+
} /* Other */
|
|
35
|
+
.highlight .p {
|
|
36
|
+
color: #d0d0d0;
|
|
37
|
+
} /* Punctuation */
|
|
38
|
+
.highlight .cm {
|
|
39
|
+
color: #999999;
|
|
40
|
+
font-style: italic;
|
|
41
|
+
} /* Comment.Multiline */
|
|
42
|
+
.highlight .cp {
|
|
43
|
+
color: #cd2828;
|
|
44
|
+
font-weight: bold;
|
|
45
|
+
} /* Comment.Preproc */
|
|
46
|
+
.highlight .c1 {
|
|
47
|
+
color: #999999;
|
|
48
|
+
font-style: italic;
|
|
49
|
+
} /* Comment.Single */
|
|
50
|
+
.highlight .cs {
|
|
51
|
+
color: #e50808;
|
|
52
|
+
font-weight: bold;
|
|
53
|
+
background-color: #520000;
|
|
54
|
+
} /* Comment.Special */
|
|
55
|
+
.highlight .gd {
|
|
56
|
+
color: #d22323;
|
|
57
|
+
} /* Generic.Deleted */
|
|
58
|
+
.highlight .ge {
|
|
59
|
+
color: #d0d0d0;
|
|
60
|
+
font-style: italic;
|
|
61
|
+
} /* Generic.Emph */
|
|
62
|
+
.highlight .gr {
|
|
63
|
+
color: #d22323;
|
|
64
|
+
} /* Generic.Error */
|
|
65
|
+
.highlight .gh {
|
|
66
|
+
color: #ffffff;
|
|
67
|
+
font-weight: bold;
|
|
68
|
+
} /* Generic.Heading */
|
|
69
|
+
.highlight .gi {
|
|
70
|
+
color: #589819;
|
|
71
|
+
} /* Generic.Inserted */
|
|
72
|
+
.highlight .go {
|
|
73
|
+
color: #cccccc;
|
|
74
|
+
} /* Generic.Output */
|
|
75
|
+
.highlight .gp {
|
|
76
|
+
color: #aaaaaa;
|
|
77
|
+
} /* Generic.Prompt */
|
|
78
|
+
.highlight .gs {
|
|
79
|
+
color: #d0d0d0;
|
|
80
|
+
font-weight: bold;
|
|
81
|
+
} /* Generic.Strong */
|
|
82
|
+
.highlight .gu {
|
|
83
|
+
color: #ffffff;
|
|
84
|
+
text-decoration: underline;
|
|
85
|
+
} /* Generic.Subheading */
|
|
86
|
+
.highlight .gt {
|
|
87
|
+
color: #d22323;
|
|
88
|
+
} /* Generic.Traceback */
|
|
89
|
+
.highlight .kc {
|
|
90
|
+
color: #6ab825;
|
|
91
|
+
font-weight: bold;
|
|
92
|
+
} /* Keyword.Constant */
|
|
93
|
+
.highlight .kd {
|
|
94
|
+
color: #6ab825;
|
|
95
|
+
font-weight: bold;
|
|
96
|
+
} /* Keyword.Declaration */
|
|
97
|
+
.highlight .kn {
|
|
98
|
+
color: #6ab825;
|
|
99
|
+
font-weight: bold;
|
|
100
|
+
} /* Keyword.Namespace */
|
|
101
|
+
.highlight .kp {
|
|
102
|
+
color: #6ab825;
|
|
103
|
+
} /* Keyword.Pseudo */
|
|
104
|
+
.highlight .kr {
|
|
105
|
+
color: #6ab825;
|
|
106
|
+
font-weight: bold;
|
|
107
|
+
} /* Keyword.Reserved */
|
|
108
|
+
.highlight .kt {
|
|
109
|
+
color: #6ab825;
|
|
110
|
+
font-weight: bold;
|
|
111
|
+
} /* Keyword.Type */
|
|
112
|
+
.highlight .ld {
|
|
113
|
+
color: #d0d0d0;
|
|
114
|
+
} /* Literal.Date */
|
|
115
|
+
.highlight .m {
|
|
116
|
+
color: #3677a9;
|
|
117
|
+
} /* Literal.Number */
|
|
118
|
+
.highlight .s {
|
|
119
|
+
color: #ed9d13;
|
|
120
|
+
} /* Literal.String */
|
|
121
|
+
.highlight .na {
|
|
122
|
+
color: #bbbbbb;
|
|
123
|
+
} /* Name.Attribute */
|
|
124
|
+
.highlight .nb {
|
|
125
|
+
color: #24909d;
|
|
126
|
+
} /* Name.Builtin */
|
|
127
|
+
.highlight .nc {
|
|
128
|
+
color: #447fcf;
|
|
129
|
+
text-decoration: underline;
|
|
130
|
+
} /* Name.Class */
|
|
131
|
+
.highlight .no {
|
|
132
|
+
color: #40ffff;
|
|
133
|
+
} /* Name.Constant */
|
|
134
|
+
.highlight .nd {
|
|
135
|
+
color: #ffa500;
|
|
136
|
+
} /* Name.Decorator */
|
|
137
|
+
.highlight .ni {
|
|
138
|
+
color: #d0d0d0;
|
|
139
|
+
} /* Name.Entity */
|
|
140
|
+
.highlight .ne {
|
|
141
|
+
color: #bbbbbb;
|
|
142
|
+
} /* Name.Exception */
|
|
143
|
+
.highlight .nf {
|
|
144
|
+
color: #447fcf;
|
|
145
|
+
} /* Name.Function */
|
|
146
|
+
.highlight .nl {
|
|
147
|
+
color: #d0d0d0;
|
|
148
|
+
} /* Name.Label */
|
|
149
|
+
.highlight .nn {
|
|
150
|
+
color: #447fcf;
|
|
151
|
+
text-decoration: underline;
|
|
152
|
+
} /* Name.Namespace */
|
|
153
|
+
.highlight .nx {
|
|
154
|
+
color: #d0d0d0;
|
|
155
|
+
} /* Name.Other */
|
|
156
|
+
.highlight .py {
|
|
157
|
+
color: #d0d0d0;
|
|
158
|
+
} /* Name.Property */
|
|
159
|
+
.highlight .nt {
|
|
160
|
+
color: #6ab825;
|
|
161
|
+
font-weight: bold;
|
|
162
|
+
} /* Name.Tag */
|
|
163
|
+
.highlight .nv {
|
|
164
|
+
color: #40ffff;
|
|
165
|
+
} /* Name.Variable */
|
|
166
|
+
.highlight .ow {
|
|
167
|
+
color: #6ab825;
|
|
168
|
+
font-weight: bold;
|
|
169
|
+
} /* Operator.Word */
|
|
170
|
+
.highlight .w {
|
|
171
|
+
color: #666666;
|
|
172
|
+
} /* Text.Whitespace */
|
|
173
|
+
.highlight .mf {
|
|
174
|
+
color: #3677a9;
|
|
175
|
+
} /* Literal.Number.Float */
|
|
176
|
+
.highlight .mh {
|
|
177
|
+
color: #3677a9;
|
|
178
|
+
} /* Literal.Number.Hex */
|
|
179
|
+
.highlight .mi {
|
|
180
|
+
color: #3677a9;
|
|
181
|
+
} /* Literal.Number.Integer */
|
|
182
|
+
.highlight .mo {
|
|
183
|
+
color: #3677a9;
|
|
184
|
+
} /* Literal.Number.Oct */
|
|
185
|
+
.highlight .sb {
|
|
186
|
+
color: #ed9d13;
|
|
187
|
+
} /* Literal.String.Backtick */
|
|
188
|
+
.highlight .sc {
|
|
189
|
+
color: #ed9d13;
|
|
190
|
+
} /* Literal.String.Char */
|
|
191
|
+
.highlight .sd {
|
|
192
|
+
color: #ed9d13;
|
|
193
|
+
} /* Literal.String.Doc */
|
|
194
|
+
.highlight .s2 {
|
|
195
|
+
color: #ed9d13;
|
|
196
|
+
} /* Literal.String.Double */
|
|
197
|
+
.highlight .se {
|
|
198
|
+
color: #ed9d13;
|
|
199
|
+
} /* Literal.String.Escape */
|
|
200
|
+
.highlight .sh {
|
|
201
|
+
color: #ed9d13;
|
|
202
|
+
} /* Literal.String.Heredoc */
|
|
203
|
+
.highlight .si {
|
|
204
|
+
color: #ed9d13;
|
|
205
|
+
} /* Literal.String.Interpol */
|
|
206
|
+
.highlight .sx {
|
|
207
|
+
color: #ffa500;
|
|
208
|
+
} /* Literal.String.Other */
|
|
209
|
+
.highlight .sr {
|
|
210
|
+
color: #ed9d13;
|
|
211
|
+
} /* Literal.String.Regex */
|
|
212
|
+
.highlight .s1 {
|
|
213
|
+
color: #ed9d13;
|
|
214
|
+
} /* Literal.String.Single */
|
|
215
|
+
.highlight .ss {
|
|
216
|
+
color: #ed9d13;
|
|
217
|
+
} /* Literal.String.Symbol */
|
|
218
|
+
.highlight .bp {
|
|
219
|
+
color: #24909d;
|
|
220
|
+
} /* Name.Builtin.Pseudo */
|
|
221
|
+
.highlight .vc {
|
|
222
|
+
color: #40ffff;
|
|
223
|
+
} /* Name.Variable.Class */
|
|
224
|
+
.highlight .vg {
|
|
225
|
+
color: #40ffff;
|
|
226
|
+
} /* Name.Variable.Global */
|
|
227
|
+
.highlight .vi {
|
|
228
|
+
color: #40ffff;
|
|
229
|
+
} /* Name.Variable.Instance */
|
|
230
|
+
.highlight .il {
|
|
231
|
+
color: #3677a9;
|
|
232
|
+
} /* Literal.Number.Integer.Long */
|
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
/******************************************************************************
|
|
2
|
+
* Jupyter notebooks styles
|
|
3
|
+
*
|
|
4
|
+
* Created basically from exporting the notebook to HTML for both light and dark
|
|
5
|
+
* modes with
|
|
6
|
+
* jupyter nbconvert --execute --to html blog.ipynb --HTMLExporter.theme=light
|
|
7
|
+
* and
|
|
8
|
+
* jupyter nbconvert --execute --to html blog.ipynb --HTMLExporter.theme=dark
|
|
9
|
+
* and diffing the results. Here are only the differences.
|
|
10
|
+
******************************************************************************/
|
|
11
|
+
:root {
|
|
12
|
+
/* Elevation
|
|
13
|
+
*
|
|
14
|
+
* We style box-shadows using Material Design's idea of elevation. These particular numbers are taken from here:
|
|
15
|
+
*
|
|
16
|
+
* https://github.com/material-components/material-components-web
|
|
17
|
+
* https://material-components-web.appspot.com/elevation.html
|
|
18
|
+
*/
|
|
19
|
+
--jp-shadow-base-lightness: 0;
|
|
20
|
+
|
|
21
|
+
/* Borders
|
|
22
|
+
*
|
|
23
|
+
* The following variables, specify the visual styling of borders in JupyterLab.
|
|
24
|
+
*/
|
|
25
|
+
--jp-border-color0: var(--md-grey-400);
|
|
26
|
+
--jp-border-color1: var(--md-grey-400);
|
|
27
|
+
--jp-border-color2: var(--md-grey-300);
|
|
28
|
+
--jp-border-color3: var(--md-grey-200);
|
|
29
|
+
|
|
30
|
+
/*
|
|
31
|
+
* Use these font colors against the corresponding main layout colors.
|
|
32
|
+
* In a light theme, these go from dark to light.
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
/* Defaults use Material Design specification */
|
|
36
|
+
--jp-ui-font-color0: rgba(0, 0, 0, 1);
|
|
37
|
+
--jp-ui-font-color1: rgba(0, 0, 0, 0.87);
|
|
38
|
+
--jp-ui-font-color2: rgba(0, 0, 0, 0.54);
|
|
39
|
+
--jp-ui-font-color3: rgba(0, 0, 0, 0.38);
|
|
40
|
+
|
|
41
|
+
/*
|
|
42
|
+
* Use these against the brand/accent/warn/error colors.
|
|
43
|
+
* These will typically go from light to darker, in both a dark and light theme.
|
|
44
|
+
*/
|
|
45
|
+
--jp-ui-inverse-font-color0: rgba(255, 255, 255, 1);
|
|
46
|
+
--jp-ui-inverse-font-color1: rgba(255, 255, 255, 1);
|
|
47
|
+
--jp-ui-inverse-font-color2: rgba(255, 255, 255, 0.7);
|
|
48
|
+
--jp-ui-inverse-font-color3: rgba(255, 255, 255, 0.5);
|
|
49
|
+
|
|
50
|
+
/* Content Fonts
|
|
51
|
+
*
|
|
52
|
+
* Content font variables are used for typography of user generated content.
|
|
53
|
+
*
|
|
54
|
+
* The font sizing here is done assuming that the body font size of --jp-content-font-size1
|
|
55
|
+
* is applied to a parent element. When children elements, such as headings, are sized
|
|
56
|
+
* in em all things will be computed relative to that body size.
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
/* Defaults use Material Design specification */
|
|
60
|
+
--jp-content-font-color0: rgba(0, 0, 0, 1);
|
|
61
|
+
--jp-content-font-color1: rgba(0, 0, 0, 0.87);
|
|
62
|
+
--jp-content-font-color2: rgba(0, 0, 0, 0.54);
|
|
63
|
+
--jp-content-font-color3: rgba(0, 0, 0, 0.38);
|
|
64
|
+
|
|
65
|
+
--jp-content-link-color: var(--md-blue-700);
|
|
66
|
+
|
|
67
|
+
/* Layout
|
|
68
|
+
*
|
|
69
|
+
* The following are the main layout colors use in JupyterLab. In a light
|
|
70
|
+
* theme these would go from light to dark.
|
|
71
|
+
*/
|
|
72
|
+
--jp-layout-color0: white;
|
|
73
|
+
--jp-layout-color1: white;
|
|
74
|
+
--jp-layout-color2: var(--md-grey-200);
|
|
75
|
+
--jp-layout-color3: var(--md-grey-400);
|
|
76
|
+
|
|
77
|
+
/* Inverse Layout
|
|
78
|
+
*
|
|
79
|
+
* The following are the inverse layout colors use in JupyterLab. In a light
|
|
80
|
+
* theme these would go from dark to light.
|
|
81
|
+
*/
|
|
82
|
+
--jp-inverse-layout-color0: #111111;
|
|
83
|
+
--jp-inverse-layout-color1: var(--md-grey-900);
|
|
84
|
+
--jp-inverse-layout-color2: var(--md-grey-800);
|
|
85
|
+
--jp-inverse-layout-color3: var(--md-grey-700);
|
|
86
|
+
|
|
87
|
+
/* Brand/accent */
|
|
88
|
+
--jp-brand-color0: var(--md-blue-900);
|
|
89
|
+
--jp-brand-color1: var(--md-blue-700);
|
|
90
|
+
|
|
91
|
+
--jp-accent-color0: var(--md-green-900);
|
|
92
|
+
--jp-accent-color1: var(--md-green-700);
|
|
93
|
+
|
|
94
|
+
/* State colors (warn, error, success, info) */
|
|
95
|
+
--jp-warn-color0: var(--md-orange-900);
|
|
96
|
+
--jp-warn-color1: var(--md-orange-700);
|
|
97
|
+
|
|
98
|
+
--jp-error-color0: var(--md-red-900);
|
|
99
|
+
--jp-error-color1: var(--md-red-700);
|
|
100
|
+
|
|
101
|
+
--jp-success-color0: var(--md-green-900);
|
|
102
|
+
--jp-success-color1: var(--md-green-700);
|
|
103
|
+
|
|
104
|
+
--jp-info-color0: var(--md-cyan-900);
|
|
105
|
+
--jp-info-color1: var(--md-cyan-700);
|
|
106
|
+
|
|
107
|
+
/* Cell specific styles */
|
|
108
|
+
--jp-cell-editor-background: var(--md-grey-100);
|
|
109
|
+
--jp-cell-editor-border-color: var(--md-grey-300);
|
|
110
|
+
|
|
111
|
+
--jp-cell-prompt-not-active-opacity: 0.5;
|
|
112
|
+
--jp-cell-prompt-not-active-font-color: var(--md-grey-700);
|
|
113
|
+
|
|
114
|
+
/* Notebook specific styles */
|
|
115
|
+
--jp-notebook-multiselected-color: var(--md-blue-50);
|
|
116
|
+
|
|
117
|
+
/* Rendermime styles */
|
|
118
|
+
--jp-rendermime-error-background: #fdd;
|
|
119
|
+
--jp-rendermime-table-row-background: var(--md-grey-100);
|
|
120
|
+
--jp-rendermime-table-row-hover-background: var(--md-light-blue-50);
|
|
121
|
+
|
|
122
|
+
/* Dialog specific styles */
|
|
123
|
+
--jp-dialog-background: rgba(0, 0, 0, 0.25);
|
|
124
|
+
|
|
125
|
+
/* Toolbar specific styles */
|
|
126
|
+
--jp-toolbar-border-color: var(--jp-border-color1);
|
|
127
|
+
--jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
|
|
128
|
+
--jp-toolbar-active-background: var(--md-grey-300);
|
|
129
|
+
|
|
130
|
+
/* Input field styles */
|
|
131
|
+
--jp-input-active-background: var(--jp-layout-color1);
|
|
132
|
+
--jp-input-hover-background: var(--jp-layout-color1);
|
|
133
|
+
--jp-input-background: var(--md-grey-100);
|
|
134
|
+
|
|
135
|
+
/* General editor styles */
|
|
136
|
+
--jp-editor-selected-background: #d9d9d9;
|
|
137
|
+
--jp-editor-selected-focused-background: #d7d4f0;
|
|
138
|
+
|
|
139
|
+
/* Code mirror specific styles */
|
|
140
|
+
--jp-mirror-editor-keyword-color: #008000;
|
|
141
|
+
--jp-mirror-editor-atom-color: #88f;
|
|
142
|
+
--jp-mirror-editor-number-color: #080;
|
|
143
|
+
--jp-mirror-editor-def-color: #00f;
|
|
144
|
+
--jp-mirror-editor-variable-color: var(--md-grey-900);
|
|
145
|
+
--jp-mirror-editor-variable-2-color: #05a;
|
|
146
|
+
--jp-mirror-editor-variable-3-color: #085;
|
|
147
|
+
--jp-mirror-editor-punctuation-color: #05a;
|
|
148
|
+
--jp-mirror-editor-property-color: #05a;
|
|
149
|
+
--jp-mirror-editor-string-color: #ba2121;
|
|
150
|
+
--jp-mirror-editor-string-2-color: #708;
|
|
151
|
+
--jp-mirror-editor-builtin-color: #008000;
|
|
152
|
+
--jp-mirror-editor-tag-color: #170;
|
|
153
|
+
--jp-mirror-editor-attribute-color: #00c;
|
|
154
|
+
--jp-mirror-editor-header-color: blue;
|
|
155
|
+
--jp-mirror-editor-quote-color: #090;
|
|
156
|
+
--jp-mirror-editor-link-color: #00c;
|
|
157
|
+
|
|
158
|
+
/*
|
|
159
|
+
RTC user specific colors.
|
|
160
|
+
These colors are used for the cursor, username in the editor,
|
|
161
|
+
and the icon of the user.
|
|
162
|
+
*/
|
|
163
|
+
--jp-collaborator-color1: #ffad8e;
|
|
164
|
+
--jp-collaborator-color2: #dac83d;
|
|
165
|
+
--jp-collaborator-color3: #72dd76;
|
|
166
|
+
--jp-collaborator-color4: #00e4d0;
|
|
167
|
+
--jp-collaborator-color5: #45d4ff;
|
|
168
|
+
--jp-collaborator-color6: #e2b1ff;
|
|
169
|
+
--jp-collaborator-color7: #ff9de6;
|
|
170
|
+
|
|
171
|
+
/* Vega extension styles */
|
|
172
|
+
--jp-vega-background: white;
|
|
173
|
+
|
|
174
|
+
/* Search-related styles */
|
|
175
|
+
--jp-search-toggle-off-opacity: 0.5;
|
|
176
|
+
--jp-search-selected-match-background-color: rgb(245, 200, 0);
|
|
177
|
+
|
|
178
|
+
/* File or activity icons and switch semantic variables */
|
|
179
|
+
--jp-json-icon-color: var(--md-orange-700);
|
|
180
|
+
--jp-console-icon-background-color: var(--md-blue-700);
|
|
181
|
+
--jp-terminal-icon-background-color: var(--md-grey-800);
|
|
182
|
+
--jp-terminal-icon-color: var(--md-grey-200);
|
|
183
|
+
--jp-text-editor-icon-color: var(--md-grey-700);
|
|
184
|
+
--jp-inspector-icon-color: var(--md-grey-700);
|
|
185
|
+
--jp-switch-true-position-color: var(--md-orange-900);
|
|
186
|
+
|
|
187
|
+
@import "jupyter-grade3";
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
body[data-jp-theme-light="false"] {
|
|
191
|
+
/* Elevation
|
|
192
|
+
*
|
|
193
|
+
* We style box-shadows using Material Design's idea of elevation. These particular numbers are taken from here:
|
|
194
|
+
*
|
|
195
|
+
* https://github.com/material-components/material-components-web
|
|
196
|
+
* https://material-components-web.appspot.com/elevation.html
|
|
197
|
+
*/
|
|
198
|
+
|
|
199
|
+
/* The dark theme shadows need a bit of work, but this will probably also require work on the core layout
|
|
200
|
+
* colors used in the theme as well.
|
|
201
|
+
*/
|
|
202
|
+
--jp-shadow-base-lightness: 32;
|
|
203
|
+
|
|
204
|
+
/* Borders
|
|
205
|
+
*
|
|
206
|
+
* The following variables, specify the visual styling of borders in JupyterLab.
|
|
207
|
+
*/
|
|
208
|
+
--jp-border-color0: var(--md-grey-700);
|
|
209
|
+
--jp-border-color1: var(--md-grey-700);
|
|
210
|
+
--jp-border-color2: var(--md-grey-800);
|
|
211
|
+
--jp-border-color3: var(--md-grey-900);
|
|
212
|
+
|
|
213
|
+
/*
|
|
214
|
+
* Use these font colors against the corresponding main layout colors.
|
|
215
|
+
* In a light theme, these go from dark to light.
|
|
216
|
+
*/
|
|
217
|
+
|
|
218
|
+
/* Defaults use Material Design specification */
|
|
219
|
+
--jp-ui-font-color0: rgba(255, 255, 255, 1);
|
|
220
|
+
--jp-ui-font-color1: rgba(255, 255, 255, 0.87);
|
|
221
|
+
--jp-ui-font-color2: rgba(255, 255, 255, 0.54);
|
|
222
|
+
--jp-ui-font-color3: rgba(255, 255, 255, 0.38);
|
|
223
|
+
|
|
224
|
+
/*
|
|
225
|
+
* Use these against the brand/accent/warn/error colors.
|
|
226
|
+
* These will typically go from light to darker, in both a dark and light theme.
|
|
227
|
+
*/
|
|
228
|
+
--jp-ui-inverse-font-color0: rgba(0, 0, 0, 1);
|
|
229
|
+
--jp-ui-inverse-font-color1: rgba(0, 0, 0, 0.8);
|
|
230
|
+
--jp-ui-inverse-font-color2: rgba(0, 0, 0, 0.5);
|
|
231
|
+
--jp-ui-inverse-font-color3: rgba(0, 0, 0, 0.3);
|
|
232
|
+
|
|
233
|
+
/* Content Fonts
|
|
234
|
+
*
|
|
235
|
+
* Content font variables are used for typography of user generated content.
|
|
236
|
+
*
|
|
237
|
+
* The font sizing here is done assuming that the body font size of --jp-content-font-size1
|
|
238
|
+
* is applied to a parent element. When children elements, such as headings, are sized
|
|
239
|
+
* in em all things will be computed relative to that body size.
|
|
240
|
+
*/
|
|
241
|
+
|
|
242
|
+
/* Defaults use Material Design specification */
|
|
243
|
+
--jp-content-font-color0: rgba(255, 255, 255, 1);
|
|
244
|
+
--jp-content-font-color1: rgba(255, 255, 255, 1);
|
|
245
|
+
--jp-content-font-color2: rgba(255, 255, 255, 0.7);
|
|
246
|
+
--jp-content-font-color3: rgba(255, 255, 255, 0.5);
|
|
247
|
+
|
|
248
|
+
--jp-content-link-color: var(--md-blue-300);
|
|
249
|
+
|
|
250
|
+
/* Layout
|
|
251
|
+
*
|
|
252
|
+
* The following are the main layout colors use in JupyterLab. In a light
|
|
253
|
+
* theme these would go from light to dark.
|
|
254
|
+
*/
|
|
255
|
+
--jp-layout-color0: var(--global-bg-color);
|
|
256
|
+
--jp-layout-color1: var(--md-grey-900);
|
|
257
|
+
--jp-layout-color2: var(--md-grey-800);
|
|
258
|
+
--jp-layout-color3: var(--md-grey-700);
|
|
259
|
+
|
|
260
|
+
/* Inverse Layout
|
|
261
|
+
*
|
|
262
|
+
* The following are the inverse layout colors use in JupyterLab. In a light
|
|
263
|
+
* theme these would go from dark to light.
|
|
264
|
+
*/
|
|
265
|
+
--jp-inverse-layout-color0: white;
|
|
266
|
+
--jp-inverse-layout-color1: white;
|
|
267
|
+
--jp-inverse-layout-color2: var(--md-grey-200);
|
|
268
|
+
--jp-inverse-layout-color3: var(--md-grey-400);
|
|
269
|
+
|
|
270
|
+
/* Brand/accent */
|
|
271
|
+
--jp-brand-color0: var(--md-blue-700);
|
|
272
|
+
--jp-brand-color1: var(--md-blue-500);
|
|
273
|
+
|
|
274
|
+
--jp-accent-color0: var(--md-green-700);
|
|
275
|
+
--jp-accent-color1: var(--md-green-500);
|
|
276
|
+
|
|
277
|
+
/* State colors (warn, error, success, info) */
|
|
278
|
+
--jp-warn-color0: var(--md-orange-700);
|
|
279
|
+
--jp-warn-color1: var(--md-orange-500);
|
|
280
|
+
|
|
281
|
+
--jp-error-color0: var(--md-red-700);
|
|
282
|
+
--jp-error-color1: var(--md-red-500);
|
|
283
|
+
|
|
284
|
+
--jp-success-color0: var(--md-green-700);
|
|
285
|
+
--jp-success-color1: var(--md-green-500);
|
|
286
|
+
|
|
287
|
+
--jp-info-color0: var(--md-cyan-700);
|
|
288
|
+
--jp-info-color1: var(--md-cyan-500);
|
|
289
|
+
|
|
290
|
+
/* Cell specific styles */
|
|
291
|
+
--jp-cell-editor-background: var(--jp-layout-color1);
|
|
292
|
+
--jp-cell-editor-border-color: var(--md-grey-700);
|
|
293
|
+
|
|
294
|
+
--jp-cell-prompt-not-active-opacity: 1;
|
|
295
|
+
--jp-cell-prompt-not-active-font-color: var(--md-grey-300);
|
|
296
|
+
|
|
297
|
+
/* Notebook specific styles */
|
|
298
|
+
--jp-notebook-multiselected-color: rgba(33, 150, 243, 0.24);
|
|
299
|
+
|
|
300
|
+
/* Rendermime styles */
|
|
301
|
+
--jp-rendermime-error-background: rgba(244, 67, 54, 0.28);
|
|
302
|
+
--jp-rendermime-table-row-background: var(--md-grey-900);
|
|
303
|
+
--jp-rendermime-table-row-hover-background: rgba(3, 169, 244, 0.2);
|
|
304
|
+
|
|
305
|
+
/* Dialog specific styles */
|
|
306
|
+
--jp-dialog-background: rgba(0, 0, 0, 0.6);
|
|
307
|
+
|
|
308
|
+
/* Toolbar specific styles */
|
|
309
|
+
--jp-toolbar-border-color: var(--jp-border-color2);
|
|
310
|
+
--jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8);
|
|
311
|
+
--jp-toolbar-active-background: var(--jp-layout-color0);
|
|
312
|
+
|
|
313
|
+
/* Input field styles */
|
|
314
|
+
--jp-input-active-background: var(--jp-layout-color0);
|
|
315
|
+
--jp-input-hover-background: var(--jp-layout-color2);
|
|
316
|
+
--jp-input-background: var(--md-grey-800);
|
|
317
|
+
|
|
318
|
+
/* General editor styles */
|
|
319
|
+
--jp-editor-selected-background: var(--jp-layout-color2);
|
|
320
|
+
--jp-editor-selected-focused-background: rgba(33, 150, 243, 0.24);
|
|
321
|
+
|
|
322
|
+
/* Code mirror specific styles */
|
|
323
|
+
--jp-mirror-editor-keyword-color: var(--md-green-500);
|
|
324
|
+
--jp-mirror-editor-atom-color: var(--md-blue-300);
|
|
325
|
+
--jp-mirror-editor-number-color: var(--md-green-400);
|
|
326
|
+
--jp-mirror-editor-def-color: var(--md-blue-600);
|
|
327
|
+
--jp-mirror-editor-variable-color: var(--md-grey-300);
|
|
328
|
+
--jp-mirror-editor-variable-2-color: var(--md-blue-400);
|
|
329
|
+
--jp-mirror-editor-variable-3-color: var(--md-green-600);
|
|
330
|
+
--jp-mirror-editor-punctuation-color: var(--md-blue-400);
|
|
331
|
+
--jp-mirror-editor-property-color: var(--md-blue-400);
|
|
332
|
+
--jp-mirror-editor-string-color: #ff7070;
|
|
333
|
+
--jp-mirror-editor-string-2-color: var(--md-purple-300);
|
|
334
|
+
--jp-mirror-editor-builtin-color: var(--md-green-600);
|
|
335
|
+
--jp-mirror-editor-tag-color: var(--md-green-700);
|
|
336
|
+
--jp-mirror-editor-attribute-color: var(--md-blue-700);
|
|
337
|
+
--jp-mirror-editor-header-color: var(--md-blue-500);
|
|
338
|
+
--jp-mirror-editor-quote-color: var(--md-green-300);
|
|
339
|
+
--jp-mirror-editor-link-color: var(--md-blue-700);
|
|
340
|
+
|
|
341
|
+
/*
|
|
342
|
+
RTC user specific colors.
|
|
343
|
+
These colors are used for the cursor, username in the editor,
|
|
344
|
+
and the icon of the user.
|
|
345
|
+
*/
|
|
346
|
+
--jp-collaborator-color1: #ad4a00;
|
|
347
|
+
--jp-collaborator-color2: #7b6a00;
|
|
348
|
+
--jp-collaborator-color3: #007e00;
|
|
349
|
+
--jp-collaborator-color4: #008772;
|
|
350
|
+
--jp-collaborator-color5: #0079b9;
|
|
351
|
+
--jp-collaborator-color6: #8b45c6;
|
|
352
|
+
--jp-collaborator-color7: #be208b;
|
|
353
|
+
|
|
354
|
+
/* Vega extension styles */
|
|
355
|
+
--jp-vega-background: var(--md-grey-400);
|
|
356
|
+
|
|
357
|
+
/* Search-related styles */
|
|
358
|
+
--jp-search-toggle-off-opacity: 0.6;
|
|
359
|
+
--jp-search-selected-match-background-color: rgb(255, 225, 0);
|
|
360
|
+
|
|
361
|
+
/* scrollbar related styles. Supports every browser except Edge. */
|
|
362
|
+
|
|
363
|
+
/* colors based on JetBrain's Darcula theme */
|
|
364
|
+
--jp-scrollbar-background-color: #3f4244;
|
|
365
|
+
--jp-scrollbar-thumb-color: 88, 96, 97; /* need to specify thumb color as an RGB triplet */
|
|
366
|
+
|
|
367
|
+
--jp-scrollbar-endpad: 3px; /* the minimum gap between the thumb and the ends of a scrollbar */
|
|
368
|
+
|
|
369
|
+
/* hacks for setting the thumb shape. These do nothing in Firefox */
|
|
370
|
+
--jp-scrollbar-thumb-margin: 3.5px; /* the space in between the sides of the thumb and the track */
|
|
371
|
+
--jp-scrollbar-thumb-radius: 9px; /* set to a large-ish value for rounded endcaps on the thumb */
|
|
372
|
+
|
|
373
|
+
/* File or activity icons and switch semantic variables */
|
|
374
|
+
--jp-json-icon-color: var(--md-orange-500);
|
|
375
|
+
--jp-console-icon-background-color: var(--md-blue-500);
|
|
376
|
+
--jp-terminal-icon-background-color: var(--md-grey-200);
|
|
377
|
+
--jp-terminal-icon-color: var(--md-grey-800);
|
|
378
|
+
--jp-text-editor-icon-color: var(--md-grey-200);
|
|
379
|
+
--jp-inspector-icon-color: var(--md-grey-200);
|
|
380
|
+
--jp-switch-true-position-color: var(--md-orange-700);
|
|
381
|
+
|
|
382
|
+
@import "jupyter-monokai";
|
|
383
|
+
}
|