Skip to content

Commit ac90013

Browse files
committed
change: update default scrollbar colors
1 parent b34dfa4 commit ac90013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/settings/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const SettingsDefaults: GistrSettings =
3030
gh_clr_bg_light: "#E5E5E5",
3131
gh_clr_bg_dark: "#121315",
3232
gh_clr_sb_light: "#BA4956",
33-
gh_clr_sb_dark: "#BA496A",
33+
gh_clr_sb_dark: "#4960BA",
3434
gh_clr_tx_light: "#2A2626",
3535
gh_clr_tx_dark: "#CAD3F5",
3636
gh_opacity: 1,

src/settings/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface GistrSettings
3838
gh_clr_bg_light: string | "E5E5E5"
3939
gh_clr_bg_dark: string | "121315"
4040
gh_clr_sb_light: string | "3D85C4"
41-
gh_clr_sb_dark: string | "BA496A"
41+
gh_clr_sb_dark: string | "4960BA"
4242
gh_clr_tx_light: string | "2A2626"
4343
gh_clr_tx_dark: string | "CAD3F5"
4444
gh_opacity: number | 1

0 commit comments

Comments
 (0)