Skip to content

Commit f01c8aa

Browse files
committed
app: Remove khaki color used for authors
Designers asked for it's removal since it's a weird name. Close: https://github.com/p2panda/aardvark/issues
1 parent b226815 commit f01c8aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aardvark-doc/src/author.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use glib::subclass::prelude::*;
77

88
use crate::identity::PublicKey;
99

10-
pub const COLORS: [(&str, &str); 15] = [
10+
pub const COLORS: [(&str, &str); 14] = [
1111
("Yellow", "#faf387"),
1212
("Orange", "#ffc885"),
1313
("Red", "#f99085"),
@@ -17,7 +17,6 @@ pub const COLORS: [(&str, &str); 15] = [
1717
("Blue", "#99c1f1"),
1818
("Cyan", "#99f1ec"),
1919
("Green", "#97f1aa"),
20-
("Khaki", "#f6e7c0"),
2120
("Brown", "#d9c0ab"),
2221
("Silver", "#deddda"),
2322
("Gray", "#c0bfbc"),

0 commit comments

Comments
 (0)