Skip to content

Commit ea76411

Browse files
committed
Update desert city color scheme
1 parent 90f1181 commit ea76411

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/utils/settings/color-schemes.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export const darkColors = {
5353
export const desertCity = {
5454
foundationColor: '#ffffff', // white
5555
classColor: '#e0e0e0', // light grey
56-
57-
componentRootLevelColor: '#f2ed59', // dark grey
58-
componentDeepestLevelColor: '#afbac2', // light blue-grey
56+
componentRootLevelColor: '#afbac2', // light blue-grey
57+
componentDeepestLevelColor: '#f2ed59', // sand yellow
5958
};

0 commit comments

Comments
 (0)