mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Merge pull request #322 from glfw/light-grey-highlight
Using a light grey syntax highlighting theme.
This commit is contained in:
commit
7135f203f5
File diff suppressed because one or more lines are too long
@ -97,7 +97,7 @@ div.headertitle,.note code,.pre code,.post code,.invariant code,.warning code,.a
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-path,.directory .levels {
|
#nav-path,.directory .levels,span.lineno {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -311,8 +311,12 @@ dl.note,dl.pre,dl.post,dl.invariant,dl.warning,dl.attention,dl.deprecated,dl.bug
|
|||||||
color:inherit;
|
color:inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.line {
|
||||||
|
line-height:inherit;
|
||||||
|
}
|
||||||
|
|
||||||
div.fragment,pre.fragment {
|
div.fragment,pre.fragment {
|
||||||
background:hsl(0,0%,20%);
|
background:hsl(0,0%,95%);
|
||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
border:none;
|
border:none;
|
||||||
padding:2em;
|
padding:2em;
|
||||||
@ -321,23 +325,24 @@ div.fragment,pre.fragment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lineno a,.lineno a:visited,.line,pre.fragment {
|
.lineno a,.lineno a:visited,.line,pre.fragment {
|
||||||
color:hsl(60,30%,96%);
|
color:@default-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.preprocessor,span.comment {
|
span.preprocessor,span.comment {
|
||||||
color:hsl(80,76%,53%);
|
color:hsl(193,100%,30%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.code,a.code:visited {
|
a.code,a.code:visited {
|
||||||
color:hsl(34,100%,60%);
|
color:hsl(18,100%,45%);
|
||||||
}
|
}
|
||||||
|
|
||||||
span.keyword,span.keywordtype,span.keywordflow {
|
span.keyword,span.keywordtype,span.keywordflow {
|
||||||
color:hsl(190,81%,67%);
|
color:darken(@default-text-color, 5%);
|
||||||
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.stringliteral {
|
span.stringliteral {
|
||||||
color:hsl(54,70%,68%);
|
color:hsl(261,100%,30%);
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
Loading…
Reference in New Issue
Block a user