Skip to content

Commit

Permalink
Update ecoLight.ts and levelUp.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Oct 21, 2022
1 parent 700e239 commit 975d97b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions sandpack-themes/src/ecoLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import type { SandpackTheme } from "./types";
export const ecoLight: SandpackTheme = {
colors: {
surface1: "#eae8e8",
surface2: "#009977",
surface3: "#ffffff",
clickable: "#572222",
base: "#f7eaea",
surface2: "#00997761",
surface3: "#ffffff5e",
clickable: "#421010",
base: "#421010",
disabled: "#C5C5C5",
hover: "#4D4D4D",
accent: "#0a56b3",
accent: "#009977",
error: "#ff453a",
errorSurface: "#e8cac6",
},
Expand All @@ -29,9 +29,9 @@ export const ecoLight: SandpackTheme = {
string: "#f5a623",
},
font: {
body: '-apple-system, BlinkMacSystemFont, "Overpass", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
body: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
mono: '"Fira Mono", "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace',
size: "15px",
lineHeight: "19px",
size: "13px",
lineHeight: "20px",
},
};
2 changes: 1 addition & 1 deletion sandpack-themes/src/levelUp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { SandpackTheme } from "./types";
export const levelUp: SandpackTheme = {
colors: {
surface1: "#191324",
surface2: "#191324",
surface2: "#261e33",
surface3: "#524763",
clickable: "#aaaaaa",
base: "#ffffff",
Expand Down

0 comments on commit 975d97b

Please sign in to comment.