From b9d99d8f2f21a39f2f7b39f9e5d6d9275a24df1b Mon Sep 17 00:00:00 2001 From: Jitendra Verma Date: Thu, 15 May 2025 21:52:22 +0530 Subject: [PATCH] fixed some minor dark-theme errors --- theming/theme-dark.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theming/theme-dark.scss b/theming/theme-dark.scss index c3d885a91..a3fb0cd90 100644 --- a/theming/theme-dark.scss +++ b/theming/theme-dark.scss @@ -85,6 +85,9 @@ a, pre code { color: $links !important; } +pre { + color: $foreground !important; +} a:hover { color: $links-hover !important; } @@ -119,6 +122,9 @@ p { color: #6c757d !important; } +.ansi-bright-black-fg{ + color: $foreground !important; +} ::selection { color: $links-hover; background: $background-nav;