aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.rs b/src/config.rs
index f67cb9d..278f4b1 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -85,7 +85,7 @@ const DEFAULT_CONFIG: &str = r##"
# selected_row_bg_color = "237"
# note_color = "123"
# file_color = "209"
-# link_color = "27"
+# link_color = "39"
# author_color = "38"
# title_color = "37"
# year_color = "135"
@@ -215,7 +215,7 @@ impl BibiConfig {
selected_row_bg_color: Color::Indexed(237),
note_color: Color::Indexed(123),
file_color: Color::Indexed(209),
- link_color: Color::Indexed(33),
+ link_color: Color::Indexed(39),
author_color: Color::Indexed(38),
title_color: Color::Indexed(37),
year_color: Color::Indexed(135),