Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ $ui-secondary-light: hsla(215, 75%, 95%, 1);
$ui-tertiary-light: hsla(215, 50%, 90%, 1);
$text-primary-light: hsla(225, 15%, 40%, 1);

$red-primary: hsla(194, 100%, 50%, 1); /* #00c3ff */
$red-tertiary: hsla(203, 100%, 39%, 1); /* #007bc7 */
$red-primary: hsla(222, 100%, 50%, 1); /* #00c3ff */
$red-tertiary: hsla(225, 100%, 36%, 1); /* #007bc7 */

$sound-primary: hsla(300, 53%, 60%, 1); /* #CF63CF */
$sound-tertiary: hsla(300, 48%, 50%, 1); /* #BD42BD */
Expand Down
6 changes: 3 additions & 3 deletions src/lib/default-project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import projectData from './project-data';
/* eslint-disable import/no-unresolved */
import overrideDefaultProject from '!arraybuffer-loader!./default-project.sb3';
import backdrop from '!raw-loader!./cd21514d0531fdffb22204e0ec5ed84a.svg';
import costume1 from '!raw-loader!./penguin.svg';
import costume1 from '!raw-loader!./mini-gaia.svg';
/* eslint-enable import/no-unresolved */
import {TextEncoder} from '../tw-text-encoder';

Expand Down Expand Up @@ -36,10 +36,10 @@ const defaultProject = translator => {
dataFormat: 'SVG',
data: encoder.encode(backdrop)
}, {
id: 'c434b674f2da18ba13cdfe51dbc05ecc',
id: '21ccd231439bc50cb761ecb7609fd799',
assetType: 'ImageVector',
dataFormat: 'SVG',
data: encoder.encode(costume1)
}];
};
export default defaultProject;
export default defaultProject;
1 change: 1 addition & 0 deletions src/lib/default-project/mini-gaia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.