summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAniket Teredesai <50461557+icy-comet@users.noreply.github.com>2023-04-04 00:50:09 +0530
committerGitHub <noreply@github.com>2023-04-03 21:20:09 +0200
commitb788307fec5eecf123c6c227ed91ee89bd84aa71 (patch)
treeb361641ffe5eb507dee36c56d8e93774e40b5ba2
parent12336edb4779148aaeca7740e63e39269ddc3021 (diff)
downloadpygments-git-b788307fec5eecf123c6c227ed91ee89bd84aa71.tar.gz
update fg color to match latest primer style (#2401)
-rw-r--r--pygments/styles/gh_dark.py2
1 files changed, 1 insertions, 1 deletions
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"