@code-hike/lighter
Advanced tools
Comparing version 0.6.6 to 0.6.7
@@ -21,3 +21,3 @@ type RawTheme = { | ||
name: string; | ||
type: "dark" | "light"; | ||
type: "dark" | "light" | "from-css"; | ||
settings: ThemeSetting[]; | ||
@@ -27,7 +27,14 @@ colors: { | ||
}; | ||
colorNames?: { | ||
[key: string]: string; | ||
}; | ||
}; | ||
declare const THEME_NAMES: readonly ["dark-plus", "dracula-soft", "dracula", "github-dark", "github-dark-dimmed", "github-light", "light-plus", "material-darker", "material-default", "material-lighter", "material-ocean", "material-palenight", "min-dark", "min-light", "monokai", "nord", "one-dark-pro", "poimandres", "slack-dark", "slack-ochin", "solarized-dark", "solarized-light"]; | ||
declare const THEME_NAMES: readonly ["dark-plus", "dracula-soft", "dracula", "github-dark", "github-dark-dimmed", "github-from-css", "github-light", "light-plus", "material-darker", "material-default", "material-from-css", "material-lighter", "material-ocean", "material-palenight", "min-dark", "min-light", "monokai", "nord", "one-dark-pro", "poimandres", "slack-dark", "slack-ochin", "solarized-dark", "solarized-light"]; | ||
type NamesTuple$1 = typeof THEME_NAMES; | ||
type StringTheme = NamesTuple$1[number]; | ||
type Theme = StringTheme | RawTheme; | ||
declare class UnknownThemeError extends Error { | ||
theme: string; | ||
constructor(theme: string); | ||
} | ||
@@ -69,3 +76,3 @@ declare const LANG_NAMES: string[]; | ||
hoverTabForeground: string; | ||
colorScheme: "dark" | "light"; | ||
colorScheme: string; | ||
}; | ||
@@ -128,6 +135,2 @@ | ||
declare class UnknownThemeError extends Error { | ||
theme: string; | ||
constructor(theme: string); | ||
} | ||
type Config = { | ||
@@ -134,0 +137,0 @@ scopes?: boolean; |
{ | ||
"name": "@code-hike/lighter", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10368815
193
263349