Skip to content

Commit

Permalink
Merge pull request #10 from dyne/new_logo
Browse files Browse the repository at this point in the history
feat: new logo NO COLORS ;(

partially closes #8
  • Loading branch information
puria authored Mar 14, 2024
2 parents 140fca3 + d2c82f8 commit fbe9ea3
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 68 deletions.
15 changes: 15 additions & 0 deletions functions/commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
//
// SPDX-License-Identifier: AGPL-3.0-or-later

export const COLOR_LOGO_PRESETS = {
["Default"]: {
color: "#FED",
border: false,
},
["Transparent"]: {
color: "transparent",
border: false,
},
["White"]: {
color: "#FFF",
border: true,
},
};

export const COLOR_PRESETS = {
["Open source"]: {
color: "#FFEEDD",
Expand Down
Loading

0 comments on commit fbe9ea3

Please sign in to comment.