mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
add brand color to theme data
This commit is contained in:
@@ -40,6 +40,9 @@ export const themes = [
|
||||
name: 'Default',
|
||||
filename: 'default.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'blue',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'ui-sans-serif, system-ui, sans-serif',
|
||||
@@ -97,6 +100,9 @@ export const themes = [
|
||||
name: 'Bright',
|
||||
filename: 'bright.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'blue',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'Quicksand, sans-serif',
|
||||
@@ -154,6 +160,9 @@ export const themes = [
|
||||
name: 'Shoelace',
|
||||
filename: 'shoelace.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'blue',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'ui-sans-serif, system-ui, sans-serif',
|
||||
@@ -211,6 +220,9 @@ export const themes = [
|
||||
name: 'Rudimentary',
|
||||
filename: 'rudimentary.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'green',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'Inter, sans-serif',
|
||||
@@ -268,6 +280,9 @@ export const themes = [
|
||||
name: 'Default',
|
||||
filename: 'default.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'blue',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'Space Grotesk, sans-serif',
|
||||
@@ -325,6 +340,9 @@ export const themes = [
|
||||
name: 'Elegant',
|
||||
filename: 'elegant.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'indigo',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'Figtree, sans-serif',
|
||||
@@ -382,6 +400,9 @@ export const themes = [
|
||||
name: 'Mild',
|
||||
filename: 'mild.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'purple',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'Wix Madefor Text, sans-serif',
|
||||
@@ -439,6 +460,9 @@ export const themes = [
|
||||
name: 'Natural',
|
||||
filename: 'natural.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'blue',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'Mulish, sans-serif',
|
||||
@@ -496,6 +520,9 @@ export const themes = [
|
||||
name: 'Rudimentary',
|
||||
filename: 'rudimentary.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'purple',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'Nunito, sans-serif',
|
||||
@@ -553,6 +580,9 @@ export const themes = [
|
||||
name: 'Anodized',
|
||||
filename: 'anodized.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'cyan',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'DM Sans, sans-serif',
|
||||
@@ -610,6 +640,9 @@ export const themes = [
|
||||
name: 'Vogue',
|
||||
filename: 'vogue.css',
|
||||
},
|
||||
colorBrand: {
|
||||
color: 'indigo',
|
||||
},
|
||||
tokens: {
|
||||
// Fonts
|
||||
'--wa-font-family-body': 'Inter, sans-serif',
|
||||
|
||||
Reference in New Issue
Block a user