feat: try out sherlock

This commit is contained in:
Barrett Ruth 2026-02-14 11:40:28 -05:00
parent 52cae087bf
commit 1cf3b46bd0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 107 additions and 1 deletions

View file

@ -0,0 +1,35 @@
:root {
--background: #121212;
--foreground: #2d2d2d;
--text: #e0e0e0;
--border: #3d3d3d;
--tag-background: rgba(102, 102, 102, 0.3);
--tag-color: #7aa2f7;
--error: #ff6b6b;
--warning: #e5c07b;
--success: #98c379;
}
* {
font-family: "SF Pro Display", sans-serif;
}
window:not(#backdrop) {
border-radius: 0;
}
.tile {
border-radius: 0;
}
.tag {
border-radius: 0;
}
#shortcut-holder {
border-radius: 0;
}
#context-menu {
border-radius: 0;
}