gritty 10.1.0 → 10.2.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.
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2026.04.05, v10.2.0
2
+
3
+ feature:
4
+ - de51ceb gritty: client: fontWeightBold
5
+ - a4072fe gritty: client: background, froground: improve
6
+
1
7
  2026.04.03, v10.1.0
2
8
 
3
9
  feature:
package/dist/gritty.js CHANGED
@@ -5131,7 +5131,12 @@ function createTerminal(terminalContainer, overrides) {
5131
5131
  scrollback: 1000,
5132
5132
  tabStopWidth: 4,
5133
5133
  fontFamily,
5134
- allowProposedApi: true
5134
+ allowProposedApi: true,
5135
+ fontWeightBold: 'normal',
5136
+ theme: {
5137
+ foreground: '#dcdcdc',
5138
+ background: '#141920'
5139
+ }
5135
5140
  });
5136
5141
  terminal.open(terminalContainer);
5137
5142
  terminal.focus();