Socket
Socket
Sign inDemoInstall

shiki-themes

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shiki-themes - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

data/slack-theme-dark-mode.json

5

data/material-theme-darker.json

@@ -773,4 +773,7 @@ {

"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030"
"listFilterWidget.noMatchesOutline": "#00000030",
"debugConsole.errorForeground": "#f07178",
"debugConsole.infoForeground": "#89DDFF",
"debugConsole.warningForeground": "#FFCB6B"
}
}

@@ -773,4 +773,7 @@ {

"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030"
"listFilterWidget.noMatchesOutline": "#00000030",
"debugConsole.errorForeground": "#f07178",
"debugConsole.infoForeground": "#89DDFF",
"debugConsole.warningForeground": "#FFCB6B"
}
}

@@ -773,4 +773,7 @@ {

"listFilterWidget.outline": "#CCD7DA50",
"listFilterWidget.noMatchesOutline": "#CCD7DA50"
"listFilterWidget.noMatchesOutline": "#CCD7DA50",
"debugConsole.errorForeground": "#E53935",
"debugConsole.infoForeground": "#39ADB5",
"debugConsole.warningForeground": "#E2931D"
}
}

@@ -773,4 +773,7 @@ {

"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030"
"listFilterWidget.noMatchesOutline": "#00000030",
"debugConsole.errorForeground": "#f07178",
"debugConsole.infoForeground": "#89DDFF",
"debugConsole.warningForeground": "#FFCB6B"
}
}

@@ -773,4 +773,7 @@ {

"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030"
"listFilterWidget.noMatchesOutline": "#00000030",
"debugConsole.errorForeground": "#f07178",
"debugConsole.infoForeground": "#89DDFF",
"debugConsole.warningForeground": "#FFCB6B"
}
}

2

dist/theme.d.ts

@@ -1,2 +0,2 @@

export declare type Theme = 'dark-plus' | 'github-dark' | 'github-light' | 'light-plus' | 'material-theme-darker' | 'material-theme-default' | 'material-theme-lighter' | 'material-theme-ocean' | 'material-theme-palenight' | 'min-dark' | 'min-light' | 'monokai' | 'nord' | 'solarized-dark' | 'solarized-light';
export declare type Theme = 'dark-plus' | 'github-dark' | 'github-light' | 'light-plus' | 'material-theme-darker' | 'material-theme-default' | 'material-theme-lighter' | 'material-theme-ocean' | 'material-theme-palenight' | 'min-dark' | 'min-light' | 'monokai' | 'nord' | 'slack-theme-dark-mode' | 'slack-theme-ochin' | 'solarized-dark' | 'solarized-light';
export declare const themes: string[];

@@ -18,2 +18,4 @@ "use strict";

'nord',
'slack-theme-dark-mode',
'slack-theme-ochin',
'solarized-dark',

@@ -20,0 +22,0 @@ 'solarized-light'

@@ -1,3 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
{
"name": "shiki-themes",
"version": "0.2.2",
"version": "0.2.3",
"description": "Themes for shiki",

@@ -21,3 +21,3 @@ "keywords": [

},
"gitHead": "ba36c065d3892ef4a32dafb9b6e2b2d5f842c3a3"
"gitHead": "f38397fc7febca59a09f4f3f39c072aca2001cc6"
}

@@ -16,10 +16,7 @@ # shiki-themes

```ts
export type TVSCode =
export type Theme =
| 'dark-plus'
| 'github-dark'
| 'github-light'
| 'light-plus'
| 'monokai'
| 'solarized-dark'
| 'solarized-light'
export type TMaterial =
| 'material-theme-darker'

@@ -30,6 +27,10 @@ | 'material-theme-default'

| 'material-theme-palenight'
export type TNice = 'nord' | 'min-light' | 'min-dark'
export type TTheme = TVSCode | TMaterial | TNice
| 'min-dark'
| 'min-light'
| 'monokai'
| 'nord'
| 'slack-theme-dark-mode'
| 'slack-theme-ochin'
| 'solarized-dark'
| 'solarized-light'
```

@@ -40,3 +41,3 @@

```js
const shiki = require('shiki')
const shiki = require('shiki')

@@ -60,2 +61,2 @@ const t = shiki.loadTheme('./my-theme.json')

- [./src/types.ts](./src/types.ts)
- [Literal Values](./README.md#literal-values)
- [Literal Values](./README.md#literal-values)

@@ -15,2 +15,4 @@ export type Theme =

| 'nord'
| 'slack-theme-dark-mode'
| 'slack-theme-ochin'
| 'solarized-dark'

@@ -33,4 +35,6 @@ | 'solarized-light'

'nord',
'slack-theme-dark-mode',
'slack-theme-ochin',
'solarized-dark',
'solarized-light'
]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc