Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[Enhancement] explain LOOK_AND_FEEL_TABLE dictionary entry values in docs

Aperta
#6,486 5 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
48/100
Tipo di issue
Documentazione
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python
Ambito
documentation

Direzione di ricerca

Esamina le sezioni di Cookbook “Apportare modifiche ai temi & aggiungere i propri temi” e “Ricetta - Aggiungere il proprio tema di colore”, insieme alla documentazione esistente sui temi. Documenta i significati e i valori accettati delle voci di LOOK_AND_FEEL_TABLE, incluse le chiavi ACCENT, e aggiorna gli esempi in modo che riflettano le voci disponibili.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

documentation enhancement Question

Type of Issue (Enhancement, Error, Bug, Question)

Enhancement


Environment

Operating System

Windows version ('7', '6.1.7601', 'SP1', 'Multiprocessor Free')

PySimpleGUI Port (tkinter, Qt, Wx, Web)

tkinter


Versions

Python version (sg.sys.version)

3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit (AMD64)]

PySimpleGUI Version (sg.__version__)

4.61.0.196

GUI Version (tkinter (sg.tclversion_detailed), PySide2, WxPython, Remi)

8.6.9


Your Experience In Months or Years (optional)

2 Years Python programming experience
2 Years Programming experience overall
No Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)


Troubleshooting

These items may solve your problem. Please check those you've done by changing - [ ] to - [X]

  • Searched main docs for your problem www.PySimpleGUI.org
  • Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! Demos.PySimpleGUI.org
  • If not tkinter - looked for Demo Programs for specific port
  • For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
  • Run your program outside of your debugger (from a command line)
  • Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
  • Upgraded to the latest official release of PySimpleGUI on PyPI
  • Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released

Detailed Description

The docs contain no explanation of the values you use to set your own themes, which should mimic the structure and keys of the other themes.
example:
"Material1": {
"BACKGROUND": "#E3F2FD",
"TEXT": "#000000",
"INPUT": "#86A8FF",
"TEXT_INPUT": "#000000",
"SCROLL": "#86A8FF",
"BUTTON": ("#FFFFFF", "#5079D3"),
"PROGRESS": DEFAULT_PROGRESS_BAR_COMPUTE,
"BORDER": 0,
"SLIDER_DEPTH": 0,
"PROGRESS_DEPTH": 0,
"ACCENT1": "#FF0266",
"ACCENT2": "#FF5C93",
"ACCENT3": "#C5003C",
}
Additionally, the examples shown in the Cookbook (Making Changes to Themes & Adding Your Own Themes; Recipe - Adding Your Own Color Theme) don't feature these "ACCENT" keys.

Code To Duplicate
# Paste your code here


Screenshot, Sketch, or Drawing

How did you find PySimpleGUI?

someone recommended me to this a few years ago

Lingua principale
Python
Stelle
13.8k
Fork
1.8k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di PySimpleGUI/PySimpleGUI

Tutte le issue di PySimpleGUI/PySimpleGUI

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.