linguabot commited on
Commit
19fb33e
·
verified ·
1 Parent(s): 551780e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  client/public/favicon-512.png filter=lfs diff=lfs merge=lfs -text
37
  client/public/favicon.ico filter=lfs diff=lfs merge=lfs -text
 
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  client/public/favicon-512.png filter=lfs diff=lfs merge=lfs -text
37
  client/public/favicon.ico filter=lfs diff=lfs merge=lfs -text
38
+ client/public/apple-touch-icon.png filter=lfs diff=lfs merge=lfs -text
client/public/apple-touch-icon.png CHANGED

Git LFS Details

  • SHA256: e9314e57f363c5e7c99baa4f753de340a492feb5967485bdc6b8b2931cb146c2
  • Pointer size: 131 Bytes
  • Size of remote file: 137 kB
client/public/favicon-16x16.png CHANGED
client/public/favicon-32x32.png CHANGED
client/public/favicon-48x48.png ADDED
client/public/favicon.ico CHANGED

Git LFS Details

  • SHA256: 95ca30fe91de7ff03bc14ef7cb933c593dc32159f29cc7875ea206e12f121689
  • Pointer size: 131 Bytes
  • Size of remote file: 285 kB

Git LFS Details

  • SHA256: 753be6968fd6e51a1fe87f57e4e0d3504dc4262243532b3fe013bbdb7b88fc88
  • Pointer size: 129 Bytes
  • Size of remote file: 9.47 kB
client/tailwind.config.js CHANGED
@@ -8,16 +8,21 @@ module.exports = {
8
  colors: {
9
  // Cyberpunk palette
10
  ui: {
11
- bg: '#0A0B10', // near-black background
12
- panel: '#121424', // dark panel
 
 
 
 
 
 
 
 
13
  neonPink: '#FF2DAC', // neon primary
14
  neonCyan: '#29F3FF', // neon secondary
15
  neonLime: '#C7FF41', // highlights
16
  magenta: '#D700FF', // accents
17
  warning: '#FFB020', // warnings
18
- text: '#E6E8FF', // primary text
19
- textDim: '#A7ACD9', // secondary text
20
- border: '#1F2238', // borders
21
  },
22
  },
23
  fontFamily: {
 
8
  colors: {
9
  // Cyberpunk palette
10
  ui: {
11
+ // Light UI surface colors
12
+ bg: '#F5F7FB', // light page background
13
+ panel: '#FFFFFF', // light panels/cards/topbar/sidebar
14
+ border: '#E6E8F0', // subtle borders
15
+
16
+ // Text for light background
17
+ text: '#1F2238', // primary text (ink)
18
+ textDim: '#5B618A', // secondary text
19
+
20
+ // Neon accents (unchanged)
21
  neonPink: '#FF2DAC', // neon primary
22
  neonCyan: '#29F3FF', // neon secondary
23
  neonLime: '#C7FF41', // highlights
24
  magenta: '#D700FF', // accents
25
  warning: '#FFB020', // warnings
 
 
 
26
  },
27
  },
28
  fontFamily: {