clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 7a449a102d83c9dba796d80000bde929cb1da2bb
parent 15c673a5c1d36d8352b933a0bfc0d7d6b279559e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 29 Dec 2014 13:49:21 +0100

Better colors

Diffstat:
Mspec.html | 8++++----
Msyntax.css | 8++++----
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/spec.html b/spec.html @@ -45,10 +45,10 @@ tt.docutils { .code .n { color: #f8f8f2 } /* Name */ .code .o { color: #f92672 } /* Operator */ .code .p { color: #f8f8f2 } /* Punctuation */ -.code .cm { color: #75715e } /* Comment.Multiline */ -.code .cp { color: #75715e } /* Comment.Preproc */ -.code .c1 { color: #75715e } /* Comment.Single */ -.code .cs { color: #75715e } /* Comment.Special */ +.code .cm { color: #A56E27 } /* Comment.Multiline */ +.code .cp { color: #B5A869 } /* Comment.Preproc */ +.code .c1 { color: #A56E27 } /* Comment.Single */ +.code .cs { color: #A56E27 } /* Comment.Special */ .code .ge { font-style: italic } /* Generic.Emph */ .code .gs { font-weight: bold } /* Generic.Strong */ .code .kc { color: #66d9ef } /* Keyword.Constant */ diff --git a/syntax.css b/syntax.css @@ -7,10 +7,10 @@ .code .n { color: #f8f8f2 } /* Name */ .code .o { color: #f92672 } /* Operator */ .code .p { color: #f8f8f2 } /* Punctuation */ -.code .cm { color: #75715e } /* Comment.Multiline */ -.code .cp { color: #75715e } /* Comment.Preproc */ -.code .c1 { color: #75715e } /* Comment.Single */ -.code .cs { color: #75715e } /* Comment.Special */ +.code .cm { color: #A56E27 } /* Comment.Multiline */ +.code .cp { color: #B5A869 } /* Comment.Preproc */ +.code .c1 { color: #A56E27 } /* Comment.Single */ +.code .cs { color: #A56E27 } /* Comment.Special */ .code .ge { font-style: italic } /* Generic.Emph */ .code .gs { font-weight: bold } /* Generic.Strong */ .code .kc { color: #66d9ef } /* Keyword.Constant */