Skip to content

Commit

Permalink
fix: updated standard colors (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano176 authored Jan 24, 2023
1 parent da63bf9 commit dc9aef1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ import { DynamicThemeFix } from 'darkreader';
export const ZIMBRA_STANDARD_COLORS = [
{ zValue: 0, hex: '#000000', zLabel: 'black' },
{ zValue: 1, hex: '#2b73d2', zLabel: 'blue' },
{ zValue: 2, hex: '#2196d3', zLabel: 'cyan' },
{ zValue: 3, hex: '#639030', zLabel: 'green' },
{ zValue: 4, hex: '#1a75a7', zLabel: 'purple' },
{ zValue: 5, hex: '#d74942', zLabel: 'red' },
{ zValue: 2, hex: '#29B6F6', zLabel: 'cyan' },
{ zValue: 3, hex: '#66BB6A', zLabel: 'green' },
{ zValue: 4, hex: '#7e57c2', zLabel: 'purple' },
{ zValue: 5, hex: '#ef5350', zLabel: 'red' },
{ zValue: 6, hex: '#ffc107', zLabel: 'yellow' },
{ zValue: 7, hex: '#edaeab', zLabel: 'pink' },
{ zValue: 8, hex: '#828282', zLabel: 'gray' },
{ zValue: 9, hex: '#ba8b00', zLabel: 'orange' }
{ zValue: 9, hex: '#FF7043', zLabel: 'orange' }
];

export const FOLDERS = {
Expand Down

0 comments on commit dc9aef1

Please sign in to comment.