Skip to content

Commit

Permalink
feat: Add dark_mode option in settings (#1453)
Browse files Browse the repository at this point in the history
Just learned that dark_mode exists, would like to have an easier
settings option for users.
  • Loading branch information
trillium authored Jun 7, 2024
1 parent 6fcd300 commit d1bc894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.talon
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1bc894

Please sign in to comment.