Skip to content

Commit

Permalink
feat: new logo NO COLORS ;(
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Mar 14, 2024
1 parent 9606b33 commit d2c82f8
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 d2c82f8

Please sign in to comment.