chromium/chrome/android/features/tab_ui/public/android/java/res/color/menu_edit_text_bg_tint_list_baseline.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
  <item android:color="@color/baseline_primary_80" android:state_focused="true"/>
  <item android:color="@color/baseline_neutral_90"/>
</selector>