We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b226815 commit f01c8aaCopy full SHA for f01c8aa
aardvark-doc/src/author.rs
@@ -7,7 +7,7 @@ use glib::subclass::prelude::*;
7
8
use crate::identity::PublicKey;
9
10
-pub const COLORS: [(&str, &str); 15] = [
+pub const COLORS: [(&str, &str); 14] = [
11
("Yellow", "#faf387"),
12
("Orange", "#ffc885"),
13
("Red", "#f99085"),
@@ -17,7 +17,6 @@ pub const COLORS: [(&str, &str); 15] = [
17
("Blue", "#99c1f1"),
18
("Cyan", "#99f1ec"),
19
("Green", "#97f1aa"),
20
- ("Khaki", "#f6e7c0"),
21
("Brown", "#d9c0ab"),
22
("Silver", "#deddda"),
23
("Gray", "#c0bfbc"),
0 commit comments