Restructured settings, updated css themeing
This commit is contained in:
@@ -1,21 +1,35 @@
|
||||
/* Set fm to have transparent window */
|
||||
|
||||
|
||||
box,
|
||||
iconview,
|
||||
notebook,
|
||||
paned,
|
||||
stack,
|
||||
scrolledwindow,
|
||||
treeview.view,
|
||||
.content-view,
|
||||
.view {
|
||||
background: rgba(19, 21, 25, 0.14);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
/* * {
|
||||
background: rgba(0, 0, 0, 0.14);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
} */
|
||||
|
||||
* selection {
|
||||
/* * selection {
|
||||
background-color: rgba(116, 0, 0, 0.65);
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
.view:selected,
|
||||
.view:selected:hover {
|
||||
box-shadow: inset 0 0 0 9999px rgba(15, 134, 13, 0.49);
|
||||
box-shadow: inset 0 0 0 9999px rgba(21, 158, 167, 0.57);
|
||||
color: rgba(255, 255, 255, 0.5);;
|
||||
} */
|
||||
}
|
||||
|
||||
|
||||
/* Rubberband coloring */
|
||||
|
||||
Reference in New Issue
Block a user