https://github.com/thindil/tkbreeze
Tk version of Breeze and Breeze Dark themes
https://github.com/thindil/tkbreeze
breeze-dark breeze-theme tcl tk tkinter ttkthemes
Last synced: about 2 months ago
JSON representation
Tk version of Breeze and Breeze Dark themes
- Host: GitHub
- URL: https://github.com/thindil/tkbreeze
- Owner: thindil
- Created: 2020-02-01T05:57:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T05:47:12.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T02:32:40.466Z (about 1 year ago)
- Topics: breeze-dark, breeze-theme, tcl, tk, tkinter, ttkthemes
- Language: Tcl
- Size: 185 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## General information
These are Tk version of KDE Breeze and Breeze Dark themes.
* Breeze version was created by MaxPerl:
https://github.com/MaxPerl/ttk-Breeze
Changes:
* Names of directories
* Small bugfixes
* Changed font to the default Tk font
* Added possibility to move scrollbars with mouse wheel* Breeze Dark version which was created from the theme above by me
## Installation
### Linux
1. Of course, download one or both themes :)
2. If you want to use both, set your environment variable *TCLLIBPATH* to
directory where file *pkgIndex.tcl* **outside** both themes is. For example,
if you put both themes in */home/user/themes* directory, *TCLLIBPATH* must
be set on `/home/user/themes`.
3. If you want to use only one of themes: set your environment variable
*TCLLIBPATH* to theme directory. For example, if you want to use only Breeze
theme and you put it in */home/user/.themes/* directory, *TCLLIBPATH* must
be set on `/home/user/.themes/breeze`.
4. Edit (or create) your *.Xresources* file and add line:
* If you want to use Breeze theme: `*TkTheme:breeze`
* If you want to use Breeze dark theme: `*TkTheme:breeze-dark`
5. Reload your Xorg configuration with command: `xrdb -merge ~/.Xresources`
6. Profit :)----
That's all for now, as usual, probably I forgot about something important ;)
Bartek thindil Jasicki