add beeper theme
This commit is contained in:
parent
60355c38e4
commit
feac06b2f3
1 changed files with 87 additions and 0 deletions
87
themes/beeper-oled-theme.css
Executable file
87
themes/beeper-oled-theme.css
Executable file
|
@ -0,0 +1,87 @@
|
|||
/* a shitty oled theme for beeper!
|
||||
by notfire (v0.2) */
|
||||
|
||||
/* changelog:
|
||||
* v0.2 - fix linux support
|
||||
* v0.1 - initial version
|
||||
*/
|
||||
|
||||
.mx_ToastContainer .mx_Toast_toast {
|
||||
background-color: #0E0E0E;
|
||||
}
|
||||
|
||||
.bp_MainPanel {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
body {
|
||||
--chatview__backgroundcolor: black;
|
||||
--left-panel-v2-bg-no-transparency--windows: black;
|
||||
|
||||
--header-control-fg: grey;
|
||||
}
|
||||
|
||||
.mx_MatrixChat_wrapper--windows .bp_LeftPanel {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.mx_MatrixChat_wrapper--linux .bp_LeftPanel {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.mx_RoomHeader {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.mx_RightPanel_ResizeWrapper {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.dark-panel {
|
||||
background-color: #0E0E0E;
|
||||
}
|
||||
|
||||
.mx_Dialog {
|
||||
background-color: #0E0E0E;
|
||||
}
|
||||
|
||||
.ChatNetworksDialog-content {
|
||||
background-color: #0E0E0E;
|
||||
}
|
||||
|
||||
.ChatNetworksDialog-leftbar {
|
||||
background-color: #0E0E0E;
|
||||
}
|
||||
|
||||
.mx_ContextualMenu {
|
||||
background-color: #0E0E0E;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_wrapper {
|
||||
background-color: #0E0E0E;
|
||||
}
|
||||
|
||||
.bp_col {
|
||||
background-color: #0E0E0E !important;
|
||||
}
|
||||
|
||||
.mx_AccessibleButton:before {
|
||||
background-color: grey !important;
|
||||
}
|
||||
|
||||
/* remove everything after this if you don't want this QOL stuff:
|
||||
- "invite to beeper"
|
||||
- kind of remove the bug report page on CTRL+SHIFT+I
|
||||
*/
|
||||
|
||||
._1rl5JG79eYaUr8ZsczcTwL {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#commandbar-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
._1A4wBfXGCJbuqLBs0CbYmf {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Reference in a new issue