Start Google search in your browser
--- layout: page title: Theme Creator permalink: /docs/extensions/widgetboxmodel/themecreator/ ---
Welcome to the Albert theme creator! Here you can create your own theme customizing the options below.
Start Google search in your browser
Youtube
Start Youtube search in your browser
Amazon
Start Amazon search in your browser
Github
Start Github search in your browser
/* * This theme was made using Albert theme creator ({{site.url}}/docs/theming/themecreator/). * * Check http://doc.qt.io/qt-5/stylesheet-syntax.html especially the subtopics: * The Style Sheet Syntax (http://doc.qt.io/qt-5/stylesheet-syntax.html) * Qt Style Sheets Reference (http://doc.qt.io/qt-5/stylesheet-reference.html) */ * { border: none; color : #; background-color: #; } #frame { padding: 6px; border-radius: 12px; background-color: #; border: px solid #; min-width: 640px; max-width: 640px; } #inputLine { padding: 2px; border-radius: 2px; font-size: px; selection-color: #; selection-background-color: #; background-color: #; color: # } #settingsButton { color: #; background-color: #; padding: 4px; margin: 6px 6px 0px 0px; border-top-right-radius: 6px; border-bottom-left-radius: 10px; min-width:13px; min-height:13px; max-width:13px; max-height:13px; } /********** ListViews **********/ QListView QScrollBar:vertical { width: px; background: transparent; } QListView QScrollBar::handle:vertical { background: #; min-height: 24px; } QListView QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical, QListView QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical, QListView QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { border: 0px; width: 0px; height: 0px; background: transparent; } /********** actionList **********/ QListView#actionList { font-size: px; } QListView#actionList::item{ height: px; } QListView#actionList::item::selected{ background: qlineargradient(x1:0, x2:1, stop:0.0 #40, stop:0.5 #20, stop:1.0 #40 ); } /********** resultsList **********/ QListView#resultsList { icon-size: px; font-size: px; color: #; } QListView#resultsList::item{ height: px; } QListView#resultsList::item::selected{ background: qlineargradient(x1:0, x2:1, stop:0.0 #40, stop:0.5 #20, stop:1.0 #40 ); }