Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new theme #7

Merged
merged 1 commit into from Oct 2, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions examples/solarized/solarized-nobold.theme
@@ -0,0 +1,29 @@
\definecolor{syntax}{RGB}{116, 139, 0}
\definecolor{datatype}{RGB}{210, 75, 22}
\definecolor{class}{RGB}{88, 110, 117}
\definecolor{fieldname}{RGB}{0, 0, 162}
\definecolor{prelude}{RGB}{64, 80, 117}
\definecolor{numeral}{RGB}{0, 0, 205}
\definecolor{infixoperator}{RGB}{38, 139, 210}
\definecolor{function}{RGB}{38, 139, 210}
\definecolor{constructor}{RGB}{210, 75, 22}
\definecolor{keyword}{RGB}{116, 139, 0}
\definecolor{special1}{RGB}{159, 138, 0}
\definecolor{string}{RGB}{3, 106, 7}
\definecolor{char}{RGB}{3, 106, 7}
\definecolor{constant}{RGB}{38, 139, 210}

\newcommand{\lhsCHsyntax}[1]{\color{syntax}{#1}}
\newcommand{\lhsCHfunction}[1]{\color{function}{#1}}
\newcommand{\lhsCHinfixoperator}[1]{\color{infixoperator}{#1}}
\newcommand{\lhsCHprelude}[1]{\color{prelude}{#1}}
\newcommand{\lhsCHkeyword}[1]{\color{keyword}{#1}}
\newcommand{\lhsCHconstructor}[1]{\color{constructor}{#1}}
\newcommand{\lhsCHtype}[1]{\color{datatype}{#1}}
\newcommand{\lhsCHclass}[1]{\color{class}{#1}}
\newcommand{\lhsCHconstant}[1]{\color{constant}{#1}}

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