Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Nov 26, 2022
2 parents f54671d + 30a7e74 commit e72f897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 rdbende
Copyright (c) 2021-2022 rdbende

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ pip install sv-ttk


### Usage
For detailed documentation, see the [wiki page](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/sv_ttk-docs)
For detailed documentation, see the [wiki page](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python)

```python
import tkinter
from tkinter import ttk

import sv_ttk

root = tk.Tk()
root = tkinter.Tk()

button = ttk.Button(root, text="Click me!")
button.pack()

# This where the magic happens
# This is where the magic happens
sv_ttk.set_theme("dark")

root.mainloop()
Expand Down

0 comments on commit e72f897

Please sign in to comment.