Spaces:
Sleeping
Sleeping
palitrajarshi
commited on
Commit
•
495664e
1
Parent(s):
f58f5b7
Create config.toml
Browse files- config.toml +18 -0
config.toml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
|
3 |
+
# Primary accent for interactive elements
|
4 |
+
primaryColor = '#7792E3'
|
5 |
+
|
6 |
+
# Background color for the main content area
|
7 |
+
backgroundColor = '#273346'
|
8 |
+
|
9 |
+
# Background color for sidebar and most interactive widgets
|
10 |
+
secondaryBackgroundColor = '#B9F1C0'
|
11 |
+
|
12 |
+
# Color used for almost all text
|
13 |
+
textColor = '#FFFFFF'
|
14 |
+
|
15 |
+
# Font family for all text in the app, except code blocks
|
16 |
+
# Accepted values (serif | sans serif | monospace)
|
17 |
+
# Default: "sans serif"
|
18 |
+
font = "sans serif"
|