theme: fallback theme should be dark
this default was deeply cursed
This commit is contained in:
@@ -13,7 +13,7 @@ const THEME_FILE: &str = "theme.txt";
|
|||||||
impl ThemeHandler {
|
impl ThemeHandler {
|
||||||
pub fn new(path: &DataPath) -> Self {
|
pub fn new(path: &DataPath) -> Self {
|
||||||
let directory = Directory::new(path.path(DataPathType::Setting));
|
let directory = Directory::new(path.path(DataPathType::Setting));
|
||||||
let fallback_theme = ThemePreference::Light;
|
let fallback_theme = ThemePreference::Dark;
|
||||||
Self {
|
Self {
|
||||||
directory,
|
directory,
|
||||||
fallback_theme,
|
fallback_theme,
|
||||||
|
|||||||
Reference in New Issue
Block a user