From e706ebbfcb5f41eccb35f45105603746218342a0 Mon Sep 17 00:00:00 2001 From: Vyn Date: Sun, 3 Nov 2024 15:33:01 +0100 Subject: [PATCH] first commit --- README.md | 1 + cattpuccin-frappe.json | 11 +++++++++++ onedark.json | 11 +++++++++++ 3 files changed, 23 insertions(+) create mode 100644 README.md create mode 100644 cattpuccin-frappe.json create mode 100644 onedark.json 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" +}