From b788307fec5eecf123c6c227ed91ee89bd84aa71 Mon Sep 17 00:00:00 2001 From: Aniket Teredesai <50461557+icy-comet@users.noreply.github.com> Date: Tue, 4 Apr 2023 00:50:09 +0530 Subject: update fg color to match latest primer style (#2401) --- pygments/styles/gh_dark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments') diff --git a/pygments/styles/gh_dark.py b/pygments/styles/gh_dark.py index fe2f67a4..441a1f4f 100644 --- a/pygments/styles/gh_dark.py +++ b/pygments/styles/gh_dark.py @@ -31,7 +31,7 @@ PURPLE_2 = "#d2a8ff" GRAY_3 = "#8b949e" GRAY_4 = "#6e7681" FG_SUBTLE = "#6e7681" -FG_DEFAULT = "#c9d1d9" +FG_DEFAULT = "#e6edf3" BG_DEFAULT = "#0d1117" DANGER_FG = "#f85149" -- cgit v1.2.1