Show off your theme! #1147
ManuelSchneid3r
started this conversation in
Show and tell
Replies: 4 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
NumixGruvboxRoundedI modified the Numix Rounded theme with some Gruvbox colors. Filename: NumixGruvboxRounded.qss/*
* author: Akos Keresztes <https://github.com/xsak/GruvBox-Albert-themes>
* based on: Leandro Heck <https://github.com/leoheck>
* based on Manuel Schneider's themes Numix and Yosemite Dark
*
* 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)
*/
* {
color : #BDAE93;
background-color: #32302F;
}
#frame {
width:640px;
padding: 12px;
border-radius: 5px;
background-color: #32302F;
/*border: 1px solid #3C3836;*/
/* Workaround for Qt to get fixed size button*/
min-width:640px;
max-width:640px;
}
#inputLine {
padding: 2px;
font: 36px "Source Sans Pro Bold";
selection-color: #BDAE93;
selection-background-color: #665C54;
border: none;
background-color: #32302F;
}
#settingsButton {
border: none;
border-radius: 7px;
color : #332828;
background-color: transparent;
/* Respect the frame border */
margin: 6px 6px 0px 0px;
border-top-right-radius: 6px;
border-bottom-left-radius: 10px;
/* Workaround for Qt to get fixed size button*/
min-width:14px;
min-height:14px;
max-width:14px;
max-height:14px;
}
#settingsButton:hover {
background-color: #32302F;
}
/********** ListViews ************/
QListView {
selection-color: #BDAE93;
}
QListView::item:selected {
border: none;
background: qlineargradient(x1:0, x2:1, stop:0.0 #3c3a3a, stop:0.5 #3c3a3a, stop:1.0 #3c3a3a );
}
QListView QScrollBar:vertical {
width: 5px;
background: transparent;
}
QListView QScrollBar::handle:vertical {
background: #32302F;
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: 20px;
}
QListView#actionList::item{
height:28px;
}
/********** resultsList **********/
QListView#resultsList {
icon-size: 36px;
font-size: 26px;
font: 20px "Source Sans Pro Bold";
background-color: transparent;
border: none;
}
QListView#resultsList::item{
height:48px;
padding: 4px;
border-bottom: 1px dotted #3C3836;
}
QListView#resultsList::item:selected{
border: none;
background: #504945;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Modified the Nord theme to give it a medium gray color scheme. NordGray.qss
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the place to brag with your custom theme. Please post a screenshot and the *qss. Lets vote on them and ship the best ones with Albert.
Beta Was this translation helpful? Give feedback.
All reactions