tm-themes 1.12.5 → 1.12.6

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.
package/README.md CHANGED
@@ -79,7 +79,7 @@ import { themes } from 'tm-themes'
79
79
  | Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e85b5d14ba55c440f9053679040edfe880b705d4/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 7.81 kB |
80
80
  | Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md) | [GitHub Sponsors: **@sdras**](https://github.com/sponsors/sdras) | 28.18 kB |
81
81
  | Nord | `nord` | [arcticicestudio/nord-visual-studio-code](https://github.com/arcticicestudio/nord-visual-studio-code/blob/27045851c5154fe2d9b116e7491c596cdcd72275/themes/nord-color-theme.json) | [MIT](https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license) | | 26.04 kB |
82
- | One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/d64c6d3c42e0d2f1a6a032af1ebfbb7f8e0acae6/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | | 32.94 kB |
82
+ | One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/194ac088df050c97ff0dd64f8a6a38221d2971ca/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | | 36.13 kB |
83
83
  | Plastic | `plastic` | [will-stone/plastic](https://github.com/will-stone/plastic/blob/30eaf248a3ee319c85ddf254dd0cb64a443d1571/themes/main.json) | [MIT](https://raw.githubusercontent.com/will-stone/plastic/main/LICENSE) | [GitHub Sponsors: **@will-stone**](https://github.com/sponsors/will-stone) [buymeacoffee.com](https://www.buymeacoffee.com/wstone) | 9.02 kB |
84
84
  | Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | [MIT](https://raw.githubusercontent.com/drcmda/poimandres-theme/main/LICENSE) | | 32.65 kB |
85
85
  | Red | `red` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e85b5d14ba55c440f9053679040edfe880b705d4/extensions/theme-red/themes/Red-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 6.24 kB |
package/index.js CHANGED
@@ -879,18 +879,18 @@ export const themes = [
879
879
  type: 'dark',
880
880
  },
881
881
  {
882
- byteSize: 33727,
882
+ byteSize: 36996,
883
883
  displayName: 'One Dark Pro',
884
884
  funding: [
885
885
  ],
886
- hash: 'efCCoMpMwkxZgFGGEY0gVcMdqZlrr6caG1_UaiKwtus',
887
- lastUpdate: '2025-02-01T14:01:22Z',
886
+ hash: 'o73jqD6py7Ewe4S5LFhbVxwcCorplCxF738TRqL1EoE',
887
+ lastUpdate: '2026-08-13T07:23:56Z',
888
888
  license: 'MIT',
889
889
  licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
890
890
  name: 'one-dark-pro',
891
- sha: 'd64c6d3c42e0d2f1a6a032af1ebfbb7f8e0acae6',
892
- source: 'https://github.com/Binaryify/OneDark-Pro/blob/d64c6d3c42e0d2f1a6a032af1ebfbb7f8e0acae6/themes/OneDark-Pro.json',
893
- sourceApi: 'https://api.github.com/repos/Binaryify/OneDark-Pro/contents/themes/OneDark-Pro.json?ref=d64c6d3c42e0d2f1a6a032af1ebfbb7f8e0acae6',
891
+ sha: '194ac088df050c97ff0dd64f8a6a38221d2971ca',
892
+ source: 'https://github.com/Binaryify/OneDark-Pro/blob/194ac088df050c97ff0dd64f8a6a38221d2971ca/themes/OneDark-Pro.json',
893
+ sourceApi: 'https://api.github.com/repos/Binaryify/OneDark-Pro/contents/themes/OneDark-Pro.json?ref=194ac088df050c97ff0dd64f8a6a38221d2971ca',
894
894
  type: 'dark',
895
895
  },
896
896
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.12.5",
4
+ "version": "1.12.6",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -5,10 +5,46 @@
5
5
  "activityBar.foreground": "#d7dae0",
6
6
  "activityBarBadge.background": "#4d78cc",
7
7
  "activityBarBadge.foreground": "#f8fafd",
8
+ "agentSessionReadIndicator.foreground": "#636b78",
9
+ "agentSessionSelectedBadge.border": "#d7dae0",
10
+ "agentSessionSelectedUnfocusedBadge.border": "#636b78",
11
+ "agentStatusIndicator.background": "#2c313a",
12
+ "agents.background": "#282c34",
13
+ "agentsBadge.background": "#4d78cc",
14
+ "agentsBadge.foreground": "#f8fafd",
15
+ "agentsChatInput.background": "#1d1f23",
16
+ "agentsChatInput.border": "#181a1f",
17
+ "agentsChatInput.focusBorder": "#61afef",
18
+ "agentsChatInput.foreground": "#abb2bf",
19
+ "agentsChatInput.placeholderForeground": "#6b717d",
20
+ "agentsGradient.tintColor": "#4d78cc",
21
+ "agentsNewSessionButton.background": "#ff000000",
22
+ "agentsNewSessionButton.border": "#181a1f",
23
+ "agentsNewSessionButton.foreground": "#abb2bf",
24
+ "agentsNewSessionButton.hoverBackground": "#2c313a",
25
+ "agentsPanel.background": "#21252b",
26
+ "agentsPanel.border": "#3e4452",
27
+ "agentsPanel.foreground": "#abb2bf",
28
+ "agentsUnreadBadge.background": "#4d78cc",
29
+ "agentsUnreadBadge.foreground": "#f8fafd",
8
30
  "badge.background": "#282c34",
9
31
  "button.background": "#404754",
10
32
  "button.secondaryBackground": "#30333d",
11
33
  "button.secondaryForeground": "#c0bdbd",
34
+ "chat.avatarBackground": "#4d78cc",
35
+ "chat.avatarForeground": "#f8fafd",
36
+ "chat.checkpointSeparator": "#343a45",
37
+ "chat.editedFileForeground": "#d19a66",
38
+ "chat.linesAddedForeground": "#8cc265",
39
+ "chat.linesRemovedForeground": "#e05561",
40
+ "chat.requestBackground": "#2c313c",
41
+ "chat.requestBorder": "#181a1f",
42
+ "chat.requestBubbleBackground": "#6776961d",
43
+ "chat.requestBubbleHoverBackground": "#6776963a",
44
+ "chat.requestCodeBorder": "#67769660",
45
+ "chat.slashCommandBackground": "#67769660",
46
+ "chat.slashCommandForeground": "#61afef",
47
+ "chat.thinkingShimmer": "#d7dae0",
12
48
  "checkbox.border": "#404754",
13
49
  "debugToolBar.background": "#21252b",
14
50
  "descriptionForeground": "#abb2bf",
@@ -36,8 +72,8 @@
36
72
  "editorCursor.background": "#ffffffc9",
37
73
  "editorCursor.foreground": "#528bff",
38
74
  "editorError.foreground": "#c24038",
39
- "editorGroup.background": "#181a1f",
40
75
  "editorGroup.border": "#181a1f",
76
+ "editorGroup.emptyBackground": "#282c34",
41
77
  "editorGroupHeader.tabsBackground": "#21252b",
42
78
  "editorGutter.addedBackground": "#109868",
43
79
  "editorGutter.deletedBackground": "#9A353D",
@@ -52,10 +88,18 @@
52
88
  "editorLineNumber.activeForeground": "#abb2bf",
53
89
  "editorLineNumber.foreground": "#495162",
54
90
  "editorMarkerNavigation.background": "#21252b",
55
- "editorOverviewRuler.addedBackground": "#109868",
56
- "editorOverviewRuler.deletedBackground": "#9A353D",
57
- "editorOverviewRuler.modifiedBackground": "#948B60",
91
+ "editorMinimap.inlineChatInserted": "#109868",
92
+ "editorOverviewRuler.addedForeground": "#109868",
93
+ "editorOverviewRuler.deletedForeground": "#9A353D",
94
+ "editorOverviewRuler.inlineChatInserted": "#109868",
95
+ "editorOverviewRuler.inlineChatRemoved": "#9A353D",
96
+ "editorOverviewRuler.modifiedForeground": "#948B60",
58
97
  "editorRuler.foreground": "#abb2bf26",
98
+ "editorStickyScroll.background": "#282c34",
99
+ "editorStickyScroll.border": "#181a1f",
100
+ "editorStickyScroll.shadow": "#23252c",
101
+ "editorStickyScrollGutter.background": "#282c34",
102
+ "editorStickyScrollHover.background": "#2c313c",
59
103
  "editorSuggestWidget.background": "#21252b",
60
104
  "editorSuggestWidget.border": "#181a1f",
61
105
  "editorSuggestWidget.selectedBackground": "#2c313a",
@@ -63,7 +107,18 @@
63
107
  "editorWhitespace.foreground": "#ffffff1d",
64
108
  "editorWidget.background": "#21252b",
65
109
  "focusBorder": "#3e4452",
110
+ "git.blame.editorDecorationForeground": "#636b78",
66
111
  "gitDecoration.ignoredResourceForeground": "#636b78",
112
+ "inlineChat.background": "#21252b",
113
+ "inlineChat.border": "#181a1f",
114
+ "inlineChat.foreground": "#abb2bf",
115
+ "inlineChat.shadow": "#23252c",
116
+ "inlineChatDiff.inserted": "#00809b33",
117
+ "inlineChatDiff.removed": "#9A353D33",
118
+ "inlineChatInput.background": "#1d1f23",
119
+ "inlineChatInput.border": "#181a1f",
120
+ "inlineChatInput.focusBorder": "#61afef",
121
+ "inlineChatInput.placeholderForeground": "#6b717d",
67
122
  "input.background": "#1d1f23",
68
123
  "input.foreground": "#abb2bf",
69
124
  "list.activeSelectionBackground": "#2c313a",
@@ -78,15 +133,33 @@
78
133
  "list.warningForeground": "#d19a66",
79
134
  "menu.foreground": "#abb2bf",
80
135
  "menu.separatorBackground": "#343a45",
136
+ "minimap.chatEditHighlight": "#67769660",
81
137
  "minimapGutter.addedBackground": "#109868",
82
138
  "minimapGutter.deletedBackground": "#9A353D",
83
139
  "minimapGutter.modifiedBackground": "#948B60",
140
+ "multiDiffEditor.background": "#282c34",
141
+ "multiDiffEditor.border": "#3e4452",
84
142
  "multiDiffEditor.headerBackground": "#21252b",
85
143
  "panel.border": "#3e4452",
86
144
  "panelSectionHeader.background": "#21252b",
87
145
  "peekViewEditor.background": "#1b1d23",
88
146
  "peekViewEditor.matchHighlightBackground": "#29244b",
147
+ "peekViewEditorStickyScroll.background": "#1b1d23",
148
+ "peekViewEditorStickyScrollGutter.background": "#1b1d23",
89
149
  "peekViewResult.background": "#22262b",
150
+ "scmGraph.foreground1": "#d18f52",
151
+ "scmGraph.foreground2": "#c162de",
152
+ "scmGraph.foreground3": "#4aa5f0",
153
+ "scmGraph.foreground4": "#42b3c2",
154
+ "scmGraph.foreground5": "#8cc265",
155
+ "scmGraph.historyItemBaseRefColor": "#d18f52",
156
+ "scmGraph.historyItemHoverAdditionsForeground": "#8cc265",
157
+ "scmGraph.historyItemHoverDefaultLabelBackground": "#323842",
158
+ "scmGraph.historyItemHoverDefaultLabelForeground": "#f0f0f0",
159
+ "scmGraph.historyItemHoverDeletionsForeground": "#e05561",
160
+ "scmGraph.historyItemHoverLabelForeground": "#f0f0f0",
161
+ "scmGraph.historyItemRefColor": "#4aa5f0",
162
+ "scmGraph.historyItemRemoteRefColor": "#c162de",
90
163
  "scrollbar.shadow": "#23252c",
91
164
  "scrollbarSlider.activeBackground": "#747d9180",
92
165
  "scrollbarSlider.background": "#4e566660",
@@ -97,6 +170,9 @@
97
170
  "sideBar.foreground": "#abb2bf",
98
171
  "sideBarSectionHeader.background": "#282c34",
99
172
  "sideBarSectionHeader.foreground": "#abb2bf",
173
+ "sideBarStickyScroll.background": "#21252b",
174
+ "sideBarStickyScroll.border": "#3e4452",
175
+ "sideBarStickyScroll.shadow": "#23252c",
100
176
  "statusBar.background": "#21252b",
101
177
  "statusBar.debuggingBackground": "#cc6633",
102
178
  "statusBar.debuggingBorder": "#ff000000",
@@ -132,6 +208,9 @@
132
208
  "terminal.border": "#3e4452",
133
209
  "terminal.foreground": "#abb2bf",
134
210
  "terminal.selectionBackground": "#abb2bf30",
211
+ "terminalStickyScroll.background": "#282c34",
212
+ "terminalStickyScroll.border": "#3e4452",
213
+ "terminalStickyScrollHover.background": "#2c313c",
135
214
  "textBlockQuote.background": "#2e3440",
136
215
  "textBlockQuote.border": "#4b5362",
137
216
  "textLink.foreground": "#61afef",
@@ -142,7 +221,7 @@
142
221
  "titleBar.inactiveForeground": "#6b717d",
143
222
  "tree.indentGuidesStroke": "#ffffff1d",
144
223
  "walkThrough.embeddedEditorBackground": "#2e3440",
145
- "welcomePage.buttonHoverBackground": "#404754"
224
+ "welcomePage.tileHoverBackground": "#404754"
146
225
  },
147
226
  "displayName": "One Dark Pro",
148
227
  "name": "one-dark-pro",