aboutsummaryrefslogtreecommitdiff
path: root/editor/scripts/lib/theme.js
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2019-12-15 11:49:44 -0500
committerneauoire <aliceffekt@gmail.com>2019-12-15 11:49:44 -0500
commit7290ffd02cbc8bb4134f8bfcc9501e4af77f3eaf (patch)
tree34eec15edc4daeb9fd9f334cfa3c8d9543cdffc5 /editor/scripts/lib/theme.js
parenta4e5787118e31670e68048856f80d9c87459e9a8 (diff)
*
Diffstat (limited to 'editor/scripts/lib/theme.js')
-rw-r--r--editor/scripts/lib/theme.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/editor/scripts/lib/theme.js b/editor/scripts/lib/theme.js
index e218392..0556fa0 100644
--- a/editor/scripts/lib/theme.js
+++ b/editor/scripts/lib/theme.js
@@ -11,12 +11,12 @@ function Theme (client) {
this.active = {}
this.default = {
background: '#eeeeee',
- f_high: '#000000',
- f_med: '#666666',
- f_low: '#888888',
- f_inv: '#000000',
- b_high: '#cccccc',
- b_med: '#dddddd',
+ f_high: '#0a0a0a',
+ f_med: '#4a4a4a',
+ f_low: '#6a6a6a',
+ f_inv: '#111111',
+ b_high: '#a1a1a1',
+ b_med: '#c1c1c1',
b_low: '#ffffff',
b_inv: '#ffb545'
}