Revert "remove vesktop"

This reverts commit 1387ff2547.
This commit is contained in:
askiiart 2025-03-01 11:07:52 -06:00
parent 743804a163
commit f6919a6a42
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
26 changed files with 2093 additions and 1 deletions

View file

@ -0,0 +1,15 @@
/**
* @name Eclipse
* @author Next
* @description Simple Dark Theme
* @version 1.3
* @authorId 319955529873227787
*/
@import url(https://nextr0ll.github.io/Eclipse/core.css);
:root {
--rgb: 230, 100, 90; /* Main color */
--main-black: #1C2120;
--secondary-black: #111411;
--third-black: #171b19;
--fourth-black: #1a1f1d;
}