
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@txkit/themes
Advanced tools
CSS themes for txKit components.
v0.1.0-alpha - pure CSS, no JavaScript. Ships light + dark themes and three visual variants.
CSS custom property themes for txKit components. Light and dark base themes, plus soft, sharp, and rounded visual variants. All tokens are namespaced under --txkit-* to avoid clashes with your app's design system.
npm install @txkit/themes
// Import all themes (light + dark)
import '@txkit/themes'
// Or import individually
import '@txkit/themes/base' // light theme (default)
import '@txkit/themes/dark' // dark theme
import '@txkit/themes/variants/soft' // softer shadows and borders
import '@txkit/themes/variants/sharp' // sharp corners, no radius
import '@txkit/themes/variants/rounded' // fully rounded elements
Override any --txkit-* CSS custom property:
:root {
--txkit-color-primary: #4338ca;
--txkit-radius-md: 8px;
--txkit-font-family: 'Inter', sans-serif;
}
Token namespaces: --txkit-color-*, --txkit-radius-*, --txkit-shadow-*, --txkit-spacing-*, --txkit-font-*, --txkit-z-*, --txkit-transition.
Visit txkit.dev for the full theming guide.
FAQs
CSS themes for txKit components
The npm package @txkit/themes receives a total of 3 weekly downloads. As such, @txkit/themes popularity was classified as not popular.
We found that @txkit/themes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.