aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.mli
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-02-14 18:52:11 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-02-14 18:52:11 +0100
commitf5b7f689e6eeeb439346652566f6d841470376f4 (patch)
tree59635d98448d4181ffe1afb53beccd63c118c5ea /ide/preferences.mli
parent4a53151f846476f2fbe038a4ecb8e84256a26ba9 (diff)
Attempt to be more colorblind friendly in CoqIDE (Close #4024)
Diffstat (limited to 'ide/preferences.mli')
-rw-r--r--ide/preferences.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index 1b52d20a4..ab12e4c7b 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -71,6 +71,7 @@ type pref =
mutable processing_color : string;
mutable processed_color : string;
mutable error_color : string;
+ mutable error_fg_color : string;
mutable dynamic_word_wrap : bool;
mutable show_line_number : bool;