Skip to content

Commit

Permalink
Remove amethyst, add dusk
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Sep 20, 2024
1 parent 610f78b commit 1482794
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions app/src/data/ThemeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,33 +359,33 @@ export const DEFAULT_THEMES: Record<string, Theme> = {
"tooltip-bg": new Color("rgba(20, 20, 20, 0.95)"),
"editor-bg": new Color("#18191c"),
},
amethyst: {
"accent-color": new Color("rgb(23, 131, 208)"),
"text-color": new Color("#e4b3ffff"),
"text-color-secondary": new Color("#e4b3ff78"),
"text-color-detail": new Color("#e4b3ff45"),
"text-color-disabled": new Color("#e4b3ff87"),
"primary-bg": new Color("#3a1a75ff"),
"primary-border": new Color("#3f1c80ba"),
"primary-bg-active": new Color("#3f1c80ff"),
"primary-bg-hover": new Color("#4b2198ff"),
"navbar-bg": new Color("#341769ff"),
"navbar-bg-inactive": new Color("#220f46ff"),
"window-bg": new Color("#341769ff"),
dusk: {
"accent-color": new Color("#b34e97ff"),
"text-color": new Color("#ffffffff"),
"text-color-secondary": new Color("#ffffff77"),
"text-color-detail": new Color("#ffffff44"),
"text-color-disabled": new Color("#ffffff88"),
"primary-bg": new Color("#1b0131ff"),
"primary-border": new Color("#1e0136bb"),
"primary-bg-active": new Color("#2f0057ff"),
"primary-bg-hover": new Color("#230140ff"),
"navbar-bg": new Color("#18012cff"),
"navbar-bg-inactive": new Color("#10011dff"),
"window-bg": new Color("#18012cff"),
"window-border": new Color("#00000000"),
"secondary-bg": new Color("#2e145dff"),
"secondary-border": new Color("#321666ba"),
"secondary-bg-active": new Color("#321666ff"),
"secondary-bg-hover": new Color("#3b1a78ff"),
"editable-overlay-hover": new Color("rgb(255, 255, 255, 0.1)"),
"editable-overlay-active": new Color("rgb(255, 255, 255, 0.2)"),
"input-bg": new Color("rgba(35, 35, 35, 0.309)"),
"input-bg-active": new Color("rgba(50, 50, 50, 0.309)"),
"input-bg-hover": new Color("rgba(79, 79, 79, 0.309)"),
"input-border": new Color("#58389378"),
"widget-bg": new Color("#08004387"),
"tooltip-bg": new Color("#341769ed"),
"editor-bg": new Color("#170a2e"),
"secondary-bg": new Color("#160127ff"),
"secondary-border": new Color("#18012bbb"),
"secondary-bg-active": new Color("#310a52ff"),
"secondary-bg-hover": new Color("#25033fff"),
"editable-overlay-hover": new Color("#e79dff1a"),
"editable-overlay-active": new Color("#e79dff33"),
"input-bg": new Color("#000000ff"),
"input-bg-active": new Color("#000000ff"),
"input-bg-hover": new Color("#000000ff"),
"input-border": new Color("#391f4f77"),
"widget-bg": new Color("#00000088"),
"tooltip-bg": new Color("#18012cee"),
"editor-bg": new Color("#0b0014ff"),
},
nord: {
"accent-color": new Color("#1783d0ff"),
Expand Down

0 comments on commit 1482794

Please sign in to comment.