aboutsummaryrefslogtreecommitdiff
path: root/src/ui/c-card/c-card.theme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/c-card/c-card.theme.ts')
-rw-r--r--src/ui/c-card/c-card.theme.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ui/c-card/c-card.theme.ts b/src/ui/c-card/c-card.theme.ts
new file mode 100644
index 0000000..c9cdd6b
--- /dev/null
+++ b/src/ui/c-card/c-card.theme.ts
@@ -0,0 +1,12 @@
+import { defineThemes } from '../theme/theme.models';
+
+export const { useTheme } = defineThemes({
+ dark: {
+ backgroundColor: '#232323',
+ borderColor: '#282828',
+ },
+ light: {
+ backgroundColor: '#ffffff',
+ borderColor: '#efeff5',
+ },
+});
t'>jarred/fetch-experiment Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/tls (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-05wipGravatar Jarred Sumner 5-129/+241
2023-06-04wipGravatar Jarred Sumner 3-54/+44
2023-06-04fix some CLI thingsGravatar Jarred Sumner 1-8/+13
2023-06-04fixupGravatar Jarred Sumner 4-3/+4
2023-06-04Fix buildGravatar Jarred Sumner 1-1/+2
2023-06-04Add types and sample heapsnapshot for JSC and V8Gravatar Ashcon Partovi 4-0/+48475