summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-02 21:50:35 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-02 21:50:35 -0400
commit8307b06c56934aa74985a0fee1271f1bc299b83f (patch)
tree39ab937261566fea71461b152a6350623a1dad9c /src/constants.rs
parente12c2f5212b7898b10f6c01024fa2cbe59c55bc6 (diff)
bug: fix bug with multiple tokens
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 6920f401..f1cdd520 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -35,8 +35,6 @@ lazy_static! {
tui::style::Style::default().fg(tui::style::Color::Gray);
pub static ref DEFAULT_HEADER_STYLE: tui::style::Style =
tui::style::Style::default().fg(tui::style::Color::LightBlue);
- pub static ref INVALID_REGEX_STYLE: tui::style::Style =
- tui::style::Style::default().fg(tui::style::Color::Red);
}
// Help text