@scalar/themes
Advanced tools
Comparing version 0.9.35 to 0.9.36
# @scalar/themes | ||
## 0.9.36 | ||
### Patch Changes | ||
- d02d70c: style: updates border color presets | ||
- Updated dependencies [e911047] | ||
- @scalar/types@0.0.14 | ||
## 0.9.35 | ||
@@ -4,0 +12,0 @@ |
@@ -35,3 +35,3 @@ const a = `/* basic theme */ | ||
--scalar-border-color: rgba(255, 255, 255, 0.1); | ||
--scalar-border-color: #2a2b2a; | ||
} | ||
@@ -38,0 +38,0 @@ /* Document Sidebar */ |
@@ -24,3 +24,3 @@ const a = `/* basic theme */ | ||
--scalar-background-3: #03193b; | ||
--scalar-border-color: rgba(255, 255, 255, 0.18); | ||
--scalar-border-color: #2e394c; | ||
@@ -27,0 +27,0 @@ --scalar-color-1: #fafafa; |
@@ -32,3 +32,3 @@ const a = `/* basic theme */ | ||
--scalar-background-3: #321116; | ||
--scalar-border-color: rgba(255, 255, 255, 0.17); | ||
--scalar-border-color: #3c3031; | ||
@@ -35,0 +35,0 @@ --scalar-color-1: rgba(255, 255, 255, 0.9); |
@@ -45,3 +45,3 @@ const a = `.light-mode { | ||
--scalar-border-color: rgba(255, 255, 255, 0.16); | ||
--scalar-border-color: #505452; | ||
--scalar-scrollbar-color: rgba(255, 255, 255, 0.24); | ||
@@ -73,3 +73,3 @@ --scalar-scrollbar-color-active: rgba(255, 255, 255, 0.48); | ||
--scalar-sidebar-item-hover-background: var(--scalar-background-2); | ||
--scalar-sidebar-item-active-background: var(--scalar-background-accent); | ||
--scalar-sidebar-item-active-background: var(--scalar-background-3); | ||
--scalar-sidebar-border-color: var(--scalar-border-color); | ||
@@ -88,7 +88,7 @@ --scalar-sidebar-color-1: var(--scalar-color-1); | ||
--scalar-sidebar-item-hover-background: var(--scalar-background-2); | ||
--scalar-sidebar-item-active-background: var(--scalar-background-accent); | ||
--scalar-sidebar-item-active-background: var(--scalar-background-3); | ||
--scalar-sidebar-border-color: var(--scalar-border-color); | ||
--scalar-sidebar-color-1: var(--scalar-color-1); | ||
--scalar-sidebar-color-2: var(--scalar-color-2); | ||
--scalar-sidebar-color-active: var(--scalar-sidebar-background-1); | ||
--scalar-sidebar-color-active: var(--scalar-sidebar-color-1); | ||
--scalar-sidebar-search-background: var(--scalar-background-3); | ||
@@ -95,0 +95,0 @@ --scalar-sidebar-search-border-color: var(--scalar-sidebar-search-background); |
@@ -28,3 +28,3 @@ const a = `/* basic theme */ | ||
--scalar-border-color: rgba(255, 255, 255, 0.18); | ||
--scalar-border-color: #3f4145; | ||
} | ||
@@ -31,0 +31,0 @@ /* Document Sidebar */ |
@@ -45,3 +45,3 @@ const a = `.light-mode { | ||
--scalar-border-color: rgba(255, 255, 255, 0.175); | ||
--scalar-border-color: #2f4851; | ||
--scalar-scrollbar-color: rgba(255, 255, 255, 0.24); | ||
@@ -48,0 +48,0 @@ --scalar-scrollbar-color-active: rgba(255, 255, 255, 0.48); |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.9.35", | ||
"version": "0.9.36", | ||
"engines": { | ||
@@ -39,3 +39,3 @@ "node": ">=18" | ||
"dependencies": { | ||
"@scalar/types": "0.0.13" | ||
"@scalar/types": "0.0.14" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
"vitest": "^1.6.0", | ||
"@scalar/build-tooling": "0.1.10" | ||
"@scalar/build-tooling": "0.1.11" | ||
}, | ||
@@ -52,0 +52,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
125078
+ Added@scalar/openapi-types@0.1.2(transitive)
+ Added@scalar/types@0.0.14(transitive)
- Removed@scalar/openapi-types@0.1.1(transitive)
- Removed@scalar/types@0.0.13(transitive)
Updated@scalar/types@0.0.14