aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorlukeflo2025-06-30 16:33:01 +0200
committerlukeflo2025-06-30 16:33:01 +0200
commit3a40bbb367a79dc3660c12aa7f62e3efc378ea22 (patch)
tree3dfa3e13207b0bb134765d8a9288ff28b10e2a14 /src/config.rs
parent8ea28b55f0c6ba210ddcd6a964c8f56d3e6e25ff (diff)
downloadbibiman-3a40bbb367a79dc3660c12aa7f62e3efc378ea22.tar.gz
bibiman-3a40bbb367a79dc3660c12aa7f62e3efc378ea22.zip
update README: note feature
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),