chore: Move editor into codebase (#2930)
This commit is contained in:
@@ -64,6 +64,7 @@ export const base = {
|
||||
buttonText: colors.white,
|
||||
textHighlight: "#FDEA9B",
|
||||
textHighlightForeground: colors.almostBlack,
|
||||
code: colors.lightBlack,
|
||||
codeComment: "#6a737d",
|
||||
codePunctuation: "#5e6687",
|
||||
codeNumber: "#d73a49",
|
||||
@@ -154,6 +155,7 @@ export const light = {
|
||||
tableDivider: colors.smokeDark,
|
||||
tableSelected: colors.primary,
|
||||
tableSelectedBackground: "#E5F7FF",
|
||||
tableHeaderBackground: colors.white,
|
||||
buttonNeutralBackground: colors.white,
|
||||
buttonNeutralText: colors.almostBlack,
|
||||
buttonNeutralBorder: darken(0.15, colors.white),
|
||||
@@ -203,6 +205,7 @@ export const dark = {
|
||||
tableDivider: colors.lightBlack,
|
||||
tableSelected: colors.primary,
|
||||
tableSelectedBackground: "#002333",
|
||||
tableHeaderBackground: colors.almostBlack,
|
||||
buttonNeutralBackground: colors.almostBlack,
|
||||
buttonNeutralText: colors.white,
|
||||
buttonNeutralBorder: colors.slateDark,
|
||||
@@ -211,6 +214,7 @@ export const dark = {
|
||||
toastBackground: colors.white,
|
||||
toastText: colors.lightBlack,
|
||||
quote: colors.almostWhite,
|
||||
code: colors.almostWhite,
|
||||
codeBackground: colors.black,
|
||||
codeBorder: colors.black50,
|
||||
codeString: "#3d8fd1",
|
||||
|
||||
Reference in New Issue
Block a user