@carlesandres/house 0.4.13 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +32 -2
  2. package/README.md +10 -8
  3. package/dist/bin.js +92 -0
  4. package/dist/index.js +10005 -0
  5. package/package.json +15 -3
  6. package/src/Browser.tsx +0 -1210
  7. package/src/CommandPalette.tsx +0 -214
  8. package/src/Footer.tsx +0 -258
  9. package/src/Header.tsx +0 -71
  10. package/src/PromptRow.tsx +0 -51
  11. package/src/Spinner.tsx +0 -39
  12. package/src/StatusIndicator.tsx +0 -55
  13. package/src/StatusPopover.tsx +0 -166
  14. package/src/brand.ts +0 -7
  15. package/src/cli/argv.ts +0 -179
  16. package/src/commands/buildCommands.ts +0 -98
  17. package/src/commands/paletteOnlyCommands.ts +0 -27
  18. package/src/commands/score.ts +0 -78
  19. package/src/commands/types.ts +0 -26
  20. package/src/config/load.ts +0 -381
  21. package/src/config/save.ts +0 -95
  22. package/src/discovery/filter.ts +0 -148
  23. package/src/discovery/show.ts +0 -48
  24. package/src/discovery/walk.ts +0 -209
  25. package/src/index.tsx +0 -464
  26. package/src/io/clipboard.ts +0 -53
  27. package/src/io/editor.ts +0 -162
  28. package/src/io/readFile.ts +0 -14
  29. package/src/keymap/browser.ts +0 -335
  30. package/src/keymap/displayKey.ts +0 -17
  31. package/src/keymap/keymap.ts +0 -95
  32. package/src/layout/resolve.ts +0 -52
  33. package/src/layout/sidebarEmptyState.ts +0 -7
  34. package/src/layout/sidebarRow.ts +0 -69
  35. package/src/markdown/frontmatter.ts +0 -62
  36. package/src/serve/css.ts +0 -120
  37. package/src/serve/openBrowser.ts +0 -19
  38. package/src/serve/render.ts +0 -56
  39. package/src/serve/server.ts +0 -166
  40. package/src/theme/atom.ts +0 -23
  41. package/src/theme/colors.ts +0 -86
  42. package/src/theme/loader.ts +0 -110
  43. package/src/theme/registry.ts +0 -12
  44. package/src/theme/resolve.ts +0 -168
  45. package/src/theme/themes/aura.json +0 -58
  46. package/src/theme/themes/ayu.json +0 -69
  47. package/src/theme/themes/carbonfox.json +0 -201
  48. package/src/theme/themes/catppuccin-frappe.json +0 -186
  49. package/src/theme/themes/catppuccin-macchiato.json +0 -186
  50. package/src/theme/themes/catppuccin.json +0 -212
  51. package/src/theme/themes/cobalt2.json +0 -181
  52. package/src/theme/themes/cursor.json +0 -202
  53. package/src/theme/themes/dracula.json +0 -172
  54. package/src/theme/themes/everforest.json +0 -194
  55. package/src/theme/themes/flexoki.json +0 -190
  56. package/src/theme/themes/github.json +0 -186
  57. package/src/theme/themes/gruvbox.json +0 -195
  58. package/src/theme/themes/kanagawa.json +0 -180
  59. package/src/theme/themes/lucent-orng.json +0 -186
  60. package/src/theme/themes/material.json +0 -188
  61. package/src/theme/themes/matrix.json +0 -180
  62. package/src/theme/themes/mercury.json +0 -198
  63. package/src/theme/themes/monokai.json +0 -174
  64. package/src/theme/themes/nightowl.json +0 -174
  65. package/src/theme/themes/nord.json +0 -176
  66. package/src/theme/themes/one-dark.json +0 -184
  67. package/src/theme/themes/opencode.json +0 -198
  68. package/src/theme/themes/orng.json +0 -202
  69. package/src/theme/themes/osaka-jade.json +0 -193
  70. package/src/theme/themes/palenight.json +0 -175
  71. package/src/theme/themes/rosepine.json +0 -187
  72. package/src/theme/themes/solarized.json +0 -180
  73. package/src/theme/themes/synthwave84.json +0 -179
  74. package/src/theme/themes/tokyonight.json +0 -196
  75. package/src/theme/themes/vercel.json +0 -198
  76. package/src/theme/themes/vesper.json +0 -171
  77. package/src/theme/themes/zenburn.json +0 -176
  78. package/src/theme/types.ts +0 -115
  79. package/src/tips.ts +0 -88
  80. package/src/ui/middleTruncate.ts +0 -27
  81. package/src/update/cache.ts +0 -77
  82. package/src/update/check.ts +0 -165
  83. package/src/update/compare.ts +0 -41
  84. package/src/update/notice.ts +0 -29
  85. package/src/update/runtime.ts +0 -48
  86. package/src/update/useUpdateNotice.ts +0 -24
@@ -1,174 +0,0 @@
1
- {
2
- "defs": {
3
- "background": "#272822",
4
- "backgroundAlt": "#1e1f1c",
5
- "backgroundPanel": "#3e3d32",
6
- "foreground": "#f8f8f2",
7
- "comment": "#75715e",
8
- "red": "#f92672",
9
- "orange": "#fd971f",
10
- "lightOrange": "#e69f66",
11
- "yellow": "#e6db74",
12
- "green": "#a6e22e",
13
- "cyan": "#66d9ef",
14
- "blue": "#66d9ef",
15
- "purple": "#ae81ff",
16
- "pink": "#f92672"
17
- },
18
- "theme": {
19
- "primary": {
20
- "dark": "cyan",
21
- "light": "blue"
22
- },
23
- "secondary": {
24
- "dark": "purple",
25
- "light": "purple"
26
- },
27
- "accent": {
28
- "dark": "green",
29
- "light": "green"
30
- },
31
- "error": {
32
- "dark": "red",
33
- "light": "red"
34
- },
35
- "warning": {
36
- "dark": "yellow",
37
- "light": "orange"
38
- },
39
- "success": {
40
- "dark": "green",
41
- "light": "green"
42
- },
43
- "info": {
44
- "dark": "orange",
45
- "light": "orange"
46
- },
47
- "text": {
48
- "dark": "foreground",
49
- "light": "#272822"
50
- },
51
- "textMuted": {
52
- "dark": "comment",
53
- "light": "#75715e"
54
- },
55
- "background": {
56
- "dark": "#272822",
57
- "light": "#fafafa"
58
- },
59
- "backgroundPanel": {
60
- "dark": "#1e1f1c",
61
- "light": "#f0f0f0"
62
- },
63
- "backgroundElement": {
64
- "dark": "#3e3d32",
65
- "light": "#e0e0e0"
66
- },
67
- "border": {
68
- "dark": "#3e3d32",
69
- "light": "#d0d0d0"
70
- },
71
- "borderActive": {
72
- "dark": "cyan",
73
- "light": "blue"
74
- },
75
- "borderSubtle": {
76
- "dark": "#1e1f1c",
77
- "light": "#e8e8e8"
78
- },
79
- "markdownText": {
80
- "dark": "foreground",
81
- "light": "#272822"
82
- },
83
- "markdownHeading": {
84
- "dark": "pink",
85
- "light": "pink"
86
- },
87
- "markdownLink": {
88
- "dark": "cyan",
89
- "light": "blue"
90
- },
91
- "markdownLinkText": {
92
- "dark": "purple",
93
- "light": "purple"
94
- },
95
- "markdownCode": {
96
- "dark": "green",
97
- "light": "green"
98
- },
99
- "markdownBlockQuote": {
100
- "dark": "comment",
101
- "light": "#75715e"
102
- },
103
- "markdownEmph": {
104
- "dark": "yellow",
105
- "light": "orange"
106
- },
107
- "markdownStrong": {
108
- "dark": "orange",
109
- "light": "orange"
110
- },
111
- "markdownHorizontalRule": {
112
- "dark": "comment",
113
- "light": "#75715e"
114
- },
115
- "markdownListItem": {
116
- "dark": "cyan",
117
- "light": "blue"
118
- },
119
- "markdownListEnumeration": {
120
- "dark": "purple",
121
- "light": "purple"
122
- },
123
- "markdownImage": {
124
- "dark": "cyan",
125
- "light": "blue"
126
- },
127
- "markdownImageText": {
128
- "dark": "purple",
129
- "light": "purple"
130
- },
131
- "markdownCodeBlock": {
132
- "dark": "foreground",
133
- "light": "#272822"
134
- },
135
- "syntaxComment": {
136
- "dark": "comment",
137
- "light": "#75715e"
138
- },
139
- "syntaxKeyword": {
140
- "dark": "pink",
141
- "light": "pink"
142
- },
143
- "syntaxFunction": {
144
- "dark": "green",
145
- "light": "green"
146
- },
147
- "syntaxVariable": {
148
- "dark": "foreground",
149
- "light": "#272822"
150
- },
151
- "syntaxString": {
152
- "dark": "yellow",
153
- "light": "orange"
154
- },
155
- "syntaxNumber": {
156
- "dark": "purple",
157
- "light": "purple"
158
- },
159
- "syntaxType": {
160
- "dark": "cyan",
161
- "light": "blue"
162
- },
163
- "syntaxOperator": {
164
- "dark": "pink",
165
- "light": "pink"
166
- },
167
- "syntaxPunctuation": {
168
- "dark": "foreground",
169
- "light": "#272822"
170
- }
171
- },
172
- "name": "Monokai",
173
- "$schema": "../../../schema/house-theme.schema.json"
174
- }
@@ -1,174 +0,0 @@
1
- {
2
- "defs": {
3
- "nightOwlBg": "#011627",
4
- "nightOwlFg": "#d6deeb",
5
- "nightOwlBlue": "#82AAFF",
6
- "nightOwlCyan": "#7fdbca",
7
- "nightOwlGreen": "#c5e478",
8
- "nightOwlYellow": "#ecc48d",
9
- "nightOwlOrange": "#F78C6C",
10
- "nightOwlRed": "#EF5350",
11
- "nightOwlPink": "#ff5874",
12
- "nightOwlPurple": "#c792ea",
13
- "nightOwlMuted": "#5f7e97",
14
- "nightOwlGray": "#637777",
15
- "nightOwlLightGray": "#89a4bb",
16
- "nightOwlPanel": "#0b253a"
17
- },
18
- "theme": {
19
- "primary": {
20
- "dark": "nightOwlBlue",
21
- "light": "nightOwlBlue"
22
- },
23
- "secondary": {
24
- "dark": "nightOwlCyan",
25
- "light": "nightOwlCyan"
26
- },
27
- "accent": {
28
- "dark": "nightOwlPurple",
29
- "light": "nightOwlPurple"
30
- },
31
- "error": {
32
- "dark": "nightOwlRed",
33
- "light": "nightOwlRed"
34
- },
35
- "warning": {
36
- "dark": "nightOwlYellow",
37
- "light": "nightOwlYellow"
38
- },
39
- "success": {
40
- "dark": "nightOwlGreen",
41
- "light": "nightOwlGreen"
42
- },
43
- "info": {
44
- "dark": "nightOwlBlue",
45
- "light": "nightOwlBlue"
46
- },
47
- "text": {
48
- "dark": "nightOwlFg",
49
- "light": "nightOwlFg"
50
- },
51
- "textMuted": {
52
- "dark": "nightOwlMuted",
53
- "light": "nightOwlMuted"
54
- },
55
- "background": {
56
- "dark": "nightOwlBg",
57
- "light": "nightOwlBg"
58
- },
59
- "backgroundPanel": {
60
- "dark": "nightOwlPanel",
61
- "light": "nightOwlPanel"
62
- },
63
- "backgroundElement": {
64
- "dark": "nightOwlGray",
65
- "light": "nightOwlGray"
66
- },
67
- "border": {
68
- "dark": "nightOwlMuted",
69
- "light": "nightOwlMuted"
70
- },
71
- "borderActive": {
72
- "dark": "nightOwlBlue",
73
- "light": "nightOwlBlue"
74
- },
75
- "borderSubtle": {
76
- "dark": "nightOwlMuted",
77
- "light": "nightOwlMuted"
78
- },
79
- "markdownText": {
80
- "dark": "nightOwlFg",
81
- "light": "nightOwlFg"
82
- },
83
- "markdownHeading": {
84
- "dark": "nightOwlBlue",
85
- "light": "nightOwlBlue"
86
- },
87
- "markdownLink": {
88
- "dark": "nightOwlCyan",
89
- "light": "nightOwlCyan"
90
- },
91
- "markdownLinkText": {
92
- "dark": "nightOwlBlue",
93
- "light": "nightOwlBlue"
94
- },
95
- "markdownCode": {
96
- "dark": "nightOwlGreen",
97
- "light": "nightOwlGreen"
98
- },
99
- "markdownBlockQuote": {
100
- "dark": "nightOwlMuted",
101
- "light": "nightOwlMuted"
102
- },
103
- "markdownEmph": {
104
- "dark": "nightOwlPurple",
105
- "light": "nightOwlPurple"
106
- },
107
- "markdownStrong": {
108
- "dark": "nightOwlYellow",
109
- "light": "nightOwlYellow"
110
- },
111
- "markdownHorizontalRule": {
112
- "dark": "nightOwlMuted",
113
- "light": "nightOwlMuted"
114
- },
115
- "markdownListItem": {
116
- "dark": "nightOwlBlue",
117
- "light": "nightOwlBlue"
118
- },
119
- "markdownListEnumeration": {
120
- "dark": "nightOwlCyan",
121
- "light": "nightOwlCyan"
122
- },
123
- "markdownImage": {
124
- "dark": "nightOwlCyan",
125
- "light": "nightOwlCyan"
126
- },
127
- "markdownImageText": {
128
- "dark": "nightOwlBlue",
129
- "light": "nightOwlBlue"
130
- },
131
- "markdownCodeBlock": {
132
- "dark": "nightOwlFg",
133
- "light": "nightOwlFg"
134
- },
135
- "syntaxComment": {
136
- "dark": "nightOwlGray",
137
- "light": "nightOwlGray"
138
- },
139
- "syntaxKeyword": {
140
- "dark": "nightOwlPurple",
141
- "light": "nightOwlPurple"
142
- },
143
- "syntaxFunction": {
144
- "dark": "nightOwlBlue",
145
- "light": "nightOwlBlue"
146
- },
147
- "syntaxVariable": {
148
- "dark": "nightOwlFg",
149
- "light": "nightOwlFg"
150
- },
151
- "syntaxString": {
152
- "dark": "nightOwlYellow",
153
- "light": "nightOwlYellow"
154
- },
155
- "syntaxNumber": {
156
- "dark": "nightOwlOrange",
157
- "light": "nightOwlOrange"
158
- },
159
- "syntaxType": {
160
- "dark": "nightOwlGreen",
161
- "light": "nightOwlGreen"
162
- },
163
- "syntaxOperator": {
164
- "dark": "nightOwlCyan",
165
- "light": "nightOwlCyan"
166
- },
167
- "syntaxPunctuation": {
168
- "dark": "nightOwlFg",
169
- "light": "nightOwlFg"
170
- }
171
- },
172
- "name": "Nightowl",
173
- "$schema": "../../../schema/house-theme.schema.json"
174
- }
@@ -1,176 +0,0 @@
1
- {
2
- "defs": {
3
- "nord0": "#2E3440",
4
- "nord1": "#3B4252",
5
- "nord2": "#434C5E",
6
- "nord3": "#4C566A",
7
- "nord4": "#D8DEE9",
8
- "nord5": "#E5E9F0",
9
- "nord6": "#ECEFF4",
10
- "nord7": "#8FBCBB",
11
- "nord8": "#88C0D0",
12
- "nord9": "#81A1C1",
13
- "nord10": "#5E81AC",
14
- "nord11": "#BF616A",
15
- "nord12": "#D08770",
16
- "nord13": "#EBCB8B",
17
- "nord14": "#A3BE8C",
18
- "nord15": "#B48EAD"
19
- },
20
- "theme": {
21
- "primary": {
22
- "dark": "nord8",
23
- "light": "nord10"
24
- },
25
- "secondary": {
26
- "dark": "nord9",
27
- "light": "nord9"
28
- },
29
- "accent": {
30
- "dark": "nord7",
31
- "light": "nord7"
32
- },
33
- "error": {
34
- "dark": "nord11",
35
- "light": "nord11"
36
- },
37
- "warning": {
38
- "dark": "nord12",
39
- "light": "nord12"
40
- },
41
- "success": {
42
- "dark": "nord14",
43
- "light": "nord14"
44
- },
45
- "info": {
46
- "dark": "nord8",
47
- "light": "nord10"
48
- },
49
- "text": {
50
- "dark": "nord6",
51
- "light": "nord0"
52
- },
53
- "textMuted": {
54
- "dark": "#8B95A7",
55
- "light": "nord1"
56
- },
57
- "background": {
58
- "dark": "nord0",
59
- "light": "nord6"
60
- },
61
- "backgroundPanel": {
62
- "dark": "nord1",
63
- "light": "nord5"
64
- },
65
- "backgroundElement": {
66
- "dark": "nord2",
67
- "light": "nord4"
68
- },
69
- "border": {
70
- "dark": "nord2",
71
- "light": "nord3"
72
- },
73
- "borderActive": {
74
- "dark": "nord3",
75
- "light": "nord2"
76
- },
77
- "borderSubtle": {
78
- "dark": "nord2",
79
- "light": "nord3"
80
- },
81
- "markdownText": {
82
- "dark": "nord4",
83
- "light": "nord0"
84
- },
85
- "markdownHeading": {
86
- "dark": "nord8",
87
- "light": "nord10"
88
- },
89
- "markdownLink": {
90
- "dark": "nord9",
91
- "light": "nord9"
92
- },
93
- "markdownLinkText": {
94
- "dark": "nord7",
95
- "light": "nord7"
96
- },
97
- "markdownCode": {
98
- "dark": "nord14",
99
- "light": "nord14"
100
- },
101
- "markdownBlockQuote": {
102
- "dark": "#8B95A7",
103
- "light": "nord3"
104
- },
105
- "markdownEmph": {
106
- "dark": "nord12",
107
- "light": "nord12"
108
- },
109
- "markdownStrong": {
110
- "dark": "nord13",
111
- "light": "nord13"
112
- },
113
- "markdownHorizontalRule": {
114
- "dark": "#8B95A7",
115
- "light": "nord3"
116
- },
117
- "markdownListItem": {
118
- "dark": "nord8",
119
- "light": "nord10"
120
- },
121
- "markdownListEnumeration": {
122
- "dark": "nord7",
123
- "light": "nord7"
124
- },
125
- "markdownImage": {
126
- "dark": "nord9",
127
- "light": "nord9"
128
- },
129
- "markdownImageText": {
130
- "dark": "nord7",
131
- "light": "nord7"
132
- },
133
- "markdownCodeBlock": {
134
- "dark": "nord4",
135
- "light": "nord0"
136
- },
137
- "syntaxComment": {
138
- "dark": "#8B95A7",
139
- "light": "nord3"
140
- },
141
- "syntaxKeyword": {
142
- "dark": "nord9",
143
- "light": "nord9"
144
- },
145
- "syntaxFunction": {
146
- "dark": "nord8",
147
- "light": "nord8"
148
- },
149
- "syntaxVariable": {
150
- "dark": "nord7",
151
- "light": "nord7"
152
- },
153
- "syntaxString": {
154
- "dark": "nord14",
155
- "light": "nord14"
156
- },
157
- "syntaxNumber": {
158
- "dark": "nord15",
159
- "light": "nord15"
160
- },
161
- "syntaxType": {
162
- "dark": "nord7",
163
- "light": "nord7"
164
- },
165
- "syntaxOperator": {
166
- "dark": "nord9",
167
- "light": "nord9"
168
- },
169
- "syntaxPunctuation": {
170
- "dark": "nord4",
171
- "light": "nord0"
172
- }
173
- },
174
- "name": "Nord",
175
- "$schema": "../../../schema/house-theme.schema.json"
176
- }
@@ -1,184 +0,0 @@
1
- {
2
- "defs": {
3
- "darkBg": "#282c34",
4
- "darkBgAlt": "#21252b",
5
- "darkBgPanel": "#353b45",
6
- "darkFg": "#abb2bf",
7
- "darkFgMuted": "#5c6370",
8
- "darkPurple": "#c678dd",
9
- "darkBlue": "#61afef",
10
- "darkRed": "#e06c75",
11
- "darkGreen": "#98c379",
12
- "darkYellow": "#e5c07b",
13
- "darkOrange": "#d19a66",
14
- "darkCyan": "#56b6c2",
15
- "lightBg": "#fafafa",
16
- "lightBgAlt": "#f0f0f1",
17
- "lightBgPanel": "#eaeaeb",
18
- "lightFg": "#383a42",
19
- "lightFgMuted": "#a0a1a7",
20
- "lightPurple": "#a626a4",
21
- "lightBlue": "#4078f2",
22
- "lightRed": "#e45649",
23
- "lightGreen": "#50a14f",
24
- "lightYellow": "#c18401",
25
- "lightOrange": "#986801",
26
- "lightCyan": "#0184bc"
27
- },
28
- "theme": {
29
- "primary": {
30
- "dark": "darkBlue",
31
- "light": "lightBlue"
32
- },
33
- "secondary": {
34
- "dark": "darkPurple",
35
- "light": "lightPurple"
36
- },
37
- "accent": {
38
- "dark": "darkCyan",
39
- "light": "lightCyan"
40
- },
41
- "error": {
42
- "dark": "darkRed",
43
- "light": "lightRed"
44
- },
45
- "warning": {
46
- "dark": "darkYellow",
47
- "light": "lightYellow"
48
- },
49
- "success": {
50
- "dark": "darkGreen",
51
- "light": "lightGreen"
52
- },
53
- "info": {
54
- "dark": "darkOrange",
55
- "light": "lightOrange"
56
- },
57
- "text": {
58
- "dark": "darkFg",
59
- "light": "lightFg"
60
- },
61
- "textMuted": {
62
- "dark": "darkFgMuted",
63
- "light": "lightFgMuted"
64
- },
65
- "background": {
66
- "dark": "darkBg",
67
- "light": "lightBg"
68
- },
69
- "backgroundPanel": {
70
- "dark": "darkBgAlt",
71
- "light": "lightBgAlt"
72
- },
73
- "backgroundElement": {
74
- "dark": "darkBgPanel",
75
- "light": "lightBgPanel"
76
- },
77
- "border": {
78
- "dark": "#393f4a",
79
- "light": "#d1d1d2"
80
- },
81
- "borderActive": {
82
- "dark": "darkBlue",
83
- "light": "lightBlue"
84
- },
85
- "borderSubtle": {
86
- "dark": "#2c313a",
87
- "light": "#e0e0e1"
88
- },
89
- "markdownText": {
90
- "dark": "darkFg",
91
- "light": "lightFg"
92
- },
93
- "markdownHeading": {
94
- "dark": "darkPurple",
95
- "light": "lightPurple"
96
- },
97
- "markdownLink": {
98
- "dark": "darkBlue",
99
- "light": "lightBlue"
100
- },
101
- "markdownLinkText": {
102
- "dark": "darkCyan",
103
- "light": "lightCyan"
104
- },
105
- "markdownCode": {
106
- "dark": "darkGreen",
107
- "light": "lightGreen"
108
- },
109
- "markdownBlockQuote": {
110
- "dark": "darkFgMuted",
111
- "light": "lightFgMuted"
112
- },
113
- "markdownEmph": {
114
- "dark": "darkYellow",
115
- "light": "lightYellow"
116
- },
117
- "markdownStrong": {
118
- "dark": "darkOrange",
119
- "light": "lightOrange"
120
- },
121
- "markdownHorizontalRule": {
122
- "dark": "darkFgMuted",
123
- "light": "lightFgMuted"
124
- },
125
- "markdownListItem": {
126
- "dark": "darkBlue",
127
- "light": "lightBlue"
128
- },
129
- "markdownListEnumeration": {
130
- "dark": "darkCyan",
131
- "light": "lightCyan"
132
- },
133
- "markdownImage": {
134
- "dark": "darkBlue",
135
- "light": "lightBlue"
136
- },
137
- "markdownImageText": {
138
- "dark": "darkCyan",
139
- "light": "lightCyan"
140
- },
141
- "markdownCodeBlock": {
142
- "dark": "darkFg",
143
- "light": "lightFg"
144
- },
145
- "syntaxComment": {
146
- "dark": "darkFgMuted",
147
- "light": "lightFgMuted"
148
- },
149
- "syntaxKeyword": {
150
- "dark": "darkPurple",
151
- "light": "lightPurple"
152
- },
153
- "syntaxFunction": {
154
- "dark": "darkBlue",
155
- "light": "lightBlue"
156
- },
157
- "syntaxVariable": {
158
- "dark": "darkRed",
159
- "light": "lightRed"
160
- },
161
- "syntaxString": {
162
- "dark": "darkGreen",
163
- "light": "lightGreen"
164
- },
165
- "syntaxNumber": {
166
- "dark": "darkOrange",
167
- "light": "lightOrange"
168
- },
169
- "syntaxType": {
170
- "dark": "darkYellow",
171
- "light": "lightYellow"
172
- },
173
- "syntaxOperator": {
174
- "dark": "darkCyan",
175
- "light": "lightCyan"
176
- },
177
- "syntaxPunctuation": {
178
- "dark": "darkFg",
179
- "light": "lightFg"
180
- }
181
- },
182
- "name": "One Dark",
183
- "$schema": "../../../schema/house-theme.schema.json"
184
- }