mdoyleaz / vs-code-theme-minimal_green

5 stars 2 forks source link

Missing colors for some UI elements #3

Open aleclarson opened 1 year ago

aleclarson commented 1 year ago

Thanks for this beautiful theme. I noticed some missing colors as indicated by the electric blue elements below.

image
image
image
image
aleclarson commented 1 year ago

The Generate Color Theme From Current Settings command does wonders here.

"banner.iconForeground": "#3794ff",
"debugConsole.infoForeground": "#3794ff",
"editorInfo.foreground": "#3794ff",
"editorMarkerNavigationInfo.background": "#3794ff",
"editorOverviewRuler.infoForeground": "#3794ff",
"extensionIcon.verifiedForeground": "#3794ff",
"interactive.activeCodeBorder": "#3794ff",
"notificationLink.foreground": "#3794ff",
"notificationsInfoIcon.foreground": "#3794ff",
"peekView.border": "#3794ff",
"pickerGroup.foreground": "#3794ff",
"problemsInfoIcon.foreground": "#3794ff",
"textLink.activeForeground": "#3794ff",
"textLink.foreground": "#3794ff",
"welcomePage.progress.foreground": "#3794ff",

Those all use the same electric blue.

mdoyleaz commented 1 year ago

@aleclarson do you want to create a PR and I can merge it in?