change: Alter Nord's border colour (#422)

Updates the border colour on the Nord colour scheme to look less jarring.
This commit is contained in:
Clement Tsang 2021-02-20 18:37:42 -05:00 committed by GitHub
parent cb1191ff35
commit 3c76b17c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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()),