mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
Fix yellow to be yellow
This commit is contained in:
parent
6b4242cded
commit
21e1bdc8cd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ impl Color {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn yellow() -> Self {
|
pub fn yellow() -> Self {
|
||||||
Self(ColorU::from_u32(0x00ffffff))
|
Self(ColorU::from_u32(0xffff00ff))
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn new(r: u8, g: u8, b: u8, a: u8) -> Self {
|
pub fn new(r: u8, g: u8, b: u8, a: u8) -> Self {
|
||||||
|
|
Loading…
Reference in a new issue