Skip to content

Commit

Permalink
perf(ui): adjust theme colors
Browse files Browse the repository at this point in the history
skjsjhb committed Jan 24, 2025
1 parent 2bb6ffa commit b87bbe7
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions themes/sakura-dark.ts
Original file line number Diff line number Diff line change
@@ -103,19 +103,19 @@ export default {
DEFAULT: "#ffeaef"
},
content1: {
DEFAULT: "#101010",
DEFAULT: "#1f161a",
foreground: "#fff"
},
content2: {
DEFAULT: "#232323",
DEFAULT: "#291c21",
foreground: "#fff"
},
content3: {
DEFAULT: "#363636",
DEFAULT: "#39262d",
foreground: "#fff"
},
content4: {
DEFAULT: "#494949",
DEFAULT: "#483039",
foreground: "#fff"
},
focus: "#ff86b5",
8 changes: 4 additions & 4 deletions themes/sakura-light.ts
Original file line number Diff line number Diff line change
@@ -103,19 +103,19 @@ export default {
DEFAULT: "#540f25"
},
content1: {
DEFAULT: "#f5cfd5",
DEFAULT: "#fcf0f2",
foreground: "#000"
},
content2: {
DEFAULT: "#e0aab3",
DEFAULT: "#f8dbe0",
foreground: "#000"
},
content3: {
DEFAULT: "#deb1bb",
DEFAULT: "#f5c6ce",
foreground: "#000"
},
content4: {
DEFAULT: "#d49da8",
DEFAULT: "#f1b1bb",
foreground: "#000"
},
focus: "#ff86b5",

0 comments on commit b87bbe7

Please sign in to comment.