Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1047,8 +1047,8 @@ exports[`themes platform - theme shape 1`] = `
"red-100": "#DC5879",
"red-500": "#E91C11",
"red-600": "#BE1809",
"teal": "#027E97",
"teal-500": "#027E97",
"teal": "#006d82",
"teal-500": "#006d82",
"white": "#ffffff",
"white-100": "rgba(255,255,255,0.04)",
"white-200": "rgba(255,255,255,0.09)",
Expand Down Expand Up @@ -1088,7 +1088,7 @@ exports[`themes platform - theme shape 1`] = `
"editor-atom": "#F966FF",
"editor-attribute": "#AEE938",
"editor-basic": "#ffffff",
"editor-comment": "#9E9E9E",
"editor-comment": "rgba(255,255,255,0.5)",
"editor-constant": "#FF8C00",
"editor-decoration": "#E85D7F",
"editor-invalid": "#E85D7F",
Expand All @@ -1103,9 +1103,9 @@ exports[`themes platform - theme shape 1`] = `
"editor-tag": "#E85D7F",
"editor-text": "#FF8C00",
"editor-ui-background": "#0A0D1C",
"editor-ui-indent-active": "#424242",
"editor-ui-indent-inactive": "#616161",
"editor-ui-line-number": "#9E9E9E",
"editor-ui-indent-active": "rgba(255,255,255,0.2)",
"editor-ui-indent-inactive": "rgba(255,255,255,0.35)",
"editor-ui-line-number": "rgba(255,255,255,0.5)",
"editor-ui-text": "#ffffff",
"editor-value": "#FFD300",
"editor-variable": "#AEE938",
Expand All @@ -1132,7 +1132,7 @@ exports[`themes platform - theme shape 1`] = `
"background-current": "#ffffff",
"background-disabled": "rgba(16,22,47,0.12)",
"background-hover": "rgba(16,22,47,0.12)",
"background-primary": "#FFF0E5",
"background-primary": "#F5FCFF",
"background-selected": "rgba(16,22,47,0.04)",
"border-disabled": "rgba(16,22,47,0.63)",
"border-primary": "#10162F",
Expand All @@ -1144,11 +1144,11 @@ exports[`themes platform - theme shape 1`] = `
"editor-atom": "#CA00D1",
"editor-attribute": "#008A27",
"editor-basic": "#10162F",
"editor-comment": "rgba(16,22,47,0.28)",
"editor-comment": "rgba(16,22,47,0.63)",
"editor-constant": "#D14900",
"editor-decoration": "#E91C11",
"editor-invalid": "#E91C11",
"editor-key": "#027E97",
"editor-key": "#006d82",
"editor-keyword": "#1557FF",
"editor-number": "#E91C11",
"editor-operator": "#E91C11",
Expand All @@ -1159,9 +1159,9 @@ exports[`themes platform - theme shape 1`] = `
"editor-tag": "#E91C11",
"editor-text": "#D14900",
"editor-ui-background": "#ffffff",
"editor-ui-indent-active": "#0A0D1C",
"editor-ui-indent-inactive": "rgba(16,22,47,0.75)",
"editor-ui-line-number": "rgba(16,22,47,0.28)",
"editor-ui-indent-active": "rgba(16,22,47,0.28)",
"editor-ui-indent-inactive": "rgba(16,22,47,0.47)",
"editor-ui-line-number": "rgba(16,22,47,0.63)",
"editor-ui-text": "#10162F",
"editor-value": "#8A7300",
"editor-variable": "#008A27",
Expand Down Expand Up @@ -1203,7 +1203,7 @@ exports[`themes platform - theme shape 1`] = `
"--color-editor-atom": "var(--color-pink-400)",
"--color-editor-attribute": "var(--color-green-400)",
"--color-editor-basic": "var(--color-white)",
"--color-editor-comment": "var(--color-gray-600)",
"--color-editor-comment": "var(--color-white-500)",
"--color-editor-constant": "var(--color-orange-500)",
"--color-editor-decoration": "var(--color-red-0)",
"--color-editor-invalid": "var(--color-red-0)",
Expand All @@ -1218,9 +1218,9 @@ exports[`themes platform - theme shape 1`] = `
"--color-editor-tag": "var(--color-red-0)",
"--color-editor-text": "var(--color-orange-500)",
"--color-editor-ui-background": "var(--color-navy-900)",
"--color-editor-ui-indent-active": "var(--color-gray-900)",
"--color-editor-ui-indent-inactive": "var(--color-gray-800)",
"--color-editor-ui-line-number": "var(--color-gray-600)",
"--color-editor-ui-indent-active": "var(--color-white-300)",
"--color-editor-ui-indent-inactive": "var(--color-white-400)",
"--color-editor-ui-line-number": "var(--color-white-500)",
"--color-editor-ui-text": "var(--color-white)",
"--color-editor-value": "var(--color-yellow-500)",
"--color-editor-variable": "var(--color-green-400)",
Expand Down Expand Up @@ -1302,8 +1302,8 @@ exports[`themes platform - theme shape 1`] = `
"--color-red-100": "#DC5879",
"--color-red-500": "#E91C11",
"--color-red-600": "#BE1809",
"--color-teal": "#027E97",
"--color-teal-500": "#027E97",
"--color-teal": "#006d82",
"--color-teal-500": "#006d82",
"--color-white": "#ffffff",
"--color-white-100": "rgba(255,255,255,0.04)",
"--color-white-200": "rgba(255,255,255,0.09)",
Expand Down Expand Up @@ -1542,7 +1542,7 @@ monospace",
"editor-atom": "pink-400",
"editor-attribute": "green-400",
"editor-basic": "white",
"editor-comment": "gray-600",
"editor-comment": "white-500",
"editor-constant": "orange-500",
"editor-decoration": "red-0",
"editor-invalid": "red-0",
Expand All @@ -1557,9 +1557,9 @@ monospace",
"editor-tag": "red-0",
"editor-text": "orange-500",
"editor-ui-background": "navy-900",
"editor-ui-indent-active": "gray-900",
"editor-ui-indent-inactive": "gray-800",
"editor-ui-line-number": "gray-600",
"editor-ui-indent-active": "white-300",
"editor-ui-indent-inactive": "white-400",
"editor-ui-line-number": "white-500",
"editor-ui-text": "white",
"editor-value": "yellow-500",
"editor-variable": "green-400",
Expand All @@ -1586,7 +1586,7 @@ monospace",
"background-current": "white",
"background-disabled": "navy-200",
"background-hover": "navy-200",
"background-primary": "beige",
"background-primary": "blue-0",
"background-selected": "navy-100",
"border-disabled": "navy-500",
"border-primary": "navy-800",
Expand All @@ -1598,7 +1598,7 @@ monospace",
"editor-atom": "pink-800",
"editor-attribute": "green-700",
"editor-basic": "navy-800",
"editor-comment": "navy-300",
"editor-comment": "navy-500",
"editor-constant": "orange-800",
"editor-decoration": "red-500",
"editor-invalid": "red-500",
Expand All @@ -1613,9 +1613,9 @@ monospace",
"editor-tag": "red-500",
"editor-text": "orange-800",
"editor-ui-background": "white",
"editor-ui-indent-active": "navy-900",
"editor-ui-indent-inactive": "navy-600",
"editor-ui-line-number": "navy-300",
"editor-ui-indent-active": "navy-300",
"editor-ui-indent-inactive": "navy-400",
"editor-ui-line-number": "navy-500",
"editor-ui-text": "navy-800",
"editor-value": "gold-800",
"editor-variable": "green-700",
Expand Down
19 changes: 11 additions & 8 deletions packages/gamut-styles/src/themes/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ export const platformTheme = createTheme(coreTheme)
.addColors(platformPalette)
.addColorModes('dark', {
light: {
background: {
primary: 'blue-0',
},
editor: {
attribute: 'green-700',
annotation: 'red-500',
atom: 'pink-800',
basic: 'navy-800',
comment: 'navy-300',
comment: 'navy-500',
constant: 'orange-800',
decoration: 'red-500',
invalid: 'red-500',
Expand All @@ -38,9 +41,9 @@ export const platformTheme = createTheme(coreTheme)
ui: {
background: 'white',
text: 'navy-800',
'indent-active': 'navy-900',
'indent-inactive': 'navy-600',
'line-number': 'navy-300',
'indent-active': 'navy-300',
'indent-inactive': 'navy-400',
'line-number': 'navy-500',
},
},
},
Expand All @@ -50,7 +53,7 @@ export const platformTheme = createTheme(coreTheme)
annotation: 'red-0',
atom: 'pink-400',
basic: 'white',
comment: 'gray-600',
comment: 'white-500',
constant: 'orange-500',
decoration: 'red-0',
invalid: 'red-0',
Expand All @@ -69,9 +72,9 @@ export const platformTheme = createTheme(coreTheme)
ui: {
background: 'navy-900',
text: 'white',
'indent-active': 'gray-900',
'indent-inactive': 'gray-800',
'line-number': 'gray-600',
'indent-active': 'white-300',
'indent-inactive': 'white-400',
'line-number': 'white-500',
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut-styles/src/variables/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const platformSwatches = {
'800': '#CA00D1',
},
teal: {
'500': '#027E97',
'500': '#006d82',
},
purple: {
'300': '#B3CCFF',
Expand Down
Loading