Added text shape support, fixes #42

This commit is contained in:
Devine Lu Linvega
2019-07-14 21:16:17 +09:00
parent cb4ce3eb18
commit d21178202a
6 changed files with 52 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
function Ronin () {
const defaultTheme = {
background: '#222',
f_high: '#000',
f_high: '#fff',
f_med: '#999',
f_low: '#ccc',
f_low: '#444',
f_inv: '#000',
b_high: '#000',
b_med: '#888',