color_scheme
-> theme
This commit is contained in:
parent
c5a42c317a
commit
65dbb38926
15 changed files with 93 additions and 162 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue