Skip to content

Commit

Permalink
Tk GUI: yaru theme by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Apr 8, 2024
1 parent 8fc6a64 commit 743af08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui-tk/gui-tk.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
(torrents:source result)))))

(defun main (&optional search)
(with-nodgui ()
(with-nodgui (:theme "yaru")
(wm-title *tk* "Torrents GUI")

;; For resizing to do something: weight must be > 0
Expand Down

0 comments on commit 743af08

Please sign in to comment.