aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2019-11-09 12:01:48 -0500
committerneauoire <aliceffekt@gmail.com>2019-11-09 12:01:48 -0500
commitf418879589dd02fab9175aba5294931d4b158e3d (patch)
tree0ab5bfde679bfe4b206f7012a53d666fbfd60490
parent3962b96ad69f830caaddc45e5c7a9e0c09a7b1f0 (diff)
*
-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'
}