adds initial dotfiles

This commit is contained in:
2026-05-15 14:13:12 +02:00
parent 5e88941adf
commit dc0bfb0d23
135 changed files with 81606 additions and 0 deletions
@@ -0,0 +1,24 @@
scrollbar {
background-color: transparent;
}
scrollbar trough {
background-color: #424a42;
border: 1px solid #0b110b;
}
scrollbar slider {
background-color: #0b110b;
border: 2px solid transparent;
border-radius: 16px;
min-width: 8px;
min-height: 8px;
}
scrollbar slider:hover {
background-color: #1c7a44;
}
scrollbar button {
display: none;
}