add themes
This commit is contained in:
parent
47fac581ee
commit
a7dc41d91c
1336 changed files with 190048 additions and 0 deletions
37
.themes/Dracula/gtk-3.0/widgets/app-notifications.css
Executable file
37
.themes/Dracula/gtk-3.0/widgets/app-notifications.css
Executable file
|
@ -0,0 +1,37 @@
|
|||
/*********************
|
||||
* app notifications *
|
||||
*********************/
|
||||
.app-notification {
|
||||
border-style: solid;
|
||||
border-color: shade(@header_bg_color, 0.9);
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
padding: 8px;
|
||||
background-color: alpha(@header_bg_color,0.95);
|
||||
background-image: none;
|
||||
color: @header_fg_color;
|
||||
}
|
||||
|
||||
.app-notification .button,
|
||||
.app-notification .button:hover {
|
||||
background-color: @cyan;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
.app-notification .button:active,
|
||||
.app-notification .button:hover:active {
|
||||
background-color: shade(@cyan,0.9);
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
.app-notification .button.flat {
|
||||
background-color: transparent;
|
||||
color: @header_fg_color;
|
||||
}
|
||||
|
||||
.app-notification .button.flat:hover,
|
||||
.app-notification .button.flat:hover:active {
|
||||
background-color: transparent;
|
||||
color: @red;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue