Merge pull request #882 from ajaxorg/update_dark_themes
Update dark themes
This commit is contained in:
commit
92cd0d6132
10 changed files with 15 additions and 10 deletions
|
|
@ -146,7 +146,7 @@ PRE{
|
|||
margin-bottom:3px;
|
||||
}
|
||||
|
||||
.menu {
|
||||
.menu, .site-menu {
|
||||
padding:23px 0 0 24px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
<div id="wrapper">
|
||||
<div class="content">
|
||||
<div class="column1">
|
||||
<div class="menu">
|
||||
<div class="site-menu">
|
||||
<h4>User Resources</h4>
|
||||
<ul class="menu-list">
|
||||
<li><a href="http://groups.google.com/group/ace-discuss">Ace Google Group</a></li>
|
||||
|
|
@ -76,6 +76,7 @@
|
|||
<li><a href='http://tryjasmine.com/'>Try Jasmine</a></li>
|
||||
<li><a href="http://codebender.cc/">Codebender</a></li>
|
||||
<li><a href="https://www.sharelatex.com">ShareLaTeX</a></li>
|
||||
<li><a href="http://www.khanacademy.org/cs/pascals-triangle/803149756">KhanAcademy</a></li>
|
||||
</ul>
|
||||
<h4>Syntax Highlighters</h4>
|
||||
<ul class="menu-list">
|
||||
|
|
|
|||
|
|
@ -135,6 +135,10 @@ color:#FD971F;
|
|||
background: rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
.ace-chrome .ace_gutter_active_line {
|
||||
background-color : #dcdcdc;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_marker-layer .ace_selected_word {
|
||||
background: rgb(250, 250, 255);
|
||||
border: 1px solid rgb(200, 200, 250);
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
.ace-dreamweaver .ace_fold {
|
||||
background-color: #00F;
|
||||
background-color: #757AD8;
|
||||
}
|
||||
|
||||
.ace-dreamweaver .ace_text-layer {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
.ace-merbivore .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #e8e8e8;
|
||||
background: #555651;
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_scroller {
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@
|
|||
|
||||
.ace-mono-industrial .ace_gutter {
|
||||
background: #1d2521;
|
||||
color: #fff;
|
||||
color: #C5C9C9;
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #e8e8e8;
|
||||
background: #555651;
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_scroller {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
.ace-monokai .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #e8e8e8;
|
||||
background: #555651;
|
||||
}
|
||||
|
||||
.ace-monokai .ace_scroller {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
.ace-solarized-dark .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #e8e8e8;
|
||||
background: #33555E;
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_scroller {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
.ace-twilight .ace_gutter {
|
||||
background: #232323;
|
||||
color: #F8F8F8;
|
||||
color: #E2E2E2;
|
||||
}
|
||||
|
||||
.ace-twilight .ace_print_margin {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
.ace-vibrant-ink .ace_gutter {
|
||||
background: #1a1a1a;
|
||||
color: white;
|
||||
color: #BEBEBE;
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_print_margin {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue