Skip to content

Commit 5eeedcf

Browse files
committed
style: change the panel.indent_guide color to increase contrast
1 parent 7cee28a commit 5eeedcf

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
@@ -71,7 +71,7 @@ function getTheme({ style, name }: { style: Style, name: string }): Record<strin
7171
"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] }),
74-
"panel.indent_guide": pick({ light: "#eff2f6", dark: primer.gray[1] }),
74+
"panel.indent_guide": pick({ light: primer.gray[2], dark: primer.gray[1] }),
7575
"panel.indent_guide_hover": pick({ light: "#d7dbe0", dark: primer.gray[2] }),
7676
"panel.indent_guide_active": pick({ light: "#d7dbe0", dark: primer.gray[2] }),
7777
"pane.focused_border": pick({ light: primer.blue[4], dark: primer.blue[5] }),

themes/github-classic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"search.match_background": "#ffdf5d",
5555
"panel.background": "#f6f8fa",
5656
"panel.focused_border": "#2188ff",
57-
"panel.indent_guide": "#eff2f6",
57+
"panel.indent_guide": "#e1e4e8",
5858
"panel.indent_guide_hover": "#d7dbe0",
5959
"panel.indent_guide_active": "#d7dbe0",
6060
"pane.focused_border": "#2188ff",

0 commit comments

Comments
 (0)