Skip to content

Commit

Permalink
Better subtitle appearance defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Apr 19, 2024
1 parent 3bb49c6 commit 3e512b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/settings/settings-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export const defaultSettings: AsbplayerSettings = {
subtitleThickness: 700,
subtitleOutlineThickness: 0,
subtitleOutlineColor: '#000000',
subtitleShadowThickness: 2,
subtitleShadowThickness: 3,
subtitleShadowColor: '#000000',
subtitleBackgroundColor: '#000000',
subtitleBackgroundOpacity: 0.5,
subtitleBackgroundOpacity: 0,
subtitleFontFamily: '',
subtitlePreview: 'アあ安Aa',
subtitlePositionOffset: 75,
Expand Down

0 comments on commit 3e512b0

Please sign in to comment.