tweak dark themes
This commit is contained in:
parent
ad9b656c14
commit
6996d538da
8 changed files with 12 additions and 8 deletions
|
|
@ -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