Fix diff line number contrast for built-in themes (#22464)

This commit is contained in:
Sebastian
2026-04-14 19:59:41 +02:00
committed by GitHub
parent 4626458175
commit a53fae1511
34 changed files with 61 additions and 71 deletions

View File

@@ -126,8 +126,8 @@
"light": "lightBgAlt"
},
"diffLineNumber": {
"dark": "#484f58",
"light": "#afb8c1"
"dark": "#95999e",
"light": "textMuted"
},
"diffAddedLineNumberBg": {
"dark": "#033a16",