summaryrefslogtreecommitdiffstats
path: root/src/filetype.rs
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2014-06-30 02:04:36 +0100
committerBen S <ogham@bsago.me>2014-06-30 02:04:36 +0100
commit44628ba6e2fdef5c7dbf3864cc8abb4222043c43 (patch)
treefd4a52d58ef8119cf4b1a5a27b4cae187a502f07 /src/filetype.rs
parent0a1d3f56ecd5952c299e6770324cf86953d8c1ff (diff)
Standardise on a grey
Diffstat (limited to 'src/filetype.rs')
-rw-r--r--src/filetype.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filetype.rs b/src/filetype.rs
index 5557fa9..d6e2ef0 100644
--- a/src/filetype.rs
+++ b/src/filetype.rs
@@ -1,4 +1,4 @@
-use colours::{Plain, Style, Red, Green, Yellow, Blue, Cyan, Fixed};
+use colours::{Plain, Style, Red, Green, Yellow, Blue, Cyan, Grey, Fixed};
use file::File;
use std::io;
@@ -60,7 +60,7 @@ impl FileType {
Crypto => Fixed(109).normal(),
Document => Fixed(105).normal(),
Compressed => Red.normal(),
- Temp => Fixed(244).normal(),
+ Temp => Grey.normal(),
Immediate => Yellow.bold().underline(),
Compiled => Fixed(137).normal(),
}