mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 06:31:50 +00:00
- Made code blocks slightly brighter.
This commit is contained in:
parent
f809b067cb
commit
3122f2eb41
1 changed files with 9 additions and 2 deletions
|
@ -506,12 +506,19 @@ dl.codebox code {
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.syntaxbg { color: #FFFFFF; }
|
/*.syntaxbg { color: #FFFFFF; }
|
||||||
.syntaxcomment { color: #FF8000; }
|
.syntaxcomment { color: #FF8000; }
|
||||||
.syntaxdefault { color: #0000BB; }
|
.syntaxdefault { color: #0000BB; }
|
||||||
.syntaxhtml { color: #000003; }
|
.syntaxhtml { color: #000003; }
|
||||||
.syntaxkeyword { color: #006413; }
|
.syntaxkeyword { color: #006413; }
|
||||||
.syntaxstring { color: #DD0000; }
|
.syntaxstring { color: #DD0000; }*/
|
||||||
|
|
||||||
|
.syntaxbg { color: #000000; }
|
||||||
|
.syntaxcomment { color: #808024; }
|
||||||
|
.syntaxdefault { color: #4D97C4; }
|
||||||
|
.syntaxhtml { color: #999999; }
|
||||||
|
.syntaxkeyword { color: #A36D7C; }
|
||||||
|
.syntaxstring { color: #3C993C; }
|
||||||
|
|
||||||
/* Attachments
|
/* Attachments
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
|
|
Loading…
Reference in a new issue