From d1bc894adf31b52cbf2e06ba1cc1fdcac68e950a Mon Sep 17 00:00:00 2001 From: Trillium S Date: Thu, 6 Jun 2024 17:15:21 -0700 Subject: [PATCH] feat: Add dark_mode option in settings (#1453) Just learned that dark_mode exists, would like to have an easier settings option for users. --- settings.talon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.talon b/settings.talon index 0bb315066e..45b6b10c07 100644 --- a/settings.talon +++ b/settings.talon @@ -2,6 +2,9 @@ settings(): # Adjust the scale of the imgui imgui.scale = 1.3 + # Uncomment to enable dark mode for talon help menus + # imgui.dark_mode = true + # If `true`, automatically show the picker GUI when the file manager has focus user.file_manager_auto_show_pickers = false