Gijs Groote

Results 3 comments of Gijs Groote

I found an example that solved the misunderstanding of what an 'Color Object' was: ``` net.add_node(1, borderWidth= 1, borderWidthSelected= 2, color= { 'border': '#2B7CE9', # some colors 'background': '#97C2FC', 'highlight':...

Use the space bar to select a distro.

Look at the [Palette class](https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/palette.py) and create your own subclass. Do take some inspiration from [light palette](https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/light/palette.py) or [dark palette](https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/dark/palette.py). You might also need the [color system](https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/colorsystem.py). Then use the...