fix vesktop stuff

This commit is contained in:
askiiart 2024-03-06 20:18:13 -06:00
parent 93a12833fa
commit 5ae229da31
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
52 changed files with 148 additions and 82 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;
}