color_scheme -> theme

This commit is contained in:
Nate Butler 2023-07-04 01:20:56 -04:00
parent c5a42c317a
commit 65dbb38926
15 changed files with 93 additions and 162 deletions

View file

@ -1,5 +1,5 @@
import { with_opacity } from "../theme/color"
import { Layer, StyleSets } from "../theme/color_scheme"
import { Layer, StyleSets } from "../theme/create_theme"
import {
background,
border,
@ -48,7 +48,7 @@ export default function editor(): any {
}
}
const syntax = build_syntax(theme)
const syntax = build_syntax()
return {
text_color: syntax.primary.color,