init commit

This commit is contained in:
Aaron Honeycutt 2024-11-21 17:23:24 -07:00
commit cae1778de5
16 changed files with 574 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/* modus vivendi colorscheme */
:root {
--fg-color: #e0e6f0;
--bg-color: #323232;
--fg-href: #f2e4c4;
--fg-border: #969696;
--bg-mark: #dfdfb0;
--fg-mark: #100f10;
}