Fix missing red/incorrect hex colors in one-light

This commit is contained in:
Nate Butler 2022-07-18 12:05:27 -04:00
parent 668af83cd6
commit aafaee7463

View file

@ -9,12 +9,12 @@ const url =
const base00 = "#090a0b";
const base01 = "#202227";
const base02 = "#383a42";
const base03 = "#a0a1a7";
const base04 = "#696c77";
const base05 = "#a0a1a7";
const base06 = "#e5e5e6";
const base07 = "#f0f0f1";
const base08 = "#fafafa";
const base03 = "#696c77";
const base04 = "#a0a1a7";
const base05 = "#e5e5e6";
const base06 = "#f0f0f1";
const base07 = "#fafafa";
const base08 = "#ca1243";
const base09 = "#d75f00";
const base0A = "#c18401";
const base0B = "#50a14f";