Skip to content

Commit 99a13e8

Browse files
Update and rename config.toml to Them.toml
1 parent 9ab5696 commit 99a13e8

File tree

2 files changed

+77
-6
lines changed

2 files changed

+77
-6
lines changed

.streamline/Them.toml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
[theme]
2+
base = "dark"
3+
4+
# Core Colors
5+
primaryColor = "#00f0ff"
6+
backgroundColor = "#060606"
7+
secondaryBackgroundColor = "#0d1117"
8+
textColor = "#e6edf3"
9+
mutedTextColor = "#8b949e"
10+
borderColor = "#21262d"
11+
12+
# Typography
13+
font = "monospace"
14+
fontSize = "14px"
15+
headingFontSize = "18px"
16+
lineHeight = "1.5"
17+
letterSpacing = "0.5px"
18+
19+
# Paper Styling
20+
[theme.paper]
21+
background = "#0d1117"
22+
text = "#e6edf3"
23+
titleColor = "#00f0ff"
24+
subtitleColor = "#8b949e"
25+
linkColor = "#00d4ff"
26+
highlightColor = "#1f2933"
27+
margin = "24px"
28+
padding = "16px"
29+
borderRadius = "6px"
30+
shadow = "soft"
31+
32+
# Paperweb Node Styling
33+
[theme.paperweb]
34+
nodeBackground = "#161b22"
35+
nodeText = "#e6edf3"
36+
nodeBorder = "#21262d"
37+
nodeHover = "#00f0ff"
38+
nodeGlow = "0 0 8px rgba(0,240,255,0.6)"
39+
edgeColor = "#30363d"
40+
edgeHoverColor = "#00f0ff"
41+
42+
# Extensions / Modules
43+
[theme.extension]
44+
cardBackground = "#11161c"
45+
cardHoverBackground = "#1f2933"
46+
cardBorderColor = "#21262d"
47+
accentColor = "#00d4ff"
48+
49+
# Interactive Elements
50+
[theme.button]
51+
primaryBackground = "#00f0ff"
52+
primaryText = "#060606"
53+
secondaryBackground = "#161b22"
54+
secondaryText = "#e6edf3"
55+
hoverPrimary = "#00dfff"
56+
hoverSecondary = "#1b1f28"
57+
58+
[theme.input]
59+
background = "#161b22"
60+
text = "#e6edf3"
61+
placeholderText = "#8b949e"
62+
border = "#21262d"
63+
focusBorder = "#00f0ff"
64+
65+
# Notifications / Feedback
66+
[theme.notification]
67+
background = "#11161c"
68+
text = "#e6edf3"
69+
successBackground = "#1e2f1e"
70+
errorBackground = "#2f1e1e"
71+
warningBackground = "#2f2a1e"
72+
73+
# Effects
74+
[theme.effects]
75+
primaryGlow = "0 0 8px rgba(0, 240, 255, 0.6)"
76+
buttonShadow = "0 2px 6px rgba(0,0,0,0.4)"
77+
hoverTransition = "0.2s"

streamlit/config.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)