Skip to content

Commit

Permalink
Force dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cohaereo committed Jan 22, 2024
1 parent 3865594 commit 1d732e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ fn main() -> eframe::Result<()> {
b.with_title(format!("Quicktag - {}", package_manager().version.name()))
})),
persist_window: true,
follow_system_theme: false,
default_theme: eframe::Theme::Dark,
wgpu_options: WgpuConfiguration {
supported_backends: wgpu::Backends::PRIMARY,
device_descriptor: Arc::new(|_adapter| wgpu::DeviceDescriptor {
Expand Down

0 comments on commit 1d732e5

Please sign in to comment.