Browse Source

Change colorscheme to monakai for results again.

tags/v1.0^2
Benjamin Attal 10 years ago
parent
commit
a43e119a80
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      static/js/index.js
  2. +1
    -1
      static/sass/index.sass
  3. +1
    -1
      templates/index.html

+ 1
- 1
static/js/index.js View File

@@ -362,7 +362,7 @@ function nextSymbolMatch() {
- scrollDiv.height() / 2 - scrollDiv.height() / 2
+ newMatch.position().top + newMatch.height() / 2); + newMatch.position().top + newMatch.height() / 2);


newMatch.effect("highlight", {color: '#FFFF22'}, 750)
newMatch.effect("highlight", {color: '#FFF'}, 750)
newMatch.addClass('current'); newMatch.addClass('current');
}; };




+ 1
- 1
static/sass/index.sass View File

@@ -359,7 +359,7 @@ td#code
margin-top: 5px margin-top: 5px


.hll .hll
background: #FFFFD6
background: #5B5A51


div#hidden-info div#hidden-info
width: $hiddenInfoWidth width: $hiddenInfoWidth


+ 1
- 1
templates/index.html View File

@@ -8,7 +8,7 @@
{{ assets.tag("lib/jqueryui.custom.min.css") }} {{ assets.tag("lib/jqueryui.custom.min.css") }}
{{ assets.tag("lib/jquery.min.js") }} {{ assets.tag("lib/jquery.min.js") }}
{{ assets.tag("lib/jquery-ui.min.js") }} {{ assets.tag("lib/jquery-ui.min.js") }}
{{ assets.tag("lib/github.css") }}
{{ assets.tag("lib/highlight.css") }}


{{ assets.tag("index.css") }} {{ assets.tag("index.css") }}




Loading…
Cancel
Save