Skip to content

Commit

Permalink
Merge pull request #1928 from Inist-CNRS/theme-inist-2024
Browse files Browse the repository at this point in the history
theme inist 2024
  • Loading branch information
touv authored Mar 29, 2024
2 parents adae335 + 4c5efe8 commit a8c7f3e
Show file tree
Hide file tree
Showing 57 changed files with 439 additions and 787 deletions.
Binary file modified src/app/custom/favicon.ico
Binary file not shown.
250 changes: 0 additions & 250 deletions src/app/custom/themes/inist/README.md

This file was deleted.

72 changes: 39 additions & 33 deletions src/app/custom/themes/inist/colorsTheme.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
export default {
black: {
primary: '#000',
secondary: 'rgb(95, 99, 104)',
veryDark: '#333',
dark: '#555',
light: 'rgb(95, 99, 104, 0.5)',
lighter: 'rgb(95, 99, 104, 0.15)',
veryLight: 'rgb(95, 99, 104, 0.1)',
transparent: 'rgba(0, 0, 0, .1)',
},
white: {
primary: '#fff',
transparent: 'rgba(255, 255, 255, .1)',
light: 'rgba(255, 255, 255, .2)',
},
gray: {
primary: '#e0e0e0',
},
red: {
primary: '#f44336',
},
green: {
primary: "#25809a",
secondary: "rgba(37, 128, 154, 1.5)",
tertiary: "rgba(37, 128, 154, .5)",
light: "rgba(37, 128, 154, .1)",
},
purple: {
primary: "#b22f90",
},
orange: {
primary: "#da1d64",
},
black: {
primary: "#000",
secondary: "rgb(95, 99, 104)",
veryDark: "#333",
dark: "#555",
light: "rgb(95, 99, 104, 0.5)",
lighter: "rgb(95, 99, 104, 0.15)",
veryLight: "rgb(95, 99, 104, 0.1)",
transparent: "rgba(0, 0, 0, .1)",
},
white: {
primary: "#fff",
transparent: "rgba(255, 255, 255, .1)",
light: "rgba(255, 255, 255, .2)",
},
gray: {
primary: "#ebf0f5",
},
red: {
primary: "#f44336",
},
green: {
primary: "#ffeb6e",
secondary: "#b0ee89",
tertiary: "rgba(255, 235, 110, .5)",
light: "#fffcf0",
},
purple: {
primary: "#6941eb",
},
orange: {
primary: "#ffbc75",
},
blue: {
primary: "#00284b",
secondary: "#9ae2ff",
tertiary: "rgba(0, 40, 75, .5)",
light: "rgba(0, 40, 75, .1)",
},
};
Loading

0 comments on commit a8c7f3e

Please sign in to comment.