first commit

This commit is contained in:
Vyn 2024-11-03 15:33:01 +01:00
commit e706ebbfcb
Signed by untrusted user who does not match committer: vyn
GPG key ID: E1B2BE34E7A971E7
3 changed files with 23 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
Some themes for desktop applications using Selenite, it in development so they might be outdated.

11
cattpuccin-frappe.json Normal file
View file

@ -0,0 +1,11 @@
{
"primary": "#85c1dc",
"secondary": "#85c1dc",
"background": "#303446",
"background2": "#414559",
"background3": "#51576d",
"background4": "#626880",
"pane": "#232634",
"foreground": "#c6d0f5",
"foregroundHint": "#b5bfe2"
}

11
onedark.json Normal file
View file

@ -0,0 +1,11 @@
{
"primary": "#56b6c2",
"secondary": "#61afef",
"background": "#282c34",
"background2": "#31353f",
"background3": "#393f4a",
"background4": "#3b3f4c",
"pane": "#21252b",
"foreground": "#abb2bf",
"foregroundHint": "#a2a6ae"
}