Commit Graph

171 Commits

Author SHA1 Message Date
dependabot[bot]
ba0aa97775 Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 02:50:07 +00:00
Daniel Imms
147aa63091 v0.2.1 0.2.1 2022-01-11 07:34:27 -08:00
Daniel Imms
ea3977280b Don't set focusBackground
Fixes #64
2022-01-11 07:33:12 -08:00
Daniel Imms
b157e5548d Bump version 2021-08-30 09:56:32 -07:00
Daniel Imms
67ecacc199 Support bracket colorization
Fixes #62
2021-08-30 09:56:01 -07:00
Daniel Imms
02a5aa59af Merge pull request #61 from Tyriar/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-08-12 17:25:11 -07:00
dependabot[bot]
37568c1e5c Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 23:59:40 +00:00
Daniel Imms
607c2b4819 Merge pull request #60 from fahadachaudhry/packages-updated
Issue #59: When running "npm install" in vscode to set this up, it returns the error "node_modules/@types/node/index.d.ts:20:1 - error TS1084: Invalid 'reference' directive syntax.
2021-01-19 03:01:11 -08:00
Daniel Imms
9b16d5ae3d Add package-lock.json 2021-01-19 03:00:28 -08:00
Fahad
87ef8d38cd Adding missing semi-colon in src/color.ts ln:8 2021-01-17 19:04:41 +05:00
Fahad
52491f1d00 Problem Statement: When running "npm install" in vscode to set this up, it returns the error "node_modules/@types/node/index.d.ts:20:1 - error TS1084: Invalid 'reference' directive syntax." #59
Proposed Fix: Updating the #types/node and typescript versions fixed the issue. The project doesn't throw issue while running npm install anymore. npm run start also runs seemlessly withouth any crashes.
2021-01-17 18:51:54 +05:00
Daniel Imms
06fa2dfa89 v0.1.5 2019-05-05 10:38:27 -07:00
Daniel Imms
16bd7a4a6b Actually fix the conversion
Need some coffee
2019-05-05 10:38:16 -07:00
Daniel Imms
e686b13968 v0.1.4 2019-05-05 10:36:09 -07:00
Daniel Imms
f61129df4c Fix color conversion in toCssString 2019-05-05 10:35:57 -07:00
Daniel Imms
12ec32f11e 0.1.3 2019-05-04 23:43:23 -07:00
Daniel Imms
ad99dd534e Improve list focus/highlight 2019-05-04 23:42:31 -07:00
Daniel Imms
027f9507c6 Support button.bg/fg 2019-05-04 23:32:32 -07:00
Daniel Imms
0e910abce7 v0.1.2 2019-05-04 13:52:34 -07:00
Daniel Imms
afd775b2bf Fix badge.foreground 2019-05-04 13:52:23 -07:00
Daniel Imms
92bf2f665f v0.1.1 2019-05-04 13:49:52 -07:00
Daniel Imms
95c2cee43c Fix bad color conversion 2019-05-04 13:49:39 -07:00
Daniel Imms
2dc8a0f9cc 0.1.0 2019-05-04 01:21:10 -07:00
Daniel Imms
29eba3f857 Add remote status bar 2019-05-04 01:20:38 -07:00
Daniel Imms
af90b2a205 Add a bunch of fg keys with contrast 2019-05-04 01:19:30 -07:00
Daniel Imms
579be400ba Remove unused vars, update types 2019-05-04 00:55:56 -07:00
Daniel Imms
5b0c612a69 v0.0.21 2018-11-29 11:26:18 -08:00
Daniel Imms
bab03694ec Merge pull request #57 from rdnlsmith/modified_tabs
Add support for modified tab borders
2018-11-29 11:24:02 -08:00
Daniel Smith
e40ae116b9 Add support for modified tab borders
Color settings introduced in VS Code v. 1.29.

Uses `color1` (same as `tab.activeBorder`) as the highlight color for an
active modified tab in a focused editor group. Slightly darkened for
inactive or unfocused tabs.
2018-11-18 21:02:08 -05:00
Daniel Imms
dbc14884bf v0.0.20 2018-10-13 11:45:42 -07:00
Daniel Imms
74e85ad71e Fix dev command 2018-10-13 11:44:53 -07:00
Daniel Imms
6a910110be Merge pull request #55 from rdnlsmith/readme_api
Add API information to README.md
2018-10-07 14:06:38 -07:00
Daniel Smith
588930bcd6 Add stringEscape to syntax section of README.md 2018-10-07 15:19:15 -04:00
Daniel Imms
d7a571880c Merge pull request #56 from rdnlsmith/escape_highlight
Escape highlighting
2018-10-07 11:01:25 -07:00
Daniel Imms
3ff8f58116 Add some more language examples 2018-10-07 11:00:00 -07:00
Daniel Smith
319e044668 Add stringEscape to syntax 2018-10-06 16:09:08 -04:00
Daniel Smith
c4b47ba023 Add escape characters to language examples 2018-10-06 16:08:56 -04:00
Daniel Smith
110248b266 Make second example complete 2018-10-06 14:05:44 -04:00
Daniel Smith
17bc217e35 Fix typos 2018-10-06 14:03:35 -04:00
Daniel Smith
4bfc4e2dc0 Add API information to README.md 2018-10-05 18:01:08 -04:00
Daniel Imms
277633c61a v0.0.19 2018-06-01 09:25:42 -07:00
Daniel Imms
f7702b6b6e Correctly reset embedded/template expression fg color
Fixes #48
2018-06-01 09:24:44 -07:00
Daniel Imms
fff5f57f68 Support editorGroup.focusedEmptyBorder
Fixes #52
2018-05-31 09:52:47 -07:00
Daniel Imms
1f10541715 v0.0.18 2018-05-28 06:36:32 -07:00
Daniel Imms
8bbcf0c3c4 Make type optional 2018-05-28 06:36:17 -07:00
Daniel Imms
2eb510f6cc v0.0.17 2018-05-28 06:32:36 -07:00
Daniel Imms
b35c5c2023 Color markdown inline and code blocks
Fixes #49
2018-05-28 06:31:22 -07:00
Daniel Imms
487e53715f Color class members assigned functions as class members
Fixes #45
2018-05-28 06:25:34 -07:00
Daniel Imms
d9b31fffbc Color brackets inside template expressions
Fixes #48
2018-05-28 06:13:57 -07:00
Daniel Imms
a6a2a204e1 Fix ts/js string interpolation scope
Fixes #47
2018-05-28 06:10:39 -07:00