-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 176-migrate-customclassswitcher-core-functio…
…n-to-typescript
- Loading branch information
Showing
44 changed files
with
1,440 additions
and
1,722 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
import gray from './gray'; | ||
import mauve from './mauve'; | ||
import slate from './slate'; | ||
import sage from './sage'; | ||
import olive from './olive'; | ||
import sand from './sand'; | ||
import tomato from './tomato'; | ||
import red from './red'; | ||
import ruby from './ruby'; | ||
import crimson from './crimson'; | ||
import pink from './pink'; | ||
import plum from './plum'; | ||
import purple from './purple'; | ||
import violet from './violet'; | ||
import iris from './iris'; | ||
import indigo from './indigo'; | ||
import blue from './blue'; | ||
import cyan from './cyan'; | ||
import teal from './teal'; | ||
import jade from './jade'; | ||
import green from './green'; | ||
import grass from './grass'; | ||
import brown from './brown'; | ||
import bronze from './bronze'; | ||
import gold from './gold'; | ||
import sky from './sky'; | ||
import mint from './mint'; | ||
import lime from './lime'; | ||
import yellow from './yellow'; | ||
import amber from './amber'; | ||
import orange from './orange'; | ||
|
||
const colors = { | ||
gray: gray, | ||
mauve: mauve, | ||
slate: slate, | ||
sage: sage, | ||
olive: olive, | ||
sand: sand, | ||
tomato: tomato, | ||
red: red, | ||
ruby: ruby, | ||
crimson: crimson, | ||
pink: pink, | ||
plum: plum, | ||
purple: purple, | ||
violet: violet, | ||
iris: iris, | ||
indigo: indigo, | ||
blue: blue, | ||
cyan: cyan, | ||
teal: teal, | ||
jade: jade, | ||
green: green, | ||
grass: grass, | ||
brown: brown, | ||
bronze: bronze, | ||
gold: gold, | ||
sky: sky, | ||
mint: mint, | ||
lime: lime, | ||
yellow: yellow, | ||
amber: amber, | ||
orange: orange, | ||
|
||
} as const; | ||
|
||
export default colors; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.