Initial Nvim Config Commit

This commit is contained in:
Steven Medeiros Melo
2024-02-23 20:12:22 -05:00
commit 48426854e1
29 changed files with 1003 additions and 0 deletions

11
style.css Normal file
View File

@@ -0,0 +1,11 @@
:root {
--favicon-dimensions-width: 32px;
--favicon-dimensions-height: auto;
--markdown-devicon-color: white;
}
img[alt$="file_ext"] {
width: var(--favicon-dimensions-width);
height: var(--favicon-dimensions-height);
vertical-align: middle;
}