mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Fix missing red/incorrect hex colors in one-light
This commit is contained in:
parent
668af83cd6
commit
aafaee7463
1 changed files with 6 additions and 6 deletions
|
@ -9,12 +9,12 @@ const url =
|
||||||
const base00 = "#090a0b";
|
const base00 = "#090a0b";
|
||||||
const base01 = "#202227";
|
const base01 = "#202227";
|
||||||
const base02 = "#383a42";
|
const base02 = "#383a42";
|
||||||
const base03 = "#a0a1a7";
|
const base03 = "#696c77";
|
||||||
const base04 = "#696c77";
|
const base04 = "#a0a1a7";
|
||||||
const base05 = "#a0a1a7";
|
const base05 = "#e5e5e6";
|
||||||
const base06 = "#e5e5e6";
|
const base06 = "#f0f0f1";
|
||||||
const base07 = "#f0f0f1";
|
const base07 = "#fafafa";
|
||||||
const base08 = "#fafafa";
|
const base08 = "#ca1243";
|
||||||
const base09 = "#d75f00";
|
const base09 = "#d75f00";
|
||||||
const base0A = "#c18401";
|
const base0A = "#c18401";
|
||||||
const base0B = "#50a14f";
|
const base0B = "#50a14f";
|
||||||
|
|
Loading…
Reference in a new issue