svc-ttk


Namesvc-ttk JSON
Version 2.6.4 PyPI version JSON
download
home_pagehttps://github.com/initiateit/Sun-Valley-ttk-crimson-theme
SummaryA modified theme of Sun-Valley-ttk with crimson hinting
upload_time2025-01-26 02:52:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords svc-ttk crimson red tcl tcl/tk theme tile tk ttk tkinter modern fluent dark-theme sun-valley windows-11 winui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
              
# Sun Valley ttk Crimson theme  

![image](https://github.com/initiateit/Sun-Valley-ttk-crimson/blob/main/assets/hero_dark.png)

This is a modified theme of Sun-Valley-ttk introducing Crimson color hints. There are various modifications and some may be questionable, but I think it suits the theme visually.  

[rdbende](https://github.com/rdbende) must take all credit. All I did was click the mouse many times and rename some items.  

The theme has the main font declarations set to [IBM Plex Sans](https://fonts.google.com/specimen/IBM+Plex+Sans) instead of [SegoeUI-VF](https://docs.microsoft.com/en-us/windows/apps/design/downloads/#fonts) when not using Microsoft Windows.  

If you do not have either installed the default font from your OS will be used.  

## Crimson Dark
<img src="https://github.com/initiateit/Sun-Valley-ttk-crimson/blob/main/assets/dark.png" alt="Crimson Dark" style="width: 800px; height: auto;">

## Crimson Light
<img src="https://github.com/initiateit/Sun-Valley-ttk-crimson/blob/main/assets/light.png" alt="Crimson Light" style="width: 800px; height: auto;">




## Installation
The theme is easily installable as a Python package

```
pip install svc-ttk
```


## Usage [![Documentation](https://img.shields.io/badge/-documentation-%23c368c4)](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python)
> **Note:**
> This theme is the same as Sun Valley TTK for all intents and purposes. As such the documentation for said theme is still relevant.
> 
> The theme will only be applied to themeable (`tkinter.ttk`) widgets, and not to the regular Tkinter widgets, they only benefit from the color scheme.

For detailed documentation, visit the [wiki page](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python).
>
```python
import tkinter
from tkinter import ttk

import svc_ttk

root = tkinter.Tk()

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

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

root.mainloop()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/initiateit/Sun-Valley-ttk-crimson-theme",
    "name": "svc-ttk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "svc-ttk, crimson, red, tcl, tcl/tk, theme, tile, tk, ttk, tkinter, modern, fluent, dark-theme, sun-valley, windows-11, winui",
    "author": null,
    "author_email": "initiateit <jason@initiateit.com.au>, rdbende <rdbende@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/3b/9f/9add0bb2027b42ad01d260a3fa07ab709fab857f8054a1bd0de2c72cd719/svc_ttk-2.6.4.tar.gz",
    "platform": null,
    "description": "  \n# Sun Valley ttk Crimson theme  \n\n![image](https://github.com/initiateit/Sun-Valley-ttk-crimson/blob/main/assets/hero_dark.png)\n\nThis is a modified theme of Sun-Valley-ttk introducing Crimson color hints. There are various modifications and some may be questionable, but I think it suits the theme visually.  \n\n[rdbende](https://github.com/rdbende) must take all credit. All I did was click the mouse many times and rename some items.  \n\nThe theme has the main font declarations set to [IBM Plex Sans](https://fonts.google.com/specimen/IBM+Plex+Sans) instead of [SegoeUI-VF](https://docs.microsoft.com/en-us/windows/apps/design/downloads/#fonts) when not using Microsoft Windows.  \n\nIf you do not have either installed the default font from your OS will be used.  \n\n## Crimson Dark\n<img src=\"https://github.com/initiateit/Sun-Valley-ttk-crimson/blob/main/assets/dark.png\" alt=\"Crimson Dark\" style=\"width: 800px; height: auto;\">\n\n## Crimson Light\n<img src=\"https://github.com/initiateit/Sun-Valley-ttk-crimson/blob/main/assets/light.png\" alt=\"Crimson Light\" style=\"width: 800px; height: auto;\">\n\n\n\n\n## Installation\nThe theme is easily installable as a Python package\n\n```\npip install svc-ttk\n```\n\n\n## Usage [![Documentation](https://img.shields.io/badge/-documentation-%23c368c4)](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python)\n> **Note:**\n> This theme is the same as Sun Valley TTK for all intents and purposes. As such the documentation for said theme is still relevant.\n> \n> The theme will only be applied to themeable (`tkinter.ttk`) widgets, and not to the regular Tkinter widgets, they only benefit from the color scheme.\n\nFor detailed documentation, visit the [wiki page](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python).\n>\n```python\nimport tkinter\nfrom tkinter import ttk\n\nimport svc_ttk\n\nroot = tkinter.Tk()\n\nbutton = ttk.Button(root, text=\"Click me!\")\nbutton.pack()\n\n# This is where the magic happens\nsvc_ttk.set_theme(\"dark\")\n\nroot.mainloop()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A modified theme of Sun-Valley-ttk with crimson hinting",
    "version": "2.6.4",
    "project_urls": {
        "Documentation": "https://github.com/initiateit/Sun-Valley-ttk-crimson-theme",
        "Homepage": "https://github.com/initiateit/Sun-Valley-ttk-crimson-theme",
        "Tracker": "https://github.com/initiateit/Sun-Valley-ttk-crimson-theme/issues"
    },
    "split_keywords": [
        "svc-ttk",
        " crimson",
        " red",
        " tcl",
        " tcl/tk",
        " theme",
        " tile",
        " tk",
        " ttk",
        " tkinter",
        " modern",
        " fluent",
        " dark-theme",
        " sun-valley",
        " windows-11",
        " winui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd3d97ba6ca0dfd89f2ea8c62eecee9d6ef41adf642dbb6baa7743ec5cde9325",
                "md5": "4e51f02272de23c0fa8a950372c119fb",
                "sha256": "e19c86ed5bc281b76f5aae779b5f411a112e82355460b59dddb1daac69d3a16c"
            },
            "downloads": -1,
            "filename": "svc_ttk-2.6.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e51f02272de23c0fa8a950372c119fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 51977,
            "upload_time": "2025-01-26T02:52:04",
            "upload_time_iso_8601": "2025-01-26T02:52:04.375172Z",
            "url": "https://files.pythonhosted.org/packages/cd/3d/97ba6ca0dfd89f2ea8c62eecee9d6ef41adf642dbb6baa7743ec5cde9325/svc_ttk-2.6.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b9f9add0bb2027b42ad01d260a3fa07ab709fab857f8054a1bd0de2c72cd719",
                "md5": "608d5b05b1bb20261da94fecce40ed38",
                "sha256": "86c7e9a09170504389fc25bc79dc4128862357205c1b8f514b09f77d1c649b02"
            },
            "downloads": -1,
            "filename": "svc_ttk-2.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "608d5b05b1bb20261da94fecce40ed38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 52229,
            "upload_time": "2025-01-26T02:52:06",
            "upload_time_iso_8601": "2025-01-26T02:52:06.641559Z",
            "url": "https://files.pythonhosted.org/packages/3b/9f/9add0bb2027b42ad01d260a3fa07ab709fab857f8054a1bd0de2c72cd719/svc_ttk-2.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 02:52:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "initiateit",
    "github_project": "Sun-Valley-ttk-crimson-theme",
    "github_not_found": true,
    "lcname": "svc-ttk"
}
        
Elapsed time: 1.01465s