Skip to content

Commit e0a78ee

Browse files
authored
Switch default color scheme to "System" (#8696)
We've ironed out most of the issues with the dark UI mode, so now it's time to change the default and have people automatically get the dark UI mode if their operating system demands it.
1 parent 51a146e commit e0a78ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/color-scheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { restartableTask, waitForEvent } from 'ember-concurrency';
66

77
import * as localStorage from '../utils/local-storage';
88

9-
const DEFAULT_SCHEME = 'light';
9+
const DEFAULT_SCHEME = 'system';
1010
const VALID_SCHEMES = new Set(['light', 'dark', 'system']);
1111
const LS_KEY = 'color-scheme';
1212

0 commit comments

Comments
 (0)