aboutsummaryrefslogtreecommitdiff
path: root/editor/scripts/lib/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'editor/scripts/lib/theme.js')
-rw-r--r--editor/scripts/lib/theme.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/editor/scripts/lib/theme.js b/editor/scripts/lib/theme.js
index 4fc799c..5104277 100644
--- a/editor/scripts/lib/theme.js
+++ b/editor/scripts/lib/theme.js
@@ -12,12 +12,12 @@ function Theme (client) {
this.default = {
background: '#eeeeee',
f_high: '#000000',
- f_med: '#999999',
- f_low: '#cccccc',
+ f_med: '#666666',
+ f_low: '#888888',
f_inv: '#000000',
- b_high: '#000000',
- b_med: '#888888',
- b_low: '#aaaaaa',
+ b_high: '#ffffff',
+ b_med: '#cccccc',
+ b_low: '#dddddd',
b_inv: '#ffb545'
}