Skip to content

Commit

Permalink
Add three more colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed Feb 9, 2023
1 parent c430c98 commit 9cfc7c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ export let annotationColors = [
['general.red', '#ff6666'],
['general.green', '#5fb236'],
['general.blue', '#2ea8e5'],
['general.purple', '#a28ae5']
['general.purple', '#a28ae5'],
['general.magenta', '#e56eee'],
['general.orange', '#f19837'],
['general.gray', '#aaaaaa']
];

export let selectionColor = navigator.platform.includes('Mac') ? '#71ADFD' : 'Highlight';

0 comments on commit 9cfc7c1

Please sign in to comment.