Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@scalar/themes

Package Overview
Dependencies
Maintainers
8
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/themes - npm Package Compare versions

Comparing version 0.9.28 to 0.9.29

6

CHANGELOG.md
# @scalar/themes
## 0.9.29
### Patch Changes
- c577cde: feat(themes): make base dark mode colors opaque
## 0.9.28

@@ -4,0 +10,0 @@

10

dist/presets/default.css2.js

@@ -13,3 +13,3 @@ const a = `/* basic theme */

--scalar-color-accent: #0099ff;
--scalar-border-color: rgba(0, 0, 0, 0.1);
--scalar-border-color: #dfdfdf;
}

@@ -21,5 +21,5 @@ .dark-mode {

--scalar-color-1: rgba(255, 255, 255, 0.9);
--scalar-color-2: rgba(255, 255, 255, 0.62);
--scalar-color-3: rgba(255, 255, 255, 0.44);
--scalar-color-1: #e7e7e7;
--scalar-color-2: #a4a4a4;
--scalar-color-3: #797979;

@@ -29,3 +29,3 @@ --scalar-color-accent: #3ea6ff;

--scalar-border-color: rgba(255, 255, 255, 0.1);
--scalar-border-color: #2d2d2d;
}

@@ -32,0 +32,0 @@ /* Document Sidebar */

@@ -18,3 +18,3 @@ {

],
"version": "0.9.28",
"version": "0.9.29",
"engines": {

@@ -21,0 +21,0 @@ "node": ">=18"

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