From 7c03ef84374e11abe34c0770dd277e8348aefd72 Mon Sep 17 00:00:00 2001 From: neauoire Date: Sat, 9 Nov 2019 13:55:06 -0500 Subject: Improved the basic themes --- editor/scripts/lib/theme.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editor/scripts/lib') diff --git a/editor/scripts/lib/theme.js b/editor/scripts/lib/theme.js index 5104277..85fcc63 100644 --- a/editor/scripts/lib/theme.js +++ b/editor/scripts/lib/theme.js @@ -15,9 +15,9 @@ function Theme (client) { f_med: '#666666', f_low: '#888888', f_inv: '#000000', - b_high: '#ffffff', - b_med: '#cccccc', - b_low: '#dddddd', + b_high: '#cccccc', + b_med: '#dddddd', + b_low: '#ffffff', b_inv: '#ffb545' } -- cgit v1.2.3