Coherence/user_config/usr/share/coherence/stylesheet.css

87 lines
1.7 KiB
CSS

/* 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);
}
notebook > header > tabs > tab:checked {
/* Neon Blue 00e8ff */
background-color: rgba(0, 232, 255, 0.2);
/* Dark Bergundy */
/* background-color: rgba(116, 0, 0, 0.25); */
color: rgba(255, 255, 255, 0.8);
}
#message_view {
font: 16px "Monospace";
}
.view:selected,
.view:selected:hover {
box-shadow: inset 0 0 0 9999px rgba(21, 158, 167, 0.34);
color: rgba(255, 255, 255, 0.5);
}
.alert-border {
border: 2px solid rgba(116, 0, 0, 0.64);
}
.search-border {
border: 2px solid rgba(136, 204, 39, 1);
}
.notebook-selected-focus {
/* Neon Blue 00e8ff border */
border: 2px solid rgba(0, 232, 255, 0.34);
/* Dark Bergundy */
/* border: 2px solid rgba(116, 0, 0, 0.64); */
}
.notebook-unselected-focus {
/* Neon Blue 00e8ff border */
/* border: 2px solid rgba(0, 232, 255, 0.25); */
/* Dark Bergundy */
/* border: 2px solid rgba(116, 0, 0, 0.64); */
/* Snow White */
border: 2px solid rgba(255, 255, 255, 0.24);
}
.sourceview > * {
background-color: rgba(0, 0, 0, 0.0);
}
.selection-widget {
background-color: rgba(45, 45, 45, 0.84);
color: rgba(0, 0, 0, 0.5);
}
.dynamic-header-widget {
margin-bottom: 5px;
}
.dynamic-widget {
border: 2px solid rgba(45, 45, 45, 0.84);
}
.label-widget:selected:hover {
background-color: rgba(0, 116, 0, 0.64);
}
.drag-area-title {
background-color: rgba(0, 0, 0, 0.0);
border-bottom: 2px solid rgba(255, 255, 255, 0.24);
}