Skip to content

Commit

Permalink
change insync and oos colors for easier viewing
Browse files Browse the repository at this point in the history
  • Loading branch information
urnotsam committed Jul 12, 2024
1 parent 9d27904 commit 539bc7e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/sync-detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
},
syncColors: {
insync: {
C: '#008000',
CE: '#00A000',
E: '#00C000',
C: '#015e01',
CE: '#06a106',
E: '#02e602',
},
outofsync: {
C: '#800080',
CE: '#A000A0',
E: '#C000C0',
C: '#5a015a',
CE: '#b606b6',
E: '#f600f6',
},
},
borderColors: {
Expand Down

0 comments on commit 539bc7e

Please sign in to comment.