From a3c0cb9bacc785f933ac98ceb69ce478b69cd599 Mon Sep 17 00:00:00 2001 From: neauoire Date: Sat, 9 Nov 2019 11:52:50 -0500 Subject: * --- editor/scripts/lib/theme.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'editor/scripts/lib') diff --git a/editor/scripts/lib/theme.js b/editor/scripts/lib/theme.js index abb491b..4fc799c 100644 --- a/editor/scripts/lib/theme.js +++ b/editor/scripts/lib/theme.js @@ -10,14 +10,14 @@ function Theme (client) { this.active = {} this.default = { - background: '#eee', - f_high: '#000', - f_med: '#999', - f_low: '#ccc', - f_inv: '#000', - b_high: '#000', - b_med: '#888', - b_low: '#aaa', + background: '#eeeeee', + f_high: '#000000', + f_med: '#999999', + f_low: '#cccccc', + f_inv: '#000000', + b_high: '#000000', + b_med: '#888888', + b_low: '#aaaaaa', b_inv: '#ffb545' } -- cgit v1.2.3