Skip to content

Commit

Permalink
changing logo and color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolina Amorim authored and Carolina Amorim committed Aug 28, 2024
1 parent 15cc6a5 commit 1e7e271
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 87 deletions.
42 changes: 17 additions & 25 deletions packages/suite-base/src/components/LichtblickLogo.tsx

Large diffs are not rendered by default.

67 changes: 30 additions & 37 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.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.
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 1e7e271

Please sign in to comment.