Updated config and meli-adwaita-pink theme for rofi 1.7.1

master
Meliurwen 3 years ago
parent c7bf8ffe24
commit 85af067e12
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      rofi/.config/rofi/config.rasi
  2. 21
      rofi/.config/rofi/themes/meli-adwaita-pink.rasi

@ -1,6 +1,6 @@
configuration { configuration {
modi: "drun"; modi: "drun";
/*font: "Ubuntu Nerd Fonts 13";*/ /*font: "Ubuntu Nerd Fonts 13";*/
theme: "themes/meli-adwaita-pink";
} }
@theme "themes/meli-adwaita-pink"

@ -2,17 +2,10 @@
Title: Meli Adwaita Pink Title: Meli Adwaita Pink
Author: Meliurwen Author: Meliurwen
Docs: https://github.com/davatorium/rofi/blob/next/doc/rofi-theme.5.markdown Docs: https://github.com/davatorium/rofi/blob/next/doc/rofi-theme.5.markdown
Rofi version: 1.6.1 Rofi version: 1.7.1
Note: compatible also with rofi 1.5.4
*/ */
configuration {
display-drun: "";
show-icons: true;
}
* { * {
transparent: #00000000;
background: #282a36F0; background: #282a36F0;
foreground: #f8f8f2; foreground: #f8f8f2;
selected-color: #c5457b; selected-color: #c5457b;
@ -38,16 +31,18 @@ configuration {
} }
#mainbox { #mainbox {
background-color: @transparent; background-color: transparent;
children: [inputbar, message, listview]; children: [inputbar, message, listview];
} }
#inputbar { #inputbar {
background-color: inherit; background-color: inherit;
children: [prompt, entry]; children: [textbox-prompt-colon, entry];
} }
#prompt { #textbox-prompt-colon {
expand: false;
str: "";
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
padding: 0px 2px 0px 2px; padding: 0px 2px 0px 2px;
@ -92,10 +87,13 @@ configuration {
} }
#element-icon { #element-icon {
background-color: transparent;
size: 25px; size: 25px;
} }
#element-text { #element-text {
background-color: transparent;
text-color: @foreground;
} }
#element normal.normal { #element normal.normal {
@ -151,4 +149,3 @@ configuration {
background-color: inherit; background-color: inherit;
text-color: @foreground; text-color: @foreground;
} }

Loading…
Cancel
Save