From a6ab66080ec383193ee81487a5d18f4ba3326aa1 Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Tue, 20 Mar 2012 11:33:24 -0700 Subject: [PATCH] Additional tweak to color order --- web_config/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web_config/index.html b/web_config/index.html index 542532183..82966c649 100644 --- a/web_config/index.html +++ b/web_config/index.html @@ -233,11 +233,11 @@ term256_colors = [ //222 "d75f5f", "d78787", "ff8787", -"ff875f", "ffafaf", "ffaf87", "ffaf5f", "ffaf00", +"ff875f", "ff8700", "ff5f00", "d75f00", @@ -463,6 +463,7 @@ term256_colors = [ //222 ] var items_per_row = 15 +var show_labels = 0 /* Adds a new element to master */ function create_master_element(contents) { @@ -530,7 +531,7 @@ function populate_colorpicker_term256() { row.append($('', { class: 'colorpicker_term256_cell', style: cell_style, - text: ''//String(subidx + idx + 223) + text: show_labels ? String(subidx + idx + 223) : '' })) }