From 05a84093635f9b7f76d9a8f664c23de8b71e8e16 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Thu, 20 Jul 2023 16:45:41 -0700 Subject: [PATCH] bump the brightness of the active wrap guide --- crates/editor/src/element.rs | 1 - styles/src/style_tree/editor.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index 3f84d7e5036405a00d0fe19d4aef3c7d3b5b0558..b48fa5b56dd831f82852f224370500027302f3af 100644 --- a/crates/editor/src/element.rs +++ b/crates/editor/src/element.rs @@ -559,7 +559,6 @@ impl EditorElement { corner_radius: 0., }); } - } } diff --git a/styles/src/style_tree/editor.ts b/styles/src/style_tree/editor.ts index 0f874206101bce5bf247ff470d4835ee4fb7ec6c..acf983e8bee13f24d2897191c283217e1ee2ee55 100644 --- a/styles/src/style_tree/editor.ts +++ b/styles/src/style_tree/editor.ts @@ -171,7 +171,7 @@ export default function editor(): any { line_number_active: foreground(layer), rename_fade: 0.6, wrap_guide: with_opacity(foreground(layer), 0.1), - active_wrap_guide: with_opacity(foreground(layer), 0.1), + active_wrap_guide: with_opacity(foreground(layer), 0.2), unnecessary_code_fade: 0.5, selection: theme.players[0], whitespace: theme.ramps.neutral(0.5).hex(),