/* Ocean Dark Theme */
/* https://github.com/gavsiu */
/* Original theme - https://github.com/chriskempson/base16 */
/* Ocean Comment */
.hljs-comment,
.hljs-quote {
  color: #65737e; }

/* Ocean Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #eb6852; }

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

/* Ocean Yellow */
.hljs-attribute {
  color: #ebcb8b; }

/* Ocean Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #87b09a; }

/* Ocean Blue */
.hljs-title,
.hljs-section {
  color: #4296b4; }

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

.hljs {
  display: block;
  background: #243442;
  color: #f8f9f9;
  padding: 0.5em; }

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

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