We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 9bdc787Copy full SHA for 9bdc787
resources/.keep
theme.json
@@ -0,0 +1,21 @@
1
+{
2
+ "colors": {
3
+ "AlternateBase": "#1a1930",
4
+ "Base": "#1e1e2e",
5
+ "BrightText": "#bac2de",
6
+ "Button": "#1a1930",
7
+ "ButtonText": "#cdd6f4",
8
+ "Highlight": "#b4befe",
9
+ "HighlightedText": "#1e1e2e",
10
+ "Link": "#b4befe",
11
+ "Text": "#cdd6f4",
12
+ "ToolTipBase": "#dee5fc",
13
+ "ToolTipText": "#dee5fc",
14
+ "Window": "#7b86db",
15
+ "WindowText": "#bac2de",
16
+ "fadeAmount": 0.5,
17
+ "fadeColor": "#23222b"
18
+ },
19
+ "name": "Modern",
20
+ "widgets": "Fusion"
21
+}
0 commit comments