diff options
| author | neauoire <aliceffekt@gmail.com> | 2019-11-09 13:55:06 -0500 |
|---|---|---|
| committer | neauoire <aliceffekt@gmail.com> | 2019-11-09 13:55:06 -0500 |
| commit | 7c03ef84374e11abe34c0770dd277e8348aefd72 (patch) | |
| tree | 3d99396d25e68c5b908eb75b0d60f1314e43297f /editor/scripts/lib | |
| parent | 882b07993365a995f31b0d25c62a57db78580911 (diff) | |
Improved the basic themes
Diffstat (limited to 'editor/scripts/lib')
| -rw-r--r-- | editor/scripts/lib/theme.js | 6 |
1 files changed, 3 insertions, 3 deletions
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' } |
