Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FTC-23511/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushYadlapati committed Jul 16, 2024
2 parents af25527 + d02a06b commit eeb931e
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions book/solvers-light-highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/*
* Solvers Light Theme
*/

/* Comment */
.hljs-comment,
.hljs-quote {
color: #575757;
}

/* Red */
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,
.hljs-name,
.hljs-regexp,
.hljs-link,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
color: #d70025;
}

/* Orange */
.hljs-number,
.hljs-meta,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
color: #b21e00;
}

/* Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet {
color: #008200;
}

/* Blue */
.hljs-title,
.hljs-section {
color: #0030f2;
}

/* Purple */
.hljs-keyword,
.hljs-selector-tag {
color: #9d00ec;
}

.hljs {
display: block;
overflow-x: auto;
background: #FFFCBA;
color: #000;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-strong {
font-weight: bold;
}

.hljs-addition {
color: #22863a;
background-color: #f0fff4;
}

.hljs-deletion {
color: #b31d28;
background-color: #ffeef0;
}

0 comments on commit eeb931e

Please sign in to comment.