add themes
This commit is contained in:
parent
47fac581ee
commit
a7dc41d91c
1336 changed files with 190048 additions and 0 deletions
16
.themes/Dracula-standard-buttons/gtk-3.0/widgets/assistant.css
Executable file
16
.themes/Dracula-standard-buttons/gtk-3.0/widgets/assistant.css
Executable file
|
@ -0,0 +1,16 @@
|
|||
/*************
|
||||
* assistant *
|
||||
*************/
|
||||
GtkAssistant .sidebar .highlight {
|
||||
font: bold;
|
||||
}
|
||||
|
||||
GtkAssistant .sidebar {
|
||||
padding: 4px;
|
||||
border-width: 0 1px 0 0;
|
||||
border-style: solid;
|
||||
border-right-color: shade(@theme_bg_color, 0.8);
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue