diff options
Diffstat (limited to 'editor/scripts/lib')
| -rw-r--r-- | editor/scripts/lib/theme.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/scripts/lib/theme.js b/editor/scripts/lib/theme.js index 5104277..85fcc63 100644 --- a/editor/scripts/lib/theme.js +++ b/editor/scripts/lib/theme.js @@ -15,9 +15,9 @@ function Theme (client) { f_med: '#666666', f_low: '#888888', f_inv: '#000000', - b_high: '#ffffff', - b_med: '#cccccc', - b_low: '#dddddd', + b_high: '#cccccc', + b_med: '#dddddd', + b_low: '#ffffff', b_inv: '#ffb545' } |
