mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
Merge branch 'master' of github.com:ksyasuda/aniwrapper
This commit is contained in:
commit
d5393598d5
@ -48,7 +48,6 @@ element {
|
||||
padding: 4px 0px 4px 7px;
|
||||
spacing: 5px;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
margin: 1px 0px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -94,19 +93,17 @@ element-text {
|
||||
background-color: rgba(0, 0, 0, 0%);
|
||||
text-color: inherit;
|
||||
highlight: inherit;
|
||||
cursor: inherit;
|
||||
}
|
||||
element-icon {
|
||||
background-color: rgba(0, 0, 0, 0%);
|
||||
size: 1.0000em;
|
||||
text-color: inherit;
|
||||
cursor: inherit;
|
||||
}
|
||||
window {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-color: var(background);
|
||||
width: 75%;
|
||||
width: 80%;
|
||||
border-radius: 12px;
|
||||
anchor: center;
|
||||
location: center;
|
||||
@ -141,7 +138,6 @@ scrollbar {
|
||||
button {
|
||||
spacing: 0;
|
||||
text-color: var(normal-foreground);
|
||||
cursor: pointer;
|
||||
}
|
||||
button selected {
|
||||
background-color: var(selected-normal-background);
|
||||
@ -150,7 +146,6 @@ button selected {
|
||||
|
||||
entry {
|
||||
spacing: 0;
|
||||
cursor: text;
|
||||
text-color: var(normal-foreground);
|
||||
background-color: var(black);
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
drac-red: #ff5555;
|
||||
drac-yel: #f1fa8c;
|
||||
|
||||
font: "Jetbrains Mono 14";
|
||||
font: "Open Sans 12";
|
||||
|
||||
foreground: @drac-fgd;
|
||||
background: @drac-bgd;
|
||||
@ -29,10 +29,12 @@
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 3;
|
||||
border-radius: 6;
|
||||
border-color: @bordercolor;
|
||||
padding: 5;
|
||||
width: 75%;
|
||||
padding: 12px;
|
||||
border-radius: 12px;
|
||||
width: 80%;
|
||||
anchor: center;
|
||||
location: center;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
@ -42,19 +44,21 @@
|
||||
border: 1px dash 0px 0px ;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
border: 0;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
border: 0;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border-color: @bordercolor;
|
||||
spacing: 2px;
|
||||
scrollbar: false;
|
||||
padding: 2px 0px 0px ;
|
||||
columns: 2;
|
||||
lines: 15;
|
||||
border: 0;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
@ -75,14 +79,17 @@
|
||||
#element.selected.normal {
|
||||
background-color: @selected-background;
|
||||
text-color: @foreground;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#element.selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @foreground;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#element.selected.active {
|
||||
background-color: @active-background;
|
||||
text-color: @foreground;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#element.alternate.normal {
|
||||
background-color: @background;
|
||||
|
@ -21,7 +21,7 @@
|
||||
active: #005F87;
|
||||
transparent: #000000aa;
|
||||
spacing: 0em;
|
||||
font: "Iosevka Term Regular 14";
|
||||
font: "Open Sans 12";
|
||||
padding: 0px;
|
||||
background-color: @grey;
|
||||
line-style: "none";
|
||||
@ -37,10 +37,14 @@ prompt {
|
||||
}
|
||||
|
||||
window {
|
||||
border-radius: 10px;
|
||||
background-color: @transparent;
|
||||
border: 2;
|
||||
padding: 12px;
|
||||
color: @grey;
|
||||
border-radius: 12px;
|
||||
anchor: center;
|
||||
location: center;
|
||||
width: 80%;
|
||||
}
|
||||
mainbox {
|
||||
padding: 0px;
|
||||
@ -64,6 +68,8 @@ listview {
|
||||
reverse: false;
|
||||
color: #000000;
|
||||
spacing: 0.3em;
|
||||
columns: 2;
|
||||
lines: 12;
|
||||
}
|
||||
scrollbar {
|
||||
color: @black;
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
configuration {
|
||||
sidebar-mode: false;
|
||||
font: "Open Sans 11";
|
||||
font: "Open Sans 12";
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -25,27 +25,26 @@
|
||||
base0E: #C792EA;
|
||||
base0F: #FF5370;
|
||||
|
||||
/*base0D: #00BCD4;*/
|
||||
|
||||
spacing: 0;
|
||||
background-color: transparent;
|
||||
|
||||
font: "Roboto Mono 13";
|
||||
font: "Open Sans 12";
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
/*fullscreen: true;*/
|
||||
background-color: #263238CC; /*base00 + CC (80% opacity)*/
|
||||
width: 75%;
|
||||
width: 80%;
|
||||
border-radius: 12px;
|
||||
anchor: center;
|
||||
location: center;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [inputbar, message, mode-switcher, listview];
|
||||
spacing: 30px;
|
||||
/*margin: 20%;*/
|
||||
padding: 30px 0;
|
||||
border: 1px;
|
||||
border: 0;
|
||||
border-color: @base0D;
|
||||
}
|
||||
|
||||
@ -74,14 +73,15 @@ case-indicator {
|
||||
}
|
||||
|
||||
mode-switcher, message {
|
||||
border: 1px 0;
|
||||
border-color: @base0D;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
button, textbox {
|
||||
background-color: @base03;
|
||||
text-color: @base07;
|
||||
padding: 5px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
button selected {
|
||||
@ -91,6 +91,9 @@ button selected {
|
||||
listview {
|
||||
scrollbar: true;
|
||||
margin: 0 10px 0 30px;
|
||||
lines: 12;
|
||||
columns: 2;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
@ -105,6 +108,7 @@ scrollbar {
|
||||
element {
|
||||
padding: 5px;
|
||||
highlight: bold underline;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
element normal {
|
||||
@ -130,7 +134,7 @@ element.normal {
|
||||
}
|
||||
|
||||
element.selected {
|
||||
background-color: @base03;
|
||||
background-color: @base04;
|
||||
border: 3px;
|
||||
border-color: @base0E;
|
||||
border-radius: 3px;
|
||||
@ -145,4 +149,3 @@ element normal active, element selected active, element alternate active {
|
||||
/* background-color: @base04; */
|
||||
background-color: @base0D;
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,6 @@ element {
|
||||
padding: 4px 0px 4px 7px;
|
||||
spacing: 5px;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
margin: 1px 0px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -92,20 +91,20 @@ element-text {
|
||||
background-color: rgba(0, 0, 0, 0%);
|
||||
text-color: inherit;
|
||||
highlight: inherit;
|
||||
cursor: inherit;
|
||||
}
|
||||
element-icon {
|
||||
background-color: rgba(0, 0, 0, 0%);
|
||||
size: 1.0000em;
|
||||
text-color: inherit;
|
||||
cursor: inherit;
|
||||
}
|
||||
window {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-color: var(background);
|
||||
width: 60%;
|
||||
width: 80%;
|
||||
border-radius: 12px;
|
||||
anchor: center;
|
||||
location: center;
|
||||
}
|
||||
mainbox {
|
||||
padding: 0;
|
||||
@ -113,9 +112,11 @@ mainbox {
|
||||
}
|
||||
message {
|
||||
margin: 0px 7px;
|
||||
border: 0;
|
||||
}
|
||||
textbox {
|
||||
text-color: var(foreground);
|
||||
border: 0;
|
||||
}
|
||||
listview {
|
||||
margin: 0px 0px 5px;
|
||||
@ -123,6 +124,7 @@ listview {
|
||||
spacing: 2px;
|
||||
fixed-height: 0;
|
||||
columns: 2;
|
||||
border: 0;
|
||||
}
|
||||
scrollbar {
|
||||
padding: 0;
|
||||
@ -133,7 +135,6 @@ scrollbar {
|
||||
button {
|
||||
spacing: 0;
|
||||
text-color: var(normal-foreground);
|
||||
cursor: pointer;
|
||||
}
|
||||
button selected {
|
||||
background-color: var(selected-normal-background);
|
||||
@ -142,7 +143,6 @@ button selected {
|
||||
|
||||
entry {
|
||||
spacing: 0;
|
||||
cursor: text;
|
||||
text-color: var(normal-foreground);
|
||||
background-color: var(nord3);
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
spacing: 0;
|
||||
background-color: transparent;
|
||||
|
||||
font: "Knack Nerd Font 14";
|
||||
font: "Open Sans 12";
|
||||
text-color: @text;
|
||||
}
|
||||
|
||||
@ -35,11 +35,14 @@ window {
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
background-color: #282c34dd;
|
||||
width: 75%;
|
||||
width: 80%;
|
||||
border-radius: 12px;
|
||||
anchor: center;
|
||||
location: center;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
padding: 5%;
|
||||
padding: 4%;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
|
@ -1,5 +1,5 @@
|
||||
configuration {
|
||||
font: "Open Sans 11";
|
||||
font: "Open Sans 12";
|
||||
display-drun: "Dmenu";
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
@ -10,7 +10,6 @@ configuration {
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 255, 147, 5, 100 % );
|
||||
selected-normal-foreground: rgba ( 255, 147, 5, 100 % );
|
||||
/* foreground: rgba ( 196, 203, 212, 100 % ); */
|
||||
foreground: #ecbe7b;
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 45, 48, 59, 1 % );
|
||||
@ -47,12 +46,12 @@ configuration {
|
||||
window {
|
||||
background-color: @background;
|
||||
border: 5px;
|
||||
border-radius: 7px;
|
||||
border-color: #2C4762;
|
||||
anchor: center;
|
||||
location: center;
|
||||
padding: 25;
|
||||
width: 80%;
|
||||
border-radius: 12px;
|
||||
anchor: center;
|
||||
location: center;
|
||||
}
|
||||
listview {
|
||||
lines: 12;
|
||||
|
Loading…
Reference in New Issue
Block a user