File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,48 @@ themes.default = {
44
44
focusSecondary : '#fefe03'
45
45
} ;
46
46
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
+
47
89
themes . molecule = {
48
90
name : 'molecule' ,
49
91
canvas : '#f1f5f6' ,
You can’t perform that action at this time.
0 commit comments