3333 </div >
3434
3535 <div class =" columns is-desktop is-multiline" >
36- <div class =" column is-one-fifth -widescreen" >
36+ <div class =" column is-one-sixth -widescreen" >
3737 <label title =" Output format of the HTML, either line by line or side by side" >
3838 <p >Output Format</p >
3939 <select class =" options-label-value" id =" diff-url-options-output-format" name =" outputFormat" >
4242 </select >
4343 </label >
4444 </div >
45- <div class =" column is-one-fifth-widescreen" >
45+ <div class =" column is-one-sixth-widescreen" >
46+ <label title =" Color scheme to render. Auto uses user preference." >
47+ <p >Color Scheme</p >
48+ <select class =" options-label-value" id =" diff-url-options-color-scheme" name =" colorScheme" >
49+ <option value =" light" selected>Light</option >
50+ <option value =" dark" >Dark</option >
51+ <option value =" auto" >Auto</option >
52+ </select >
53+ </label >
54+ </div >
55+ <div class =" column is-one-sixth-widescreen" >
4656 <label title =" Show the file list summary before the diff" >
4757 <p >File Summary</p >
4858 <input class =" options-label-value" id =" diff-url-options-show-files" type =" checkbox" name =" drawFileList"
4959 checked />
5060 </label >
5161 </div >
52- <div class =" column is-one-fifth -widescreen" >
62+ <div class =" column is-one-sixth -widescreen" >
5363 <label title =" Level of matching for the comparison algorithm" >
5464 <p >Matching Type</p >
5565 <select class =" options-label-value" id =" diff-url-options-matching" name =" matching" >
5969 </select >
6070 </label >
6171 </div >
62- <div class =" column is-one-fifth -widescreen" >
72+ <div class =" column is-one-sixth -widescreen" >
6373 <label title =" Similarity threshold for the matching algorithm" >
6474 <p >Words Threshold</p >
6575 <input class =" options-label-value" id =" diff-url-options-match-words-threshold" type =" number"
6676 name =" matchWordsThreshold" value =" 0.25" step =" 0.05" min =" 0" max =" 1" />
6777 </label >
6878 </div >
69- <div class =" column is-one-fifth -widescreen" >
79+ <div class =" column is-one-sixth -widescreen" >
7080 <label title =" Maximum number of comparison performed by the matching algorithm in a block of changes" >
7181 <p >Max Comparisons</p >
7282 <input class =" options-label-value" id =" diff-url-options-matching-max-comparisons" type =" number"
134144 providing better diff support for existing online services.
135145 </p >
136146 </div >
137- </section >
147+ </section >
0 commit comments