Skip to content

Commit 7ae814b

Browse files
committed
style: update panel.background and pane.focused_borde colors
1 parent 9e27107 commit 7ae814b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ function getTheme({ style, name }: { style: Style, name: string }): Record<strin
7070
"tab.active_background": pick({ light: primer.white, dark: primer.gray[0] }),
7171
"search.match_background": pick({ light: primer.yellow[4], dark: "#ffd33d44" }),
7272
"panel.background": pick({ light: primer.gray[1], dark: "#1f2428" }),
73-
"panel.focused_border": pick({ light: primer.gray[2], dark: primer.white }),
73+
"panel.focused_border": pick({ light: primer.blue[4], dark: primer.blue[5] }),
7474
"panel.indent_guide": pick({ light: "#eff2f6", 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] }),
77-
"pane.focused_border": pick({ light: primer.gray[2], dark: primer.white }),
77+
"pane.focused_border": pick({ light: primer.blue[4], dark: primer.blue[5] }),
7878
"pane_group.border": pick({ light: primer.gray[2], dark: primer.white }),
7979
"scrollbar.thumb.background": pick({ light: "#959da533", dark: "#6a737d33" }),
8080
"scrollbar.thumb.hover_background": pick({ light: "#959da544", dark: "#6a737d44" }),

themes/github-classic.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"tab.active_background": "#fff",
5454
"search.match_background": "#ffdf5d",
5555
"panel.background": "#f6f8fa",
56-
"panel.focused_border": "#e1e4e8",
56+
"panel.focused_border": "#2188ff",
5757
"panel.indent_guide": "#eff2f6",
5858
"panel.indent_guide_hover": "#d7dbe0",
5959
"panel.indent_guide_active": "#d7dbe0",
60-
"pane.focused_border": "#e1e4e8",
60+
"pane.focused_border": "#2188ff",
6161
"pane_group.border": "#e1e4e8",
6262
"scrollbar.thumb.background": "#959da533",
6363
"scrollbar.thumb.hover_background": "#959da544",
@@ -854,11 +854,11 @@
854854
"tab.active_background": "#24292e",
855855
"search.match_background": "#ffd33d44",
856856
"panel.background": "#1f2428",
857-
"panel.focused_border": "#1b1f23",
857+
"panel.focused_border": "#2188ff",
858858
"panel.indent_guide": "#2f363d",
859859
"panel.indent_guide_hover": "#444d56",
860860
"panel.indent_guide_active": "#444d56",
861-
"pane.focused_border": "#1b1f23",
861+
"pane.focused_border": "#2188ff",
862862
"pane_group.border": "#1b1f23",
863863
"scrollbar.thumb.background": "#6a737d33",
864864
"scrollbar.thumb.hover_background": "#6a737d44",

0 commit comments

Comments
 (0)