49 lines
929 B
CSS
49 lines
929 B
CSS
* {
|
|
/* `otf-font-awesome` is required to be installed for icons */
|
|
font-family: UbuntuMono Nerd Font;
|
|
/*font-family: UbuntuMono Nerd Font, Noto Sans, Roboto, Helvetica, Arial, sans-serif; */
|
|
font-size: 16px;
|
|
background-color: #1F1F35; /* Background bar */
|
|
}
|
|
|
|
#custom-dwl_layout {
|
|
color: #BBBBBB;
|
|
background-color: #1F1F35; /* Background bar */
|
|
}
|
|
|
|
#custom-dwl_title {
|
|
color: #BBBBBB;
|
|
background-color: #664477;
|
|
}
|
|
|
|
#custom-dwl_tag {
|
|
color: #BBBBBB;
|
|
background-color: #1F1F35; /* Background bar */
|
|
}
|
|
|
|
#custom-dwl_tag.selected {
|
|
color: #BBBBBB;
|
|
background-color: #664477;
|
|
}
|
|
|
|
#custom-dwl_tag.urgent {
|
|
color: #1D1A1F;
|
|
background-color: #BBBBBB;
|
|
}
|
|
|
|
#custom-dwl_tag.active {
|
|
border-top: 1px solid #BBBBBB;
|
|
}
|
|
|
|
#tray {
|
|
/*background-color: #2980b9;*/
|
|
background-color: #1F1F35; /* Background bar */
|
|
}
|
|
|
|
#custom-statusbar {
|
|
color: #BBBBBB;
|
|
background-color: #1F1F35; /* Background bar */
|
|
}
|
|
|
|
|