File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,48 @@ themes.default = {
4444 focusSecondary : '#fefe03'
4545} ;
4646
47+ themes . tokyoDark = {
48+ name : 'tokyoDark' ,
49+ canvas : '#2f3435' ,
50+ material : '#465051' ,
51+ materialDark : '#1f2223' ,
52+
53+ borderDarkest : '#070809' ,
54+ borderLightest : '#93a0a1' ,
55+ borderDark : '#1f2223' ,
56+ checkmarkDisabled : '#1f2223' ,
57+ borderLight : '#5e696a' ,
58+
59+ headerBackground : '#1f2223' ,
60+ headerText : '#F4F4ED' ,
61+ headerNotActiveBackground : '#5e696a' ,
62+ headerNotActiveText : '#F4F4ED' ,
63+
64+ text : '#F4F4ED' ,
65+ textInvert : '#ffffff' ,
66+ textDisabled : '#1f2223' ,
67+ textDisabledShadow : '#93a0a1' ,
68+
69+ inputText : '#F4F4ED' ,
70+ inputTextInvert : '#ffffff' ,
71+ inputTextDisabled : '#1f2223' ,
72+ inputTextDisabledShadow : '#93a0a1' ,
73+
74+ tooltip : '#fefbcc' ,
75+
76+ anchor : '#1034a6' ,
77+ anchorVisited : '#440381' ,
78+
79+ hoverBackground : '#F61067' ,
80+ checkmark : '#F4F4ED' ,
81+
82+ progress : '#F61067' ,
83+
84+ flatLight : '#d8d8d8' ,
85+ flatDark : '#9e9e9e' ,
86+ focusSecondary : '#20FC8F'
87+ } ;
88+
4789themes . molecule = {
4890 name : 'molecule' ,
4991 canvas : '#f1f5f6' ,
You can’t perform that action at this time.
0 commit comments