Change code colors to naquadah colors

This commit is contained in:
Tom Willemsen 2012-07-01 15:09:02 +02:00
parent 0e61186853
commit e3db60ce55

View file

@ -13,9 +13,13 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
body,
#table-of-contents {
background-color: #0c191c;
color: #eeeeec;
}
body { body {
background-color: #262a2b;
color: #ffffff;
font-family: "DejaVu Sans", sans-serif; font-family: "DejaVu Sans", sans-serif;
padding-left: 10px; padding-left: 10px;
} }
@ -29,7 +33,7 @@ code {
code, pre { code, pre {
font-family: "DejaVu Sans Mono", mono; font-family: "DejaVu Sans Mono", mono;
background-color: #181818; background-color: #252a2b;
color: #eeeeec; color: #eeeeec;
} }
@ -110,7 +114,6 @@ pre {
position: fixed; position: fixed;
top: 16px; top: 16px;
right: 0; right: 0;
background-color: #262a2b;
overflow: auto; overflow: auto;
max-height: 80%; max-height: 80%;
} }
@ -130,54 +133,55 @@ pre {
/* Org font-locking */ /* Org font-locking */
.src { .src {
background-color: #002b36; background-color: #252a2b;
color: #839496; color: #eeeeec;
overflow: auto;
} }
.org-keyword { .org-keyword {
color: #859900; font-weight: bold;
color: #729fcf;
} }
.org-string { .org-string {
color: #2aa198; color: #ad7fa8;
} }
.org-function-name { .org-function-name {
color: #268bd2; font-weight: bold;
color: #edd400;
} }
.org-doc { .org-doc {
color: #586e75; color: #babdb6;
font-style: italic;
} }
.org-constant { .org-constant {
color: #2aa198; color: #73d216;
font-style: normal;
} }
.org-type { .org-type {
color: #b58900; color: #73d216;
font-weight: bold;
} }
.org-regexp-grouping-backslash { .org-regexp-grouping-backslash {
color: #b58900; font-weight: bold;
} }
.org-regexp-grouping-construct { .org-regexp-grouping-construct {
color: #cb4b16; font-weight: bold;
} }
.org-builtin { .org-builtin {
color: #859900; color: #729fcf;
} }
.org-negation-char { .org-negation-char {
color: #dc322f;
} }
.org-variable-name { .org-variable-name {
color: #268bd2; color: #ef2929;
} }
/* Navigation menu */ /* Navigation menu */