commit e706ebbfcb5f41eccb35f45105603746218342a0 Author: Vyn Date: Sun Nov 3 15:33:01 2024 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..d012611 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Some themes for desktop applications using Selenite, it in development so they might be outdated. diff --git a/cattpuccin-frappe.json b/cattpuccin-frappe.json new file mode 100644 index 0000000..bbe9ac4 --- /dev/null +++ b/cattpuccin-frappe.json @@ -0,0 +1,11 @@ +{ + "primary": "#85c1dc", + "secondary": "#85c1dc", + "background": "#303446", + "background2": "#414559", + "background3": "#51576d", + "background4": "#626880", + "pane": "#232634", + "foreground": "#c6d0f5", + "foregroundHint": "#b5bfe2" +} diff --git a/onedark.json b/onedark.json new file mode 100644 index 0000000..7398a51 --- /dev/null +++ b/onedark.json @@ -0,0 +1,11 @@ +{ + "primary": "#56b6c2", + "secondary": "#61afef", + "background": "#282c34", + "background2": "#31353f", + "background3": "#393f4a", + "background4": "#3b3f4c", + "pane": "#21252b", + "foreground": "#abb2bf", + "foregroundHint": "#a2a6ae" +}