Sha256: c06b4adfc553ab40dbd74e5ebb526bd52186d7050f8c0dcd9f02784311014db7

Contents?: true

Size: 971 Bytes

Versions: 10

Compression:

Stored size: 971 Bytes

Contents

/*
  Five-color theme from a single blue hue.
*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #eaeef3;
  -webkit-text-size-adjust: none;
}

.hljs,
.hljs-list .hljs-built_in {
  color: #00193a;
}

.hljs-keyword,
.hljs-title,
.hljs-important,
.hljs-request,
.hljs-header,
.hljs-javadoctag {
  font-weight: bold;
}

.hljs-comment,
.hljs-chunk {
  color: #738191;
}

.hljs-string,
.hljs-title,
.hljs-parent,
.hljs-built_in,
.hljs-literal,
.hljs-filename,
.hljs-value,
.hljs-addition,
.hljs-tag,
.hljs-argument,
.hljs-link_label,
.hljs-blockquote,
.hljs-header {
  color: #0048ab;
}

.hljs-decorator,
.hljs-prompt,
.hljs-yardoctag,
.hljs-subst,
.hljs-symbol,
.hljs-doctype,
.hljs-regexp,
.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-attribute,
.hljs-attr_selector,
.hljs-javadoc,
.hljs-xmlDocTag,
.hljs-deletion,
.hljs-shebang,
.hljs-string .hljs-variable,
.hljs-link_url,
.hljs-bullet,
.hljs-sqbracket,
.hljs-phony {
  color: #4c81c9;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fortitude-0.9.6-java doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.6 doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.5-java doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.5 doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.4-java doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.4 doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.3-java doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.3 doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.2-java doc/source/stylesheets/highlight/mono-blue.css
fortitude-0.9.2 doc/source/stylesheets/highlight/mono-blue.css