Skip to content

Commit

Permalink
Pojoaque style by Jason Tate
Browse files Browse the repository at this point in the history
  • Loading branch information
isagalaev committed May 21, 2012
1 parent 98d3eef commit 2a7897b
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.en.txt
Expand Up @@ -57,3 +57,4 @@ Contributors:
- Aleksandar Ruzicic <aleksandar@ruzicic.info>
- Joe Cheng <joe@rstudio.org>
- Angel G. Olloqui <angelgarcia.mail@gmail.com>
- Jason Tate <adminz@web-cms-designs.com>
1 change: 1 addition & 0 deletions AUTHORS.ru.txt
Expand Up @@ -57,3 +57,4 @@ URL: http://softwaremaniacs.org/soft/highlight/
- Александр Ружичич <aleksandar@ruzicic.info>
- Джо Ченг <joe@rstudio.org>
- Анхель Ойоки <angelgarcia.mail@gmail.com>
- Джейсон Тейт <adminz@web-cms-designs.com>
105 changes: 105 additions & 0 deletions src/styles/pojoaque.css
@@ -0,0 +1,105 @@
/*
Pojoaque Style by Jason Tate
http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
Based on Solarized Style from http://ethanschoonover.com/solarized
*/

pre code {
display: block; padding: 0.5em;
color: #DCCF8F;
background: url(./pojoaque.jpg) repeat scroll left top #181914;
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .lisp .string,
pre .javadoc {
color: #586e75;
font-style: italic;
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .method,
pre .addition,
pre .css .tag,
pre .lisp .title {
color: #B64926;
}

pre .number,
pre .command,
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
color: #468966;
}

pre .title,
pre .localvars,
pre .function .title,
pre .chunk,
pre .decorator,
pre .builtin,
pre .built_in,
pre .lisp .title,
pre .identifier,
pre .title .keymethods,
pre .id {
color: #FFB03B;
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .label {
color: #b58900;
}

pre .css .attribute {
color: #b89859;
}

pre .css .number,pre .css .hexcolor{
color: #DCCF8F;
}

pre .css .class {
color: #d3a60c;
}

pre .preprocessor,
pre .pi,
pre .shebang,
pre .symbol,
pre .diff .change,
pre .special,
pre .keymethods,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata {
color: #cb4b16;
}

pre .deletion {
color: #dc322f;
}

pre .tex .formula {
background: #073642;
}
Binary file added src/styles/pojoaque.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/test.html
Expand Up @@ -22,6 +22,7 @@
<link rel="alternate stylesheet" title="Arta" href="styles/arta.css">
<link rel="alternate stylesheet" title="Monokai" href="styles/monokai.css">
<link rel="alternate stylesheet" title="XCode" href="styles/xcode.css">
<link rel="alternate stylesheet" title="Pojoaque" href="styles/pojoaque.css">

<style>
body {
Expand Down

0 comments on commit 2a7897b

Please sign in to comment.