We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34dfa4 commit ac90013Copy full SHA for ac90013
src/settings/defaults.ts
@@ -30,7 +30,7 @@ export const SettingsDefaults: GistrSettings =
30
gh_clr_bg_light: "#E5E5E5",
31
gh_clr_bg_dark: "#121315",
32
gh_clr_sb_light: "#BA4956",
33
- gh_clr_sb_dark: "#BA496A",
+ gh_clr_sb_dark: "#4960BA",
34
gh_clr_tx_light: "#2A2626",
35
gh_clr_tx_dark: "#CAD3F5",
36
gh_opacity: 1,
src/settings/settings.ts
@@ -38,7 +38,7 @@ export interface GistrSettings
38
gh_clr_bg_light: string | "E5E5E5"
39
gh_clr_bg_dark: string | "121315"
40
gh_clr_sb_light: string | "3D85C4"
41
- gh_clr_sb_dark: string | "BA496A"
+ gh_clr_sb_dark: string | "4960BA"
42
gh_clr_tx_light: string | "2A2626"
43
gh_clr_tx_dark: string | "CAD3F5"
44
gh_opacity: number | 1
0 commit comments