Skip to content

Commit 96655b2

Browse files
default color changed
1 parent 0b79f2f commit 96655b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utils/utility.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ export const languages = [
4646
export const themes = ["monokai", "twilight", "terminal"];
4747

4848
export const backgrounds = [
49+
"linear-gradient(140deg, rgb(165, 142, 251), rgb(233, 191, 248))",
4950
"linear-gradient(270deg,#514a9d,#24c6dc)",
5051
"linear-gradient(140deg, rgb(255, 207, 115), rgb(255, 122, 47))",
5152
"linear-gradient(354deg,#ff75b5,#ffb86c)",
5253

5354
"#000",
5455
"#fff",
5556
"linear-gradient(270deg,#fc6767,#ec008c)",
56-
"linear-gradient(140deg, rgb(165, 142, 251), rgb(233, 191, 248))",
57+
5758
"#FF5733", // Red
5859
"#33FF57", // Green
5960
"#3357FF", // Blue

0 commit comments

Comments
 (0)