Skip to content

Commit

Permalink
DATA-3601 Add code colors (viamrobotics#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepeters authored Jan 9, 2025
1 parent 6c4a7fe commit dbe2e5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ export const theme = {
'subtle-2': '#7a7c80',
disabled: '#9c9ca4',
link: '#0066cc',

// Code colors
'code-boolean': '#201293',
'code-line-number': '#4b758d',
'code-null': '#708',
'code-number': '#2f6447',
'code-property-keys': '#000',
'code-string': '#9c251d',
},
borderColor: {
light: '#e4e4e6',
Expand Down

0 comments on commit dbe2e5f

Please sign in to comment.