Skip to content

Commit

Permalink
Merge pull request #1 from jvivian/ideaya-presentation
Browse files Browse the repository at this point in the history
Add presentation
  • Loading branch information
jvivian authored Mar 14, 2024
2 parents 2157eb5 + d333375 commit 206b881
Show file tree
Hide file tree
Showing 172 changed files with 11,688 additions and 448 deletions.
5 changes: 5 additions & 0 deletions _freeze/site_libs/revealjs/plugin/highlight/highlight.esm.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions _freeze/site_libs/revealjs/plugin/highlight/highlight.js

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions _freeze/site_libs/revealjs/plugin/highlight/monokai.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
/*
Monokai style - ported by Luigi Maselli - http://grigio.org
*/

.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #272822;
color: #ddd;
}

.hljs-tag,
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-strong,
.hljs-name {
color: #f92672;
}

.hljs-code {
color: #66d9ef;
}

.hljs-class .hljs-title {
color: white;
}

.hljs-attribute,
.hljs-symbol,
.hljs-regexp,
.hljs-link {
color: #bf79db;
}

.hljs-string,
.hljs-bullet,
.hljs-subst,
.hljs-title,
.hljs-section,
.hljs-emphasis,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
color: #a6e22e;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
color: #75715e;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-section,
.hljs-type,
.hljs-selector-id {
font-weight: bold;
}
Loading

0 comments on commit 206b881

Please sign in to comment.