moved rofi themes to their own directory
This commit is contained in:
parent
7af5ff5245
commit
127f75e902
3 changed files with 116 additions and 53 deletions
59
rofi.rasi
59
rofi.rasi
|
@ -1,55 +1,8 @@
|
||||||
* {
|
configuration {
|
||||||
background: #282C3385;
|
font: "FiraCode Nerd Font 14";
|
||||||
background-color: @background;
|
display-run: "";
|
||||||
border-color: #2E343FFF;
|
display-window: "";
|
||||||
text-color: #8cA0AAFF;
|
modi: "run,window";
|
||||||
spacing: 0;
|
|
||||||
width: 512px;
|
|
||||||
// Height: 3 items
|
|
||||||
height: 228px;
|
|
||||||
// Height: 4 items
|
|
||||||
//height: 284px;
|
|
||||||
}
|
|
||||||
|
|
||||||
inputbar {
|
|
||||||
border: 0 0 1px 0;
|
|
||||||
children: [prompt,entry];
|
|
||||||
}
|
|
||||||
|
|
||||||
prompt {
|
|
||||||
padding: 16px;
|
|
||||||
border: 0 1px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
textbox {
|
|
||||||
background-color: #2e343f25;
|
|
||||||
border: 0 0 1px 0;
|
|
||||||
border-color: #282C33;
|
|
||||||
padding: 8px 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
entry {
|
|
||||||
padding: 16px;
|
|
||||||
background-color: #00000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
listview {
|
|
||||||
cycle: false;
|
|
||||||
margin: 0 0 -1px 0;
|
|
||||||
scrollbar: false;
|
|
||||||
}
|
|
||||||
|
|
||||||
element {
|
|
||||||
border: 0 0 1px 0;
|
|
||||||
padding: 16px;
|
|
||||||
background-color: #00000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
element selected {
|
|
||||||
background-color: #2e343f82;
|
|
||||||
}
|
|
||||||
|
|
||||||
element-text {
|
|
||||||
background-color: #00000000;
|
|
||||||
}
|
}
|
||||||
|
@theme "/home/val/.config/rofi/themes/slate-black.rasi"
|
||||||
|
|
||||||
|
|
55
rofi/slate-black.rasi
Normal file
55
rofi/slate-black.rasi
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
* {
|
||||||
|
background: #0004;
|
||||||
|
background-color: @background;
|
||||||
|
border-color: #5558;
|
||||||
|
text-color: #FFFF;
|
||||||
|
spacing: 0;
|
||||||
|
width: 512px;
|
||||||
|
// Height: 3 items
|
||||||
|
height: 228px;
|
||||||
|
// Height: 4 items
|
||||||
|
//height: 284px;
|
||||||
|
}
|
||||||
|
|
||||||
|
inputbar {
|
||||||
|
border: 0 0 1px 0;
|
||||||
|
children: [prompt,entry];
|
||||||
|
}
|
||||||
|
|
||||||
|
prompt {
|
||||||
|
padding: 16px;
|
||||||
|
border: 0 1px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
textbox {
|
||||||
|
background-color: #2e343f25;
|
||||||
|
border: 0 0 1px 0;
|
||||||
|
border-color: #282C33;
|
||||||
|
padding: 8px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
entry {
|
||||||
|
padding: 16px;
|
||||||
|
background-color: #0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
listview {
|
||||||
|
cycle: false;
|
||||||
|
margin: 0 0 -1px 0;
|
||||||
|
scrollbar: false;
|
||||||
|
}
|
||||||
|
|
||||||
|
element {
|
||||||
|
border: 0 0 1px 0;
|
||||||
|
padding: 16px;
|
||||||
|
background-color: #0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
element selected {
|
||||||
|
background-color: #AAA2;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-text {
|
||||||
|
background-color: #0000;
|
||||||
|
}
|
||||||
|
|
55
rofi/slate.rasi
Normal file
55
rofi/slate.rasi
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
* {
|
||||||
|
background: #282C3385;
|
||||||
|
background-color: @background;
|
||||||
|
border-color: #2E343FFF;
|
||||||
|
text-color: #8cA0AAFF;
|
||||||
|
spacing: 0;
|
||||||
|
width: 512px;
|
||||||
|
// Height: 3 items
|
||||||
|
height: 228px;
|
||||||
|
// Height: 4 items
|
||||||
|
//height: 284px;
|
||||||
|
}
|
||||||
|
|
||||||
|
inputbar {
|
||||||
|
border: 0 0 1px 0;
|
||||||
|
children: [prompt,entry];
|
||||||
|
}
|
||||||
|
|
||||||
|
prompt {
|
||||||
|
padding: 16px;
|
||||||
|
border: 0 1px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
textbox {
|
||||||
|
background-color: #2e343f25;
|
||||||
|
border: 0 0 1px 0;
|
||||||
|
border-color: #282C33;
|
||||||
|
padding: 8px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
entry {
|
||||||
|
padding: 16px;
|
||||||
|
background-color: #00000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
listview {
|
||||||
|
cycle: false;
|
||||||
|
margin: 0 0 -1px 0;
|
||||||
|
scrollbar: false;
|
||||||
|
}
|
||||||
|
|
||||||
|
element {
|
||||||
|
border: 0 0 1px 0;
|
||||||
|
padding: 16px;
|
||||||
|
background-color: #00000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
element selected {
|
||||||
|
background-color: #2e343f82;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-text {
|
||||||
|
background-color: #00000000;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue