summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-02-20 18:37:42 -0500
committerGitHub <noreply@github.com>2021-02-20 18:37:42 -0500
commit3c76b17c27f6a0fbc580685fcb6a20eeb1cdaa8b (patch)
tree64cd29e0c3c53c578d7cae323a8cd9d5583f3cdc /src/constants.rs
parentcb1191ff355c79f9e8c3ee47234e8ef6da14e504 (diff)
change: Alter Nord's border colour (#422)
Updates the border colour on the Nord colour scheme to look less jarring.
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.rs b/src/constants.rs
index e660125e..38c5ef6a 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -156,8 +156,8 @@ pub static NORD_COLOUR_PALETTE: Lazy<ConfigColours> = Lazy::new(|| ConfigColours
tx_color: Some("#d08770".to_string()),
rx_total_color: Some("#5e81ac".to_string()),
tx_total_color: Some("#8fbcbb".to_string()),
- border_color: Some("#e5e9f0".to_string()),
- highlighted_border_color: Some("#88c0d0".to_string()),
+ border_color: Some("#88c0d0".to_string()),
+ highlighted_border_color: Some("#5e81ac".to_string()),
disabled_text_color: Some("#4c566a".to_string()),
text_color: Some("#e5e9f0".to_string()),
selected_text_color: Some("#2e3440".to_string()),