Moved theming to a central location
This commit is contained in:
parent
1c6fec2a1f
commit
54ecbaea3c
13 changed files with 20 additions and 6 deletions
39
.config/theming/applications/anyrun/entry.scss
Normal file
39
.config/theming/applications/anyrun/entry.scss
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
@import "../../library/entry.scss";
|
||||
|
||||
* {
|
||||
color: $foreground;
|
||||
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
#window {
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
box#main {
|
||||
background-color: $background;
|
||||
box-shadow: $box-shadow;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
list {
|
||||
}
|
||||
|
||||
list#main {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
list#plugin {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
label#match-desc {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
label#plugin {
|
||||
font-size: 14px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue