2022-05-23 12:43:09 +01:00
|
|
|
/*******************************************************************************
|
|
|
|
* ROUNDED THEME FOR ROFI
|
|
|
|
* User : LR-Tech
|
|
|
|
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
|
|
|
*******************************************************************************/
|
|
|
|
|
|
|
|
* {
|
2022-06-03 23:32:56 +01:00
|
|
|
font: "Inter Medium 11";
|
2022-05-23 12:43:09 +01:00
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
text-color: @fg0;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
spacing: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
window {
|
|
|
|
location: center;
|
|
|
|
width: 600;
|
|
|
|
y-offset: -100;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: @bg0;
|
|
|
|
}
|
|
|
|
|
|
|
|
mainbox {
|
|
|
|
padding: 15px;
|
|
|
|
border-color: @bg3;
|
|
|
|
border: 0px;
|
2022-06-04 20:31:03 +01:00
|
|
|
border-radius: 6px;
|
2022-05-23 12:43:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
inputbar {
|
|
|
|
background-color: @bg1;
|
|
|
|
border-color: @bg3;
|
|
|
|
border: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 8px 16px;
|
|
|
|
spacing: 8px;
|
|
|
|
children: [ prompt, entry ];
|
|
|
|
}
|
|
|
|
|
|
|
|
prompt {
|
|
|
|
text-color: @fg2;
|
|
|
|
}
|
|
|
|
|
|
|
|
entry {
|
|
|
|
placeholder: "";
|
|
|
|
placeholder-color: @fg3;
|
|
|
|
}
|
|
|
|
|
|
|
|
message {
|
|
|
|
margin: 12px 0 0;
|
|
|
|
border-radius: 16px;
|
|
|
|
border-color: @bg2;
|
|
|
|
background-color: @bg2;
|
|
|
|
}
|
|
|
|
|
|
|
|
textbox {
|
|
|
|
padding: 8px 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
listview {
|
|
|
|
background-color: transparent;
|
|
|
|
margin: 12px 0 0;
|
|
|
|
lines: 8;
|
|
|
|
columns: 1;
|
|
|
|
fixed-height: false;
|
|
|
|
}
|
|
|
|
|
|
|
|
element {
|
|
|
|
padding: 8px 16px;
|
|
|
|
spacing: 8px;
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
element normal active {
|
|
|
|
text-color: @bg3;
|
|
|
|
}
|
|
|
|
|
|
|
|
element selected normal, element selected active {
|
|
|
|
background-color: @bg1;
|
|
|
|
text-color: @bg3;
|
|
|
|
}
|
|
|
|
|
|
|
|
element-icon {
|
|
|
|
size: 1em;
|
|
|
|
vertical-align: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
element-text {
|
|
|
|
text-color: inherit;
|
|
|
|
}
|