We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22586da commit 1463a89Copy full SHA for 1463a89
src/components/common/themes.js
@@ -80,7 +80,8 @@ themes.molecule = {
80
progress: '#a03d49',
81
82
flatLight: '#d8d8d8',
83
- flatDark: '#9e9e9e'
+ flatDark: '#9e9e9e',
84
+ focusSecondary: '#fefe03'
85
};
86
87
themes.travel = {
@@ -120,7 +121,8 @@ themes.travel = {
120
121
progress: '#48604f',
122
123
flatLight: '#9d8f80',
- flatDark: '#695f50'
124
+ flatDark: '#695f50',
125
126
127
128
themes.theSixtiesUSA = {
@@ -160,7 +162,8 @@ themes.theSixtiesUSA = {
160
162
progress: '#0f0',
161
163
164
flatLight: '#df9be7',
- flatDark: '#d067d7'
165
+ flatDark: '#d067d7',
166
167
168
169
themes.candy = {
0 commit comments