Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spockz/lhs2texhl
Browse files Browse the repository at this point in the history
  • Loading branch information
spockz committed Oct 2, 2011
2 parents 9cb7373 + a6d2433 commit 9a07959
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/solarized/solarized.theme
Expand Up @@ -10,7 +10,8 @@
\definecolor{keyword}{RGB}{116, 139, 0} \definecolor{keyword}{RGB}{116, 139, 0}
\definecolor{special1}{RGB}{159,138,0} \definecolor{special1}{RGB}{159,138,0}
\definecolor{string}{RGB}{3, 106, 7} \definecolor{string}{RGB}{3, 106, 7}
\definecolor{char} {RGB}{3, 106, 7} \definecolor{char}{RGB}{3, 106, 7}
\definecolor{constant}{RGB}{38, 139, 210}


\newcommand{\lhsCHsyntax}[1]{\color{syntax}{{#1}}} \newcommand{\lhsCHsyntax}[1]{\color{syntax}{{#1}}}
\newcommand{\lhsCHfunction}[1]{\color{function}{{#1}}} \newcommand{\lhsCHfunction}[1]{\color{function}{{#1}}}
Expand All @@ -20,7 +21,8 @@
\newcommand{\lhsCHconstructor}[1]{\color{constructor}{\textbf{#1}}} \newcommand{\lhsCHconstructor}[1]{\color{constructor}{\textbf{#1}}}
\newcommand{\lhsCHtype}[1]{\color{datatype}{{#1}}} \newcommand{\lhsCHtype}[1]{\color{datatype}{{#1}}}
\newcommand{\lhsCHclass}[1]{\color{class}{{#1}}} \newcommand{\lhsCHclass}[1]{\color{class}{{#1}}}
\newcommand{\lhsCHconstant}[1]{\color{constant}{{#1}}}


%subst char a = "\color{char}\text{\tt ''" a "''}" %subst char a = "\color{char}\text{\tt ''" a "''}"
%subst string a = "\color{string}\text{\tt \char34 " a "\char34}" %subst string a = "\color{string}\text{\tt \char34 " a "\char34}"
%subst numeral a = "\color{numeral}{ " a " }" %subst numeral a = "\color{numeral}{ " a " }"

0 comments on commit 9a07959

Please sign in to comment.