Skip to content

Commit

Permalink
Changing logo and color palette (placeholder) (#154)
Browse files Browse the repository at this point in the history
**User-Facing Changes**
Logo and color palette as a placeholder for the pre-release.


**Checklist**

- [x] The web version was tested and it is running ok
- [x] The desktop version was tested and it is running ok

---------

Co-authored-by: Carolina Amorim <[email protected]>
  • Loading branch information
carolinabamorim and Carolina Amorim authored Aug 30, 2024
1 parent 86f03b0 commit a397e87
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 82 deletions.
52 changes: 34 additions & 18 deletions packages/suite-base/src/components/LichtblickLogo.tsx

Large diffs are not rendered by default.

130 changes: 101 additions & 29 deletions packages/suite-base/src/components/LichtblickLogoText.tsx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/suite-desktop/resources/icon/icon.icns
Git LFS file not shown
4 changes: 2 additions & 2 deletions packages/suite-desktop/resources/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 31 additions & 18 deletions packages/suite-desktop/resources/icon/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/suite-web/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/suite-web/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/suite-web/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/suite-web/public/favicon.ico
Git LFS file not shown
10 changes: 5 additions & 5 deletions packages/theme/src/palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ export const dark: PaletteOptions = {
tonalOffset: 0.15,
appBar: {
main: "#35363A",
primary: "#9480ed",
primary: "#808080",
text: "#ffffff",
},
primary: { main: "#9480ed" },
primary: { main: "#EF833A" },
secondary: { main: "#b1b1b1" },
error: { main: "#f54966" },
warning: { main: "#eba800" },
Expand Down Expand Up @@ -79,11 +79,11 @@ export const light: PaletteOptions = {
tonalOffset: 0.22,
appBar: {
main: "#27272b",
primary: "#9480ed",
primary: "#404040",
text: "#ffffff",
},
primary: { main: "#6f3be8" },
secondary: { main: "#808080" },
primary: { main: "#EF833A" },
secondary: { main: "#404040" },
error: { main: "#db3553" },
warning: { main: "#eba800" },
success: { main: "#107c10" },
Expand Down

0 comments on commit a397e87

Please sign in to comment.