From 0faf73d2c1467367a0b9345402e1707ca3c00e9f Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 19 Oct 2022 18:03:57 +0800 Subject: [PATCH] :lipstick: mark color https://github.com/siyuan-note/siyuan/issues/6264 --- app/appearance/themes/daylight/theme.css | 2 +- app/appearance/themes/midnight/theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/appearance/themes/daylight/theme.css b/app/appearance/themes/daylight/theme.css index 06a838a76..a4acd8e18 100644 --- a/app/appearance/themes/daylight/theme.css +++ b/app/appearance/themes/daylight/theme.css @@ -134,7 +134,7 @@ --b3-protyle-inline-em-color: #202124; --b3-protyle-inline-s-color: #202124; --b3-protyle-inline-link-color: #4285f4; - --b3-protyle-inline-mark-background: #ffe955; + --b3-protyle-inline-mark-background: rgb(252, 212, 126); --b3-protyle-inline-mark-color: #202124; --b3-protyle-inline-tag-color: #5f6368; --b3-protyle-inline-blockref-color: #660e7a; diff --git a/app/appearance/themes/midnight/theme.css b/app/appearance/themes/midnight/theme.css index 552e25a16..d9e2ad95f 100644 --- a/app/appearance/themes/midnight/theme.css +++ b/app/appearance/themes/midnight/theme.css @@ -134,7 +134,7 @@ --b3-protyle-inline-em-color: #e8eaed; --b3-protyle-inline-s-color: #e8eaed; --b3-protyle-inline-link-color: #8ab4f8; - --b3-protyle-inline-mark-background: #32593c; + --b3-protyle-inline-mark-background: rgb(50, 89, 61); --b3-protyle-inline-mark-color: #e8eaed; --b3-protyle-inline-tag-color: #9aa0a6; --b3-protyle-inline-blockref-color: #9876aa;