1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/rare/resources/colors/Dusk.scheme
Stelios Tsampas e8dadb6b00 Update the RareStyle to handle radiobutton, disabled widgets, etc.
* Add RareStyle qrc with the icons needed for comboboxes and spinboxes
* Add images as svg
* Refactor `styles` to `resources` since it contains more things now.
* Add stylesheet folders, each folder must contain a `stylesheet.qss` file.
* Don't use QResources, instead add an identifier in the qss url() which can
  replaced later with the full path.
* Update RareStyle with SVG images for better quality.
2021-06-24 20:08:04 +03:00

27 lines
678 B
Plaintext

[ColorScheme]
Active\AlternateBase=#ff7f7f7f
Active\Base=#ff7f7f7f
Active\BrightText=#ffffffff
Active\Button=#ff7f7f7f
Active\ButtonText=#ff000000
Active\Dark=#ff7f7f7f
Active\Highlight=#ff308cc6
Active\HighlightedText=#ffffffff
Active\Light=#ffffffff
Active\Link=#ff0000ff
Active\LinkVisited=#ffff00ff
Active\Mid=#ffb8b5b2
Active\Midlight=#ffcbc7c4
Active\PlaceholderText=#80000000
Active\Shadow=#ff707070
Active\Text=#ff000000
Active\ToolTipBase=#ff7f7f7f
Active\ToolTipText=#ff000000
Active\Window=#ff7f7f7f
Active\WindowText=#ff000000
Disabled\ButtonText=#ffbebebe
Disabled\Highlight=#ff7f7f7f
Disabled\Shadow=#ffb1aeab
Disabled\Text=#ffbebebe
Disabled\WindowText=#ffbebebe