Change summary
styles/src/themes/ayu-dark.ts | 4 ++--
styles/src/themes/ayu-light.ts | 4 ++--
styles/src/themes/ayu-mirage.ts | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
Detailed changes
@@ -1,5 +1,5 @@
-import { createColorScheme } from "../common/ramps"
-import { ayu, buildTheme } from "../common/ayu-common"
+import { createColorScheme } from "./common/ramps"
+import { ayu, buildTheme } from "./common/ayu-common"
const name = "Ayu"
const author = "Konstantin Pschera <me@kons.ch>"
@@ -1,5 +1,5 @@
-import { createColorScheme } from "../common/ramps"
-import { ayu, buildTheme } from "../common/ayu-common"
+import { createColorScheme } from "./common/ramps"
+import { ayu, buildTheme } from "./common/ayu-common"
const name = "Ayu"
const author = "Konstantin Pschera <me@kons.ch>"
@@ -1,5 +1,5 @@
-import { createColorScheme } from "../common/ramps"
-import { ayu, buildTheme } from "../common/ayu-common"
+import { createColorScheme } from "./common/ramps"
+import { ayu, buildTheme } from "./common/ayu-common"
const name = "Ayu"
const author = "Konstantin Pschera <me@kons.ch>"