-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68008d8
commit 2d086b9
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
32 changes: 16 additions & 16 deletions
32
project-files/Portfolio/web/src/jsMain/resources/api/nxtBuzTheme.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
-{ | ||
- "ios": { | ||
- "darkThemeColors": { | ||
- "accent": "#Ff1BB3F3", | ||
- "primary": "#FFeef0f2", | ||
- "secondary": "#FFB0BEC5" | ||
- }, | ||
- "lightThemeColors": { | ||
- "accent": "#FF186CE6", | ||
- "primary": "#FF263238", | ||
- "secondary": "#ff455A64" | ||
- } | ||
- }, | ||
- "android": { | ||
- } | ||
-} | ||
{ | ||
"ios": { | ||
"darkThemeColors": { | ||
"accent": "#Ff1BB3F3", | ||
"primary": "#FFeef0f2", | ||
"secondary": "#FFB0BEC5" | ||
}, | ||
"lightThemeColors": { | ||
"accent": "#FF186CE6", | ||
"primary": "#FF263238", | ||
"secondary": "#ff455A64" | ||
} | ||
}, | ||
"android": { | ||
} | ||
} |