Skip to content

Commit

Permalink
Merge pull request #44 from potassco/WIP_color-scheme
Browse files Browse the repository at this point in the history
update colorPalette
  • Loading branch information
stephanzwicknagl committed Dec 21, 2023
2 parents 8d186c7 + c5546b8 commit 937de62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/lib/contexts/ColorPalette.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import React from "react";
import PropTypes from "prop-types";

export const defaultPalette = {
primary: '#6554C0', // '#879ee7'
primary: '#879ee7',
success: '#36B37E',
info: '#B3BAC5',
warning: '#FFAB00',
danger: '#FF5630',
light: '#F4F5F7',
light: '#F4F5FA',
medium: '#a9a9a9',
dark: '#444',
// row background (any number)
twenty: {
0: '#a9a9a94a',
0: '#a9a9a92f',
1: '#ffffff'},
// reason arrows & highlights (any number)
highlight: {
Expand Down

0 comments on commit 937de62

Please sign in to comment.