Skip to content

Commit 7cee28a

Browse files
committed
style: update search.match_background color.
1 parent 85387e8 commit 7cee28a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function getTheme({ style, name }: { style: Style, name: string }): Record<strin
6868
"tab_bar.background": pick({ light: primer.gray[1], dark: "#1f2428" }),
6969
"tab.inactive_background": pick({ light: primer.gray[1], dark: "#1f2428" }),
7070
"tab.active_background": pick({ light: primer.white, dark: primer.gray[0] }),
71-
"search.match_background": pick({ light: primer.yellow[4], dark: "#ffd33d44" }),
71+
"search.match_background": pick({ light: primer.yellow[4], dark: alpha(primer.yellow[4] as string, .1) }),
7272
"panel.background": pick({ light: primer.gray[1], dark: "#1f2428" }),
7373
"panel.focused_border": pick({ light: primer.blue[4], dark: primer.blue[5] }),
7474
"panel.indent_guide": pick({ light: "#eff2f6", dark: primer.gray[1] }),

themes/github-classic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@
852852
"tab_bar.background": "#1f2428",
853853
"tab.inactive_background": "#1f2428",
854854
"tab.active_background": "#24292e",
855-
"search.match_background": "#ffd33d44",
855+
"search.match_background": "#ffd33d1a",
856856
"panel.background": "#1f2428",
857857
"panel.focused_border": "#2188ff",
858858
"panel.indent_guide": "#2f363d",

0 commit comments

Comments
 (0)