From f418879589dd02fab9175aba5294931d4b158e3d Mon Sep 17 00:00:00 2001 From: neauoire Date: Sat, 9 Nov 2019 12:01:48 -0500 Subject: * --- editor/scripts/lib/theme.js | 10 +++++----- 1 file 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' } -- cgit v1.2.3