aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.rs')
-rw-r--r--src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 3c2d008..5a6d303 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -242,7 +242,7 @@ fn build_upload_action(
const THEME_PICKER_CHOICES: &[(&str, &str)] = &[
("Default (light/dark)", "default"),
("Squirrel (light)", "squirrel"),
- ("Archlinux (dark)", "archlinux"),
+ ("Arch Linux (dark)", "archlinux"),
("Zenburn (dark)", "zenburn"),
("Monokai (dark)", "monokai"),
];