From 48a9f2be4c0b702ac6b47d90c3f2cb7cc131e1ea Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Fri, 24 Nov 2023 16:57:35 -0500 Subject: [PATCH] Update one theme colors --- crates/theme2/src/one_themes.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/theme2/src/one_themes.rs b/crates/theme2/src/one_themes.rs index 733cd6c40b..2802bd17b5 100644 --- a/crates/theme2/src/one_themes.rs +++ b/crates/theme2/src/one_themes.rs @@ -59,8 +59,8 @@ pub(crate) fn one_dark() -> Theme { ghost_element_active: hsla(220.0 / 360., 11.8 / 100., 20.0 / 100., 1.0), ghost_element_selected: hsla(224.0 / 360., 11.3 / 100., 26.1 / 100., 1.0), ghost_element_disabled: hsla(224.0 / 360., 11.3 / 100., 26.1 / 100., 1.0), - text: hsla(222.9 / 360., 9.1 / 100., 84.9 / 100., 1.0), - text_muted: hsla(220.0 / 360., 6.4 / 100., 45.7 / 100., 1.0), + text: hsla(221. / 360., 11. / 100., 86. / 100., 1.0), + text_muted: hsla(218.0 / 360., 7. / 100., 46. / 100., 1.0), text_placeholder: hsla(220.0 / 360., 6.6 / 100., 44.5 / 100., 1.0), text_disabled: hsla(220.0 / 360., 6.6 / 100., 44.5 / 100., 1.0), text_accent: hsla(222.6 / 360., 77.5 / 100., 65.1 / 100., 1.0),