New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@artilleryio/alpha-centauri-theme

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artilleryio/alpha-centauri-theme - npm Package Compare versions

Comparing version 0.1.8 to 0.2.0

2

package.json
{
"name": "@artilleryio/alpha-centauri-theme",
"version": "0.1.8",
"version": "0.2.0",
"description": "TailwindCSS theme for Alpha Centauri design system built by the Artillery team.",

@@ -5,0 +5,0 @@ "main": "theme.js",

module.exports = {
colors: {
transparent: 'transparent',
white: '#FFFFFF',
beige: '#F8F8F8',
gray: {
300: '#E8E8E8',
400: '#C2C2C2',
default: '#9B9B9B',
600: '#858585',
700: '#4A4A4A',
800: '#383838',
},
black: {
200: '#2B2B2B',
300: '#202020',
default: '#161616',
700: '#000000',
},
blue: {
300: '#336DFF',
default: '#0047FF',
700: '#0040E0',
},
purple: {
300: '#8133FF',
default: '#6100FF',
700: '#5600E0',
},
green: {
300: '#57EF91',
default: '#24EB70',
700: '#15E063',
},
red: {
300: '#FF3333',
default: '#FF0000',
700: '#E00000',
},
orange: {
300: '#FF8B47',
default: '#FF6D1B',
700: '#F55A00',
},
yellow: {
300: '#FFDD33',
default: '#FFD600',
700: '#E0BB00',
},
fontFamily: {
mono: [
'ui-monospace',
'SFMono-Regular',
'Menlo',
'Monaco',
'Consolas',
'Liberation Mono',
'Courier New',
'monospace',
],
},
fontFamily: {
mono: [
'ui-monospace',
'SFMono-Regular',
'Menlo',
'Monaco',
'Consolas',
'Liberation Mono',
'Courier New',
'monospace',
],
},

@@ -63,0 +14,0 @@ extend: {

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